@logoicon/react 1.0.2 → 1.0.3
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 +37 -0
- package/dist/css/icon.d.cts +6 -0
- package/dist/css/icon.d.ts +6 -0
- package/dist/css/icon.js +13 -0
- package/dist/expressjs/icon-dark.cjs +36 -0
- package/dist/expressjs/icon-dark.d.cts +6 -0
- package/dist/expressjs/icon-dark.d.ts +6 -0
- package/dist/expressjs/icon-dark.js +12 -0
- package/dist/expressjs/icon-light.cjs +36 -0
- package/dist/expressjs/icon-light.d.cts +6 -0
- package/dist/expressjs/icon-light.d.ts +6 -0
- package/dist/expressjs/icon-light.js +12 -0
- package/dist/expressjs/logo-dark.cjs +36 -0
- package/dist/expressjs/logo-dark.d.cts +6 -0
- package/dist/expressjs/logo-dark.d.ts +6 -0
- package/dist/expressjs/logo-dark.js +12 -0
- package/dist/expressjs/logo-light.cjs +36 -0
- package/dist/expressjs/logo-light.d.cts +6 -0
- package/dist/expressjs/logo-light.d.ts +6 -0
- package/dist/expressjs/logo-light.js +12 -0
- package/dist/firebase/icon-dark.cjs +36 -0
- package/dist/firebase/icon-dark.d.cts +6 -0
- package/dist/firebase/icon-dark.d.ts +6 -0
- package/dist/firebase/icon-dark.js +12 -0
- package/dist/firebase/icon-light.cjs +36 -0
- package/dist/firebase/icon-light.d.cts +6 -0
- package/dist/firebase/icon-light.d.ts +6 -0
- package/dist/firebase/icon-light.js +12 -0
- package/dist/firebase/icon.cjs +39 -0
- package/dist/firebase/icon.d.cts +6 -0
- package/dist/firebase/icon.d.ts +6 -0
- package/dist/firebase/icon.js +15 -0
- package/dist/firebase/logo-dark.cjs +47 -0
- package/dist/firebase/logo-dark.d.cts +6 -0
- package/dist/firebase/logo-dark.d.ts +6 -0
- package/dist/firebase/logo-dark.js +23 -0
- package/dist/firebase/logo-light.cjs +47 -0
- package/dist/firebase/logo-light.d.cts +6 -0
- package/dist/firebase/logo-light.d.ts +6 -0
- package/dist/firebase/logo-light.js +23 -0
- package/dist/git/icon-dark.cjs +36 -0
- package/dist/git/icon-dark.d.cts +6 -0
- package/dist/git/icon-dark.d.ts +6 -0
- package/dist/git/icon-dark.js +12 -0
- package/dist/git/icon-light.cjs +36 -0
- package/dist/git/icon-light.d.cts +6 -0
- package/dist/git/icon-light.d.ts +6 -0
- package/dist/git/icon-light.js +12 -0
- package/dist/git/icon.cjs +36 -0
- package/dist/git/icon.d.cts +6 -0
- package/dist/git/icon.d.ts +6 -0
- package/dist/git/icon.js +12 -0
- package/dist/git/logo-dark.cjs +43 -0
- package/dist/git/logo-dark.d.cts +6 -0
- package/dist/git/logo-dark.d.ts +6 -0
- package/dist/git/logo-dark.js +19 -0
- package/dist/git/logo-light.cjs +43 -0
- package/dist/git/logo-light.d.cts +6 -0
- package/dist/git/logo-light.d.ts +6 -0
- package/dist/git/logo-light.js +19 -0
- package/dist/git/logo.cjs +43 -0
- package/dist/git/logo.d.cts +6 -0
- package/dist/git/logo.d.ts +6 -0
- package/dist/git/logo.js +19 -0
- 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 +49 -0
- package/dist/html/icon-dark.d.cts +6 -0
- package/dist/html/icon-dark.d.ts +6 -0
- package/dist/html/icon-dark.js +25 -0
- package/dist/html/icon-light.cjs +49 -0
- package/dist/html/icon-light.d.cts +6 -0
- package/dist/html/icon-light.d.ts +6 -0
- package/dist/html/icon-light.js +25 -0
- package/dist/html/icon.cjs +46 -0
- package/dist/html/icon.d.cts +6 -0
- package/dist/html/icon.d.ts +6 -0
- package/dist/html/icon.js +22 -0
- package/dist/index.cjs +175 -58
- package/dist/index.d.cts +39 -0
- package/dist/index.d.ts +39 -0
- package/dist/index.js +78 -0
- package/dist/javascript/icon.cjs +37 -0
- package/dist/javascript/icon.d.cts +6 -0
- package/dist/javascript/icon.d.ts +6 -0
- package/dist/javascript/icon.js +13 -0
- package/dist/lua/drawing.cjs +41 -0
- package/dist/lua/drawing.d.cts +6 -0
- package/dist/lua/drawing.d.ts +6 -0
- package/dist/lua/drawing.js +17 -0
- package/dist/metadata.cjs +45 -6
- package/dist/metadata.d.cts +333 -21
- package/dist/metadata.d.ts +333 -21
- package/dist/metadata.js +45 -6
- package/dist/neovim/icon.cjs +56 -0
- package/dist/neovim/icon.d.cts +6 -0
- package/dist/neovim/icon.d.ts +6 -0
- package/dist/neovim/icon.js +32 -0
- package/dist/neovim/logo-mono.cjs +55 -0
- package/dist/neovim/logo-mono.d.cts +6 -0
- package/dist/neovim/logo-mono.d.ts +6 -0
- package/dist/neovim/logo-mono.js +31 -0
- package/dist/neovim/logo.cjs +69 -0
- package/dist/neovim/logo.d.cts +6 -0
- package/dist/neovim/logo.d.ts +6 -0
- package/dist/neovim/logo.js +45 -0
- 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 +39 -0
- package/dist/nodejs/icon-dark.d.cts +6 -0
- package/dist/nodejs/icon-dark.d.ts +6 -0
- package/dist/nodejs/icon-dark.js +15 -0
- package/dist/nodejs/icon-light.cjs +39 -0
- package/dist/nodejs/icon-light.d.cts +6 -0
- package/dist/nodejs/icon-light.d.ts +6 -0
- package/dist/nodejs/icon-light.js +15 -0
- package/dist/nodejs/icon.cjs +58 -0
- package/dist/nodejs/icon.d.cts +6 -0
- package/dist/nodejs/icon.d.ts +6 -0
- package/dist/nodejs/icon.js +34 -0
- package/dist/nodejs/logo-dark.cjs +67 -0
- package/dist/nodejs/logo-dark.d.cts +6 -0
- package/dist/nodejs/logo-dark.d.ts +6 -0
- package/dist/nodejs/logo-dark.js +43 -0
- package/dist/nodejs/logo-light.cjs +67 -0
- package/dist/nodejs/logo-light.d.cts +6 -0
- package/dist/nodejs/logo-light.d.ts +6 -0
- package/dist/nodejs/logo-light.js +43 -0
- package/dist/php/icon.cjs +58 -0
- package/dist/php/icon.d.cts +6 -0
- package/dist/php/icon.d.ts +6 -0
- package/dist/php/icon.js +34 -0
- package/dist/puppeteer/icon.cjs +40 -0
- package/dist/puppeteer/icon.d.cts +6 -0
- package/dist/puppeteer/icon.d.ts +6 -0
- package/dist/puppeteer/icon.js +16 -0
- package/dist/python/icon.cjs +75 -0
- package/dist/python/icon.d.cts +6 -0
- package/dist/python/icon.d.ts +6 -0
- package/dist/python/icon.js +51 -0
- package/dist/python/logo.cjs +82 -0
- package/dist/python/logo.d.cts +6 -0
- package/dist/python/logo.d.ts +6 -0
- package/dist/python/logo.js +58 -0
- package/dist/react/icon.cjs +38 -0
- package/dist/react/icon.d.cts +6 -0
- package/dist/react/icon.d.ts +6 -0
- package/dist/react/icon.js +14 -0
- package/dist/tailwindcss/icon.cjs +36 -0
- package/dist/tailwindcss/icon.d.cts +6 -0
- package/dist/tailwindcss/icon.d.ts +6 -0
- package/dist/tailwindcss/icon.js +12 -0
- package/dist/tailwindcss/logo-dark.cjs +36 -0
- package/dist/tailwindcss/logo-dark.d.cts +6 -0
- package/dist/tailwindcss/logo-dark.d.ts +6 -0
- package/dist/tailwindcss/logo-dark.js +12 -0
- package/dist/tailwindcss/logo-light.cjs +39 -0
- package/dist/tailwindcss/logo-light.d.cts +6 -0
- package/dist/tailwindcss/logo-light.d.ts +6 -0
- package/dist/tailwindcss/logo-light.js +15 -0
- 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 +38 -0
- package/dist/typescript/icon.d.cts +6 -0
- package/dist/typescript/icon.d.ts +6 -0
- package/dist/typescript/icon.js +14 -0
- package/dist/typescript/logo-dark.cjs +37 -0
- package/dist/typescript/logo-dark.d.cts +6 -0
- package/dist/typescript/logo-dark.d.ts +6 -0
- package/dist/typescript/logo-dark.js +13 -0
- 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/package.json +5 -5
package/dist/metadata.d.cts
CHANGED
|
@@ -8,6 +8,46 @@ type IconMeta = {
|
|
|
8
8
|
path: string;
|
|
9
9
|
};
|
|
10
10
|
declare const metadata: readonly [{
|
|
11
|
+
readonly name: "logo-light";
|
|
12
|
+
readonly color: "default";
|
|
13
|
+
readonly mode: "light";
|
|
14
|
+
readonly category: "logos";
|
|
15
|
+
readonly title: "nodejs logo light";
|
|
16
|
+
readonly brand: "nodejs";
|
|
17
|
+
readonly path: ".assets/nodejs/logo-light.ts";
|
|
18
|
+
}, {
|
|
19
|
+
readonly name: "icon";
|
|
20
|
+
readonly color: "default";
|
|
21
|
+
readonly mode: "default";
|
|
22
|
+
readonly category: "icons";
|
|
23
|
+
readonly title: "react icon";
|
|
24
|
+
readonly brand: "react";
|
|
25
|
+
readonly path: ".assets/react/icon.ts";
|
|
26
|
+
}, {
|
|
27
|
+
readonly name: "logo";
|
|
28
|
+
readonly color: "default";
|
|
29
|
+
readonly mode: "default";
|
|
30
|
+
readonly category: "logos";
|
|
31
|
+
readonly title: "python logo";
|
|
32
|
+
readonly brand: "python";
|
|
33
|
+
readonly path: ".assets/python/logo.ts";
|
|
34
|
+
}, {
|
|
35
|
+
readonly name: "logo-light";
|
|
36
|
+
readonly color: "default";
|
|
37
|
+
readonly mode: "light";
|
|
38
|
+
readonly category: "logos";
|
|
39
|
+
readonly title: "expressjs logo light";
|
|
40
|
+
readonly brand: "expressjs";
|
|
41
|
+
readonly path: ".assets/expressjs/logo-light.ts";
|
|
42
|
+
}, {
|
|
43
|
+
readonly name: "_icon";
|
|
44
|
+
readonly color: "default";
|
|
45
|
+
readonly mode: "default";
|
|
46
|
+
readonly category: "_icons";
|
|
47
|
+
readonly title: "javascript icon";
|
|
48
|
+
readonly brand: "javascript";
|
|
49
|
+
readonly path: ".assets/javascript/_icon.ts";
|
|
50
|
+
}, {
|
|
11
51
|
readonly name: "logo-mono-dark";
|
|
12
52
|
readonly color: "mono";
|
|
13
53
|
readonly mode: "dark";
|
|
@@ -15,6 +55,14 @@ declare const metadata: readonly [{
|
|
|
15
55
|
readonly title: "gitlab logo mono dark";
|
|
16
56
|
readonly brand: "gitlab";
|
|
17
57
|
readonly path: ".assets/gitlab/logo-mono-dark.ts";
|
|
58
|
+
}, {
|
|
59
|
+
readonly name: "icon";
|
|
60
|
+
readonly color: "default";
|
|
61
|
+
readonly mode: "default";
|
|
62
|
+
readonly category: "icons";
|
|
63
|
+
readonly title: "php icon";
|
|
64
|
+
readonly brand: "php";
|
|
65
|
+
readonly path: ".assets/php/icon.ts";
|
|
18
66
|
}, {
|
|
19
67
|
readonly name: "logo-light";
|
|
20
68
|
readonly color: "default";
|
|
@@ -39,6 +87,14 @@ declare const metadata: readonly [{
|
|
|
39
87
|
readonly title: "github logo light";
|
|
40
88
|
readonly brand: "github";
|
|
41
89
|
readonly path: ".assets/github/logo-light.ts";
|
|
90
|
+
}, {
|
|
91
|
+
readonly name: "icon-dark";
|
|
92
|
+
readonly color: "default";
|
|
93
|
+
readonly mode: "dark";
|
|
94
|
+
readonly category: "icons";
|
|
95
|
+
readonly title: "html icon dark";
|
|
96
|
+
readonly brand: "html";
|
|
97
|
+
readonly path: ".assets/html/icon-dark.ts";
|
|
42
98
|
}, {
|
|
43
99
|
readonly name: "logo-light";
|
|
44
100
|
readonly color: "default";
|
|
@@ -47,6 +103,38 @@ declare const metadata: readonly [{
|
|
|
47
103
|
readonly title: "turborepo logo light";
|
|
48
104
|
readonly brand: "turborepo";
|
|
49
105
|
readonly path: ".assets/turborepo/logo-light.ts";
|
|
106
|
+
}, {
|
|
107
|
+
readonly name: "logo-dark";
|
|
108
|
+
readonly color: "default";
|
|
109
|
+
readonly mode: "dark";
|
|
110
|
+
readonly category: "logos";
|
|
111
|
+
readonly title: "typescript logo dark";
|
|
112
|
+
readonly brand: "typescript";
|
|
113
|
+
readonly path: ".assets/typescript/logo-dark.ts";
|
|
114
|
+
}, {
|
|
115
|
+
readonly name: "icon";
|
|
116
|
+
readonly color: "default";
|
|
117
|
+
readonly mode: "default";
|
|
118
|
+
readonly category: "icons";
|
|
119
|
+
readonly title: "css icon";
|
|
120
|
+
readonly brand: "css";
|
|
121
|
+
readonly path: ".assets/css/icon.ts";
|
|
122
|
+
}, {
|
|
123
|
+
readonly name: "drawing";
|
|
124
|
+
readonly color: "default";
|
|
125
|
+
readonly mode: "default";
|
|
126
|
+
readonly category: "drawings";
|
|
127
|
+
readonly title: "lua drawing";
|
|
128
|
+
readonly brand: "lua";
|
|
129
|
+
readonly path: ".assets/lua/drawing.ts";
|
|
130
|
+
}, {
|
|
131
|
+
readonly name: "logo-light";
|
|
132
|
+
readonly color: "default";
|
|
133
|
+
readonly mode: "light";
|
|
134
|
+
readonly category: "logos";
|
|
135
|
+
readonly title: "git logo light";
|
|
136
|
+
readonly brand: "git";
|
|
137
|
+
readonly path: ".assets/git/logo-light.ts";
|
|
50
138
|
}, {
|
|
51
139
|
readonly name: "logo-light";
|
|
52
140
|
readonly color: "default";
|
|
@@ -72,13 +160,85 @@ declare const metadata: readonly [{
|
|
|
72
160
|
readonly brand: "vercel";
|
|
73
161
|
readonly path: ".assets/vercel/logo-light.ts";
|
|
74
162
|
}, {
|
|
75
|
-
readonly name: "logo";
|
|
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
|
+
}, {
|
|
171
|
+
readonly name: "icon-dark";
|
|
172
|
+
readonly color: "default";
|
|
173
|
+
readonly mode: "dark";
|
|
174
|
+
readonly category: "icons";
|
|
175
|
+
readonly title: "nodejs icon dark";
|
|
176
|
+
readonly brand: "nodejs";
|
|
177
|
+
readonly path: ".assets/nodejs/icon-dark.ts";
|
|
178
|
+
}, {
|
|
179
|
+
readonly name: "_icon";
|
|
76
180
|
readonly color: "default";
|
|
77
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
|
+
}, {
|
|
187
|
+
readonly name: "logo-dark";
|
|
188
|
+
readonly color: "default";
|
|
189
|
+
readonly mode: "dark";
|
|
78
190
|
readonly category: "logos";
|
|
79
|
-
readonly title: "
|
|
80
|
-
readonly brand: "
|
|
81
|
-
readonly path: ".assets/
|
|
191
|
+
readonly title: "nodejs logo dark";
|
|
192
|
+
readonly brand: "nodejs";
|
|
193
|
+
readonly path: ".assets/nodejs/logo-dark.ts";
|
|
194
|
+
}, {
|
|
195
|
+
readonly name: "icon";
|
|
196
|
+
readonly color: "default";
|
|
197
|
+
readonly mode: "default";
|
|
198
|
+
readonly category: "icons";
|
|
199
|
+
readonly title: "nodejs icon";
|
|
200
|
+
readonly brand: "nodejs";
|
|
201
|
+
readonly path: ".assets/nodejs/icon.ts";
|
|
202
|
+
}, {
|
|
203
|
+
readonly name: "icon-light";
|
|
204
|
+
readonly color: "default";
|
|
205
|
+
readonly mode: "light";
|
|
206
|
+
readonly category: "icons";
|
|
207
|
+
readonly title: "nodejs icon light";
|
|
208
|
+
readonly brand: "nodejs";
|
|
209
|
+
readonly path: ".assets/nodejs/icon-light.ts";
|
|
210
|
+
}, {
|
|
211
|
+
readonly name: "icon";
|
|
212
|
+
readonly color: "default";
|
|
213
|
+
readonly mode: "default";
|
|
214
|
+
readonly category: "icons";
|
|
215
|
+
readonly title: "python icon";
|
|
216
|
+
readonly brand: "python";
|
|
217
|
+
readonly path: ".assets/python/icon.ts";
|
|
218
|
+
}, {
|
|
219
|
+
readonly name: "icon-dark";
|
|
220
|
+
readonly color: "default";
|
|
221
|
+
readonly mode: "dark";
|
|
222
|
+
readonly category: "icons";
|
|
223
|
+
readonly title: "expressjs icon dark";
|
|
224
|
+
readonly brand: "expressjs";
|
|
225
|
+
readonly path: ".assets/expressjs/icon-dark.ts";
|
|
226
|
+
}, {
|
|
227
|
+
readonly name: "logo-dark";
|
|
228
|
+
readonly color: "default";
|
|
229
|
+
readonly mode: "dark";
|
|
230
|
+
readonly category: "logos";
|
|
231
|
+
readonly title: "expressjs logo dark";
|
|
232
|
+
readonly brand: "expressjs";
|
|
233
|
+
readonly path: ".assets/expressjs/logo-dark.ts";
|
|
234
|
+
}, {
|
|
235
|
+
readonly name: "icon-light";
|
|
236
|
+
readonly color: "default";
|
|
237
|
+
readonly mode: "light";
|
|
238
|
+
readonly category: "icons";
|
|
239
|
+
readonly title: "expressjs icon light";
|
|
240
|
+
readonly brand: "expressjs";
|
|
241
|
+
readonly path: ".assets/expressjs/icon-light.ts";
|
|
82
242
|
}, {
|
|
83
243
|
readonly name: "logo-dark";
|
|
84
244
|
readonly color: "default";
|
|
@@ -87,6 +247,14 @@ declare const metadata: readonly [{
|
|
|
87
247
|
readonly title: "gitlab logo dark";
|
|
88
248
|
readonly brand: "gitlab";
|
|
89
249
|
readonly path: ".assets/gitlab/logo-dark.ts";
|
|
250
|
+
}, {
|
|
251
|
+
readonly name: "logo";
|
|
252
|
+
readonly color: "default";
|
|
253
|
+
readonly mode: "default";
|
|
254
|
+
readonly category: "logos";
|
|
255
|
+
readonly title: "gitlab logo";
|
|
256
|
+
readonly brand: "gitlab";
|
|
257
|
+
readonly path: ".assets/gitlab/logo.ts";
|
|
90
258
|
}, {
|
|
91
259
|
readonly name: "icon";
|
|
92
260
|
readonly color: "default";
|
|
@@ -151,6 +319,14 @@ declare const metadata: readonly [{
|
|
|
151
319
|
readonly title: "v0 logo dark";
|
|
152
320
|
readonly brand: "v0";
|
|
153
321
|
readonly path: ".assets/v0/logo-dark.ts";
|
|
322
|
+
}, {
|
|
323
|
+
readonly name: "icon-dark";
|
|
324
|
+
readonly color: "default";
|
|
325
|
+
readonly mode: "dark";
|
|
326
|
+
readonly category: "icons";
|
|
327
|
+
readonly title: "github icon dark";
|
|
328
|
+
readonly brand: "github";
|
|
329
|
+
readonly path: ".assets/github/icon-dark.ts";
|
|
154
330
|
}, {
|
|
155
331
|
readonly name: "logo-dark";
|
|
156
332
|
readonly color: "default";
|
|
@@ -168,13 +344,21 @@ declare const metadata: readonly [{
|
|
|
168
344
|
readonly brand: "github";
|
|
169
345
|
readonly path: ".assets/github/icon-light.ts";
|
|
170
346
|
}, {
|
|
171
|
-
readonly name: "icon
|
|
347
|
+
readonly name: "icon";
|
|
172
348
|
readonly color: "default";
|
|
173
|
-
readonly mode: "
|
|
349
|
+
readonly mode: "default";
|
|
174
350
|
readonly category: "icons";
|
|
175
|
-
readonly title: "
|
|
176
|
-
readonly brand: "
|
|
177
|
-
readonly path: ".assets/
|
|
351
|
+
readonly title: "html icon";
|
|
352
|
+
readonly brand: "html";
|
|
353
|
+
readonly path: ".assets/html/icon.ts";
|
|
354
|
+
}, {
|
|
355
|
+
readonly name: "icon-light";
|
|
356
|
+
readonly color: "default";
|
|
357
|
+
readonly mode: "light";
|
|
358
|
+
readonly category: "icons";
|
|
359
|
+
readonly title: "html icon light";
|
|
360
|
+
readonly brand: "html";
|
|
361
|
+
readonly path: ".assets/html/icon-light.ts";
|
|
178
362
|
}, {
|
|
179
363
|
readonly name: "icon-dark";
|
|
180
364
|
readonly color: "default";
|
|
@@ -183,6 +367,14 @@ declare const metadata: readonly [{
|
|
|
183
367
|
readonly title: "turborepo icon dark";
|
|
184
368
|
readonly brand: "turborepo";
|
|
185
369
|
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";
|
|
186
378
|
}, {
|
|
187
379
|
readonly name: "logo-dark";
|
|
188
380
|
readonly color: "default";
|
|
@@ -191,14 +383,54 @@ declare const metadata: readonly [{
|
|
|
191
383
|
readonly title: "turborepo logo dark";
|
|
192
384
|
readonly brand: "turborepo";
|
|
193
385
|
readonly path: ".assets/turborepo/logo-dark.ts";
|
|
386
|
+
}, {
|
|
387
|
+
readonly name: "icon";
|
|
388
|
+
readonly color: "default";
|
|
389
|
+
readonly mode: "default";
|
|
390
|
+
readonly category: "icons";
|
|
391
|
+
readonly title: "typescript icon";
|
|
392
|
+
readonly brand: "typescript";
|
|
393
|
+
readonly path: ".assets/typescript/icon.ts";
|
|
394
|
+
}, {
|
|
395
|
+
readonly name: "logo";
|
|
396
|
+
readonly color: "default";
|
|
397
|
+
readonly mode: "default";
|
|
398
|
+
readonly category: "logos";
|
|
399
|
+
readonly title: "git logo";
|
|
400
|
+
readonly brand: "git";
|
|
401
|
+
readonly path: ".assets/git/logo.ts";
|
|
402
|
+
}, {
|
|
403
|
+
readonly name: "icon-dark";
|
|
404
|
+
readonly color: "default";
|
|
405
|
+
readonly mode: "dark";
|
|
406
|
+
readonly category: "icons";
|
|
407
|
+
readonly title: "git icon dark";
|
|
408
|
+
readonly brand: "git";
|
|
409
|
+
readonly path: ".assets/git/icon-dark.ts";
|
|
410
|
+
}, {
|
|
411
|
+
readonly name: "logo-dark";
|
|
412
|
+
readonly color: "default";
|
|
413
|
+
readonly mode: "dark";
|
|
414
|
+
readonly category: "logos";
|
|
415
|
+
readonly title: "git logo dark";
|
|
416
|
+
readonly brand: "git";
|
|
417
|
+
readonly path: ".assets/git/logo-dark.ts";
|
|
418
|
+
}, {
|
|
419
|
+
readonly name: "icon";
|
|
420
|
+
readonly color: "default";
|
|
421
|
+
readonly mode: "default";
|
|
422
|
+
readonly category: "icons";
|
|
423
|
+
readonly title: "git icon";
|
|
424
|
+
readonly brand: "git";
|
|
425
|
+
readonly path: ".assets/git/icon.ts";
|
|
194
426
|
}, {
|
|
195
427
|
readonly name: "icon-light";
|
|
196
428
|
readonly color: "default";
|
|
197
429
|
readonly mode: "light";
|
|
198
430
|
readonly category: "icons";
|
|
199
|
-
readonly title: "
|
|
200
|
-
readonly brand: "
|
|
201
|
-
readonly path: ".assets/
|
|
431
|
+
readonly title: "git icon light";
|
|
432
|
+
readonly brand: "git";
|
|
433
|
+
readonly path: ".assets/git/icon-light.ts";
|
|
202
434
|
}, {
|
|
203
435
|
readonly name: "icon-dark";
|
|
204
436
|
readonly color: "default";
|
|
@@ -231,6 +463,14 @@ declare const metadata: readonly [{
|
|
|
231
463
|
readonly title: "nextjs icon dark";
|
|
232
464
|
readonly brand: "nextjs";
|
|
233
465
|
readonly path: ".assets/nextjs/icon-dark.ts";
|
|
466
|
+
}, {
|
|
467
|
+
readonly name: "logo-dark";
|
|
468
|
+
readonly color: "default";
|
|
469
|
+
readonly mode: "dark";
|
|
470
|
+
readonly category: "logos";
|
|
471
|
+
readonly title: "nextjs logo dark";
|
|
472
|
+
readonly brand: "nextjs";
|
|
473
|
+
readonly path: ".assets/nextjs/logo-dark.ts";
|
|
234
474
|
}, {
|
|
235
475
|
readonly name: "icon-light";
|
|
236
476
|
readonly color: "default";
|
|
@@ -244,9 +484,9 @@ declare const metadata: readonly [{
|
|
|
244
484
|
readonly color: "default";
|
|
245
485
|
readonly mode: "dark";
|
|
246
486
|
readonly category: "logos";
|
|
247
|
-
readonly title: "
|
|
248
|
-
readonly brand: "
|
|
249
|
-
readonly path: ".assets/
|
|
487
|
+
readonly title: "vercel logo dark";
|
|
488
|
+
readonly brand: "vercel";
|
|
489
|
+
readonly path: ".assets/vercel/logo-dark.ts";
|
|
250
490
|
}, {
|
|
251
491
|
readonly name: "icon-dark";
|
|
252
492
|
readonly color: "default";
|
|
@@ -255,22 +495,94 @@ declare const metadata: readonly [{
|
|
|
255
495
|
readonly title: "vercel icon dark";
|
|
256
496
|
readonly brand: "vercel";
|
|
257
497
|
readonly path: ".assets/vercel/icon-dark.ts";
|
|
498
|
+
}, {
|
|
499
|
+
readonly name: "icon-light";
|
|
500
|
+
readonly color: "default";
|
|
501
|
+
readonly mode: "light";
|
|
502
|
+
readonly category: "icons";
|
|
503
|
+
readonly title: "vercel icon light";
|
|
504
|
+
readonly brand: "vercel";
|
|
505
|
+
readonly path: ".assets/vercel/icon-light.ts";
|
|
258
506
|
}, {
|
|
259
507
|
readonly name: "logo-dark";
|
|
260
508
|
readonly color: "default";
|
|
261
509
|
readonly mode: "dark";
|
|
262
510
|
readonly category: "logos";
|
|
263
|
-
readonly title: "
|
|
264
|
-
readonly brand: "
|
|
265
|
-
readonly path: ".assets/
|
|
511
|
+
readonly title: "tailwindcss logo dark";
|
|
512
|
+
readonly brand: "tailwindcss";
|
|
513
|
+
readonly path: ".assets/tailwindcss/logo-dark.ts";
|
|
514
|
+
}, {
|
|
515
|
+
readonly name: "icon";
|
|
516
|
+
readonly color: "default";
|
|
517
|
+
readonly mode: "default";
|
|
518
|
+
readonly category: "icons";
|
|
519
|
+
readonly title: "tailwindcss icon";
|
|
520
|
+
readonly brand: "tailwindcss";
|
|
521
|
+
readonly path: ".assets/tailwindcss/icon.ts";
|
|
522
|
+
}, {
|
|
523
|
+
readonly name: "logo-light";
|
|
524
|
+
readonly color: "default";
|
|
525
|
+
readonly mode: "light";
|
|
526
|
+
readonly category: "logos";
|
|
527
|
+
readonly title: "firebase logo light";
|
|
528
|
+
readonly brand: "firebase";
|
|
529
|
+
readonly path: ".assets/firebase/logo-light.ts";
|
|
530
|
+
}, {
|
|
531
|
+
readonly name: "logo";
|
|
532
|
+
readonly color: "default";
|
|
533
|
+
readonly mode: "default";
|
|
534
|
+
readonly category: "logos";
|
|
535
|
+
readonly title: "neovim logo";
|
|
536
|
+
readonly brand: "neovim";
|
|
537
|
+
readonly path: ".assets/neovim/logo.ts";
|
|
538
|
+
}, {
|
|
539
|
+
readonly name: "icon-dark";
|
|
540
|
+
readonly color: "default";
|
|
541
|
+
readonly mode: "dark";
|
|
542
|
+
readonly category: "icons";
|
|
543
|
+
readonly title: "firebase icon dark";
|
|
544
|
+
readonly brand: "firebase";
|
|
545
|
+
readonly path: ".assets/firebase/icon-dark.ts";
|
|
546
|
+
}, {
|
|
547
|
+
readonly name: "logo-dark";
|
|
548
|
+
readonly color: "default";
|
|
549
|
+
readonly mode: "dark";
|
|
550
|
+
readonly category: "logos";
|
|
551
|
+
readonly title: "firebase logo dark";
|
|
552
|
+
readonly brand: "firebase";
|
|
553
|
+
readonly path: ".assets/firebase/logo-dark.ts";
|
|
554
|
+
}, {
|
|
555
|
+
readonly name: "icon";
|
|
556
|
+
readonly color: "default";
|
|
557
|
+
readonly mode: "default";
|
|
558
|
+
readonly category: "icons";
|
|
559
|
+
readonly title: "firebase icon";
|
|
560
|
+
readonly brand: "firebase";
|
|
561
|
+
readonly path: ".assets/firebase/icon.ts";
|
|
266
562
|
}, {
|
|
267
563
|
readonly name: "icon-light";
|
|
268
564
|
readonly color: "default";
|
|
269
565
|
readonly mode: "light";
|
|
270
566
|
readonly category: "icons";
|
|
271
|
-
readonly title: "
|
|
272
|
-
readonly brand: "
|
|
273
|
-
readonly path: ".assets/
|
|
567
|
+
readonly title: "firebase icon light";
|
|
568
|
+
readonly brand: "firebase";
|
|
569
|
+
readonly path: ".assets/firebase/icon-light.ts";
|
|
570
|
+
}, {
|
|
571
|
+
readonly name: "icon";
|
|
572
|
+
readonly color: "default";
|
|
573
|
+
readonly mode: "default";
|
|
574
|
+
readonly category: "icons";
|
|
575
|
+
readonly title: "neovim icon";
|
|
576
|
+
readonly brand: "neovim";
|
|
577
|
+
readonly path: ".assets/neovim/icon.ts";
|
|
578
|
+
}, {
|
|
579
|
+
readonly name: "logo-mono";
|
|
580
|
+
readonly color: "mono";
|
|
581
|
+
readonly mode: "default";
|
|
582
|
+
readonly category: "logos";
|
|
583
|
+
readonly title: "neovim logo mono";
|
|
584
|
+
readonly brand: "neovim";
|
|
585
|
+
readonly path: ".assets/neovim/logo-mono.ts";
|
|
274
586
|
}];
|
|
275
587
|
type IconMetaConst = (typeof metadata)[number];
|
|
276
588
|
declare function listBrands(): string[];
|