@logoicon/react 1.0.3 → 1.0.5
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 +12 -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.js +12 -0
- package/dist/facebook/icon.cjs +42 -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/gmail/icon.cjs +42 -0
- package/dist/gmail/icon.js +18 -0
- 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 +142 -88
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +36 -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.js +14 -0
- package/dist/linkedin/icon-mono-light.cjs +38 -0
- package/dist/linkedin/icon-mono-light.js +14 -0
- package/dist/linkedin/icon.cjs +38 -0
- package/dist/linkedin/icon.js +14 -0
- package/dist/linkedin/logo.cjs +45 -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 +75 -57
- package/dist/metadata.d.cts +320 -312
- package/dist/metadata.d.ts +320 -312
- package/dist/metadata.js +75 -57
- package/dist/mongodb/icon-dark.cjs +36 -0
- package/dist/mongodb/icon-dark.js +12 -0
- package/dist/mongodb/icon-light.cjs +36 -0
- package/dist/mongodb/icon-light.js +12 -0
- package/dist/mongodb/icon.cjs +36 -0
- package/dist/mongodb/icon.js +12 -0
- package/dist/mongodb/logo-dark.cjs +44 -0
- package/dist/mongodb/logo-dark.js +20 -0
- package/dist/mongodb/logo-light.cjs +44 -0
- package/dist/mongodb/logo-light.js +20 -0
- package/dist/mongodb/logo.cjs +44 -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.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.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.js +12 -0
- package/dist/x/icon-light.cjs +36 -0
- package/dist/x/icon-light.js +12 -0
- package/package.json +5 -5
package/dist/metadata.d.ts
CHANGED
|
@@ -8,53 +8,61 @@ 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
11
|
readonly name: "icon";
|
|
20
12
|
readonly color: "default";
|
|
21
13
|
readonly mode: "default";
|
|
22
14
|
readonly category: "icons";
|
|
23
|
-
readonly title: "
|
|
24
|
-
readonly brand: "
|
|
25
|
-
readonly path: ".assets/
|
|
15
|
+
readonly title: "gitlab icon";
|
|
16
|
+
readonly brand: "gitlab";
|
|
17
|
+
readonly path: ".assets/gitlab/icon.ts";
|
|
26
18
|
}, {
|
|
27
|
-
readonly name: "
|
|
19
|
+
readonly name: "icon-light";
|
|
28
20
|
readonly color: "default";
|
|
29
|
-
readonly mode: "
|
|
30
|
-
readonly category: "
|
|
31
|
-
readonly title: "
|
|
32
|
-
readonly brand: "
|
|
33
|
-
readonly path: ".assets/
|
|
21
|
+
readonly mode: "light";
|
|
22
|
+
readonly category: "icons";
|
|
23
|
+
readonly title: "turbo icon light";
|
|
24
|
+
readonly brand: "turbo";
|
|
25
|
+
readonly path: ".assets/turbo/icon-light.ts";
|
|
34
26
|
}, {
|
|
35
|
-
readonly name: "
|
|
27
|
+
readonly name: "icon-dark";
|
|
36
28
|
readonly color: "default";
|
|
37
|
-
readonly mode: "
|
|
38
|
-
readonly category: "
|
|
39
|
-
readonly title: "
|
|
40
|
-
readonly brand: "
|
|
41
|
-
readonly path: ".assets/
|
|
29
|
+
readonly mode: "dark";
|
|
30
|
+
readonly category: "icons";
|
|
31
|
+
readonly title: "turbopack icon dark";
|
|
32
|
+
readonly brand: "turbopack";
|
|
33
|
+
readonly path: ".assets/turbopack/icon-dark.ts";
|
|
42
34
|
}, {
|
|
43
|
-
readonly name: "
|
|
35
|
+
readonly name: "icon-dark";
|
|
44
36
|
readonly color: "default";
|
|
45
|
-
readonly mode: "
|
|
46
|
-
readonly category: "
|
|
47
|
-
readonly title: "
|
|
48
|
-
readonly brand: "
|
|
49
|
-
readonly path: ".assets/
|
|
37
|
+
readonly mode: "dark";
|
|
38
|
+
readonly category: "icons";
|
|
39
|
+
readonly title: "turborepo icon dark";
|
|
40
|
+
readonly brand: "turborepo";
|
|
41
|
+
readonly path: ".assets/turborepo/icon-dark.ts";
|
|
50
42
|
}, {
|
|
51
|
-
readonly name: "
|
|
52
|
-
readonly color: "
|
|
43
|
+
readonly name: "icon-dark";
|
|
44
|
+
readonly color: "default";
|
|
45
|
+
readonly mode: "dark";
|
|
46
|
+
readonly category: "icons";
|
|
47
|
+
readonly title: "nextjs icon dark";
|
|
48
|
+
readonly brand: "nextjs";
|
|
49
|
+
readonly path: ".assets/nextjs/icon-dark.ts";
|
|
50
|
+
}, {
|
|
51
|
+
readonly name: "logo-dark";
|
|
52
|
+
readonly color: "default";
|
|
53
53
|
readonly mode: "dark";
|
|
54
54
|
readonly category: "logos";
|
|
55
|
-
readonly title: "
|
|
56
|
-
readonly brand: "
|
|
57
|
-
readonly path: ".assets/
|
|
55
|
+
readonly title: "v0 logo dark";
|
|
56
|
+
readonly brand: "v0";
|
|
57
|
+
readonly path: ".assets/v0/logo-dark.ts";
|
|
58
|
+
}, {
|
|
59
|
+
readonly name: "icon-dark";
|
|
60
|
+
readonly color: "default";
|
|
61
|
+
readonly mode: "dark";
|
|
62
|
+
readonly category: "icons";
|
|
63
|
+
readonly title: "vercel icon dark";
|
|
64
|
+
readonly brand: "vercel";
|
|
65
|
+
readonly path: ".assets/vercel/icon-dark.ts";
|
|
58
66
|
}, {
|
|
59
67
|
readonly name: "icon";
|
|
60
68
|
readonly color: "default";
|
|
@@ -64,45 +72,37 @@ declare const metadata: readonly [{
|
|
|
64
72
|
readonly brand: "php";
|
|
65
73
|
readonly path: ".assets/php/icon.ts";
|
|
66
74
|
}, {
|
|
67
|
-
readonly name: "
|
|
75
|
+
readonly name: "icon-dark";
|
|
68
76
|
readonly color: "default";
|
|
69
|
-
readonly mode: "
|
|
70
|
-
readonly category: "
|
|
71
|
-
readonly title: "
|
|
72
|
-
readonly brand: "
|
|
73
|
-
readonly path: ".assets/
|
|
77
|
+
readonly mode: "dark";
|
|
78
|
+
readonly category: "icons";
|
|
79
|
+
readonly title: "github icon dark";
|
|
80
|
+
readonly brand: "github";
|
|
81
|
+
readonly path: ".assets/github/icon-dark.ts";
|
|
74
82
|
}, {
|
|
75
|
-
readonly name: "logo-
|
|
83
|
+
readonly name: "logo-dark";
|
|
76
84
|
readonly color: "default";
|
|
77
|
-
readonly mode: "
|
|
85
|
+
readonly mode: "dark";
|
|
78
86
|
readonly category: "logos";
|
|
79
|
-
readonly title: "
|
|
80
|
-
readonly brand: "
|
|
81
|
-
readonly path: ".assets/
|
|
87
|
+
readonly title: "tailwindcss logo dark";
|
|
88
|
+
readonly brand: "tailwindcss";
|
|
89
|
+
readonly path: ".assets/tailwindcss/logo-dark.ts";
|
|
82
90
|
}, {
|
|
83
|
-
readonly name: "logo-
|
|
91
|
+
readonly name: "logo-dark";
|
|
84
92
|
readonly color: "default";
|
|
85
|
-
readonly mode: "
|
|
93
|
+
readonly mode: "dark";
|
|
86
94
|
readonly category: "logos";
|
|
87
|
-
readonly title: "
|
|
88
|
-
readonly brand: "
|
|
89
|
-
readonly path: ".assets/
|
|
95
|
+
readonly title: "git logo dark";
|
|
96
|
+
readonly brand: "git";
|
|
97
|
+
readonly path: ".assets/git/logo-dark.ts";
|
|
90
98
|
}, {
|
|
91
|
-
readonly name: "icon
|
|
99
|
+
readonly name: "icon";
|
|
92
100
|
readonly color: "default";
|
|
93
|
-
readonly mode: "
|
|
101
|
+
readonly mode: "default";
|
|
94
102
|
readonly category: "icons";
|
|
95
|
-
readonly title: "
|
|
96
|
-
readonly brand: "
|
|
97
|
-
readonly path: ".assets/
|
|
98
|
-
}, {
|
|
99
|
-
readonly name: "logo-light";
|
|
100
|
-
readonly color: "default";
|
|
101
|
-
readonly mode: "light";
|
|
102
|
-
readonly category: "logos";
|
|
103
|
-
readonly title: "turborepo logo light";
|
|
104
|
-
readonly brand: "turborepo";
|
|
105
|
-
readonly path: ".assets/turborepo/logo-light.ts";
|
|
103
|
+
readonly title: "react icon";
|
|
104
|
+
readonly brand: "react";
|
|
105
|
+
readonly path: ".assets/react/icon.ts";
|
|
106
106
|
}, {
|
|
107
107
|
readonly name: "logo-dark";
|
|
108
108
|
readonly color: "default";
|
|
@@ -112,13 +112,13 @@ declare const metadata: readonly [{
|
|
|
112
112
|
readonly brand: "typescript";
|
|
113
113
|
readonly path: ".assets/typescript/logo-dark.ts";
|
|
114
114
|
}, {
|
|
115
|
-
readonly name: "
|
|
115
|
+
readonly name: "logo";
|
|
116
116
|
readonly color: "default";
|
|
117
117
|
readonly mode: "default";
|
|
118
|
-
readonly category: "
|
|
119
|
-
readonly title: "
|
|
120
|
-
readonly brand: "
|
|
121
|
-
readonly path: ".assets/
|
|
118
|
+
readonly category: "logos";
|
|
119
|
+
readonly title: "python logo";
|
|
120
|
+
readonly brand: "python";
|
|
121
|
+
readonly path: ".assets/python/logo.ts";
|
|
122
122
|
}, {
|
|
123
123
|
readonly name: "drawing";
|
|
124
124
|
readonly color: "default";
|
|
@@ -128,61 +128,21 @@ declare const metadata: readonly [{
|
|
|
128
128
|
readonly brand: "lua";
|
|
129
129
|
readonly path: ".assets/lua/drawing.ts";
|
|
130
130
|
}, {
|
|
131
|
-
readonly name: "
|
|
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";
|
|
138
|
-
}, {
|
|
139
|
-
readonly name: "logo-light";
|
|
140
|
-
readonly color: "default";
|
|
141
|
-
readonly mode: "light";
|
|
142
|
-
readonly category: "logos";
|
|
143
|
-
readonly title: "turbo logo light";
|
|
144
|
-
readonly brand: "turbo";
|
|
145
|
-
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
|
-
}, {
|
|
171
|
-
readonly name: "icon-dark";
|
|
131
|
+
readonly name: "icon";
|
|
172
132
|
readonly color: "default";
|
|
173
|
-
readonly mode: "
|
|
133
|
+
readonly mode: "default";
|
|
174
134
|
readonly category: "icons";
|
|
175
|
-
readonly title: "
|
|
176
|
-
readonly brand: "
|
|
177
|
-
readonly path: ".assets/
|
|
135
|
+
readonly title: "html icon";
|
|
136
|
+
readonly brand: "html";
|
|
137
|
+
readonly path: ".assets/html/icon.ts";
|
|
178
138
|
}, {
|
|
179
139
|
readonly name: "_icon";
|
|
180
140
|
readonly color: "default";
|
|
181
141
|
readonly mode: "default";
|
|
182
142
|
readonly category: "_icons";
|
|
183
|
-
readonly title: "
|
|
184
|
-
readonly brand: "
|
|
185
|
-
readonly path: ".assets/
|
|
143
|
+
readonly title: "javascript icon";
|
|
144
|
+
readonly brand: "javascript";
|
|
145
|
+
readonly path: ".assets/javascript/_icon.ts";
|
|
186
146
|
}, {
|
|
187
147
|
readonly name: "logo-dark";
|
|
188
148
|
readonly color: "default";
|
|
@@ -192,149 +152,181 @@ declare const metadata: readonly [{
|
|
|
192
152
|
readonly brand: "nodejs";
|
|
193
153
|
readonly path: ".assets/nodejs/logo-dark.ts";
|
|
194
154
|
}, {
|
|
195
|
-
readonly name: "
|
|
155
|
+
readonly name: "logo-dark";
|
|
196
156
|
readonly color: "default";
|
|
197
|
-
readonly mode: "
|
|
157
|
+
readonly mode: "dark";
|
|
158
|
+
readonly category: "logos";
|
|
159
|
+
readonly title: "gitlab logo dark";
|
|
160
|
+
readonly brand: "gitlab";
|
|
161
|
+
readonly path: ".assets/gitlab/logo-dark.ts";
|
|
162
|
+
}, {
|
|
163
|
+
readonly name: "icon-mono-light";
|
|
164
|
+
readonly color: "mono";
|
|
165
|
+
readonly mode: "light";
|
|
198
166
|
readonly category: "icons";
|
|
199
|
-
readonly title: "
|
|
200
|
-
readonly brand: "
|
|
201
|
-
readonly path: ".assets/
|
|
167
|
+
readonly title: "gitlab icon mono light";
|
|
168
|
+
readonly brand: "gitlab";
|
|
169
|
+
readonly path: ".assets/gitlab/icon-mono-light.ts";
|
|
202
170
|
}, {
|
|
203
|
-
readonly name: "
|
|
171
|
+
readonly name: "logo-mono-dark";
|
|
172
|
+
readonly color: "mono";
|
|
173
|
+
readonly mode: "dark";
|
|
174
|
+
readonly category: "logos";
|
|
175
|
+
readonly title: "gitlab logo mono dark";
|
|
176
|
+
readonly brand: "gitlab";
|
|
177
|
+
readonly path: ".assets/gitlab/logo-mono-dark.ts";
|
|
178
|
+
}, {
|
|
179
|
+
readonly name: "icon";
|
|
204
180
|
readonly color: "default";
|
|
205
|
-
readonly mode: "
|
|
181
|
+
readonly mode: "default";
|
|
206
182
|
readonly category: "icons";
|
|
207
|
-
readonly title: "
|
|
208
|
-
readonly brand: "
|
|
209
|
-
readonly path: ".assets/
|
|
183
|
+
readonly title: "css icon";
|
|
184
|
+
readonly brand: "css";
|
|
185
|
+
readonly path: ".assets/css/icon.ts";
|
|
210
186
|
}, {
|
|
211
187
|
readonly name: "icon";
|
|
212
188
|
readonly color: "default";
|
|
213
189
|
readonly mode: "default";
|
|
214
190
|
readonly category: "icons";
|
|
215
|
-
readonly title: "
|
|
216
|
-
readonly brand: "
|
|
217
|
-
readonly path: ".assets/
|
|
191
|
+
readonly title: "firebase icon";
|
|
192
|
+
readonly brand: "firebase";
|
|
193
|
+
readonly path: ".assets/firebase/icon.ts";
|
|
194
|
+
}, {
|
|
195
|
+
readonly name: "logo-light";
|
|
196
|
+
readonly color: "default";
|
|
197
|
+
readonly mode: "light";
|
|
198
|
+
readonly category: "logos";
|
|
199
|
+
readonly title: "turbo logo light";
|
|
200
|
+
readonly brand: "turbo";
|
|
201
|
+
readonly path: ".assets/turbo/logo-light.ts";
|
|
218
202
|
}, {
|
|
219
203
|
readonly name: "icon-dark";
|
|
220
204
|
readonly color: "default";
|
|
221
205
|
readonly mode: "dark";
|
|
222
206
|
readonly category: "icons";
|
|
223
|
-
readonly title: "
|
|
224
|
-
readonly brand: "
|
|
225
|
-
readonly path: ".assets/
|
|
207
|
+
readonly title: "turbo icon dark";
|
|
208
|
+
readonly brand: "turbo";
|
|
209
|
+
readonly path: ".assets/turbo/icon-dark.ts";
|
|
226
210
|
}, {
|
|
227
211
|
readonly name: "logo-dark";
|
|
228
212
|
readonly color: "default";
|
|
229
213
|
readonly mode: "dark";
|
|
230
214
|
readonly category: "logos";
|
|
231
|
-
readonly title: "
|
|
232
|
-
readonly brand: "
|
|
233
|
-
readonly path: ".assets/
|
|
215
|
+
readonly title: "turbo logo dark";
|
|
216
|
+
readonly brand: "turbo";
|
|
217
|
+
readonly path: ".assets/turbo/logo-dark.ts";
|
|
234
218
|
}, {
|
|
235
219
|
readonly name: "icon-light";
|
|
236
220
|
readonly color: "default";
|
|
237
221
|
readonly mode: "light";
|
|
238
222
|
readonly category: "icons";
|
|
239
|
-
readonly title: "
|
|
240
|
-
readonly brand: "
|
|
241
|
-
readonly path: ".assets/
|
|
223
|
+
readonly title: "turbopack icon light";
|
|
224
|
+
readonly brand: "turbopack";
|
|
225
|
+
readonly path: ".assets/turbopack/icon-light.ts";
|
|
242
226
|
}, {
|
|
243
227
|
readonly name: "logo-dark";
|
|
244
228
|
readonly color: "default";
|
|
245
229
|
readonly mode: "dark";
|
|
246
230
|
readonly category: "logos";
|
|
247
|
-
readonly title: "
|
|
248
|
-
readonly brand: "
|
|
249
|
-
readonly path: ".assets/
|
|
231
|
+
readonly title: "turbopack logo dark";
|
|
232
|
+
readonly brand: "turbopack";
|
|
233
|
+
readonly path: ".assets/turbopack/logo-dark.ts";
|
|
250
234
|
}, {
|
|
251
|
-
readonly name: "logo";
|
|
235
|
+
readonly name: "logo-light";
|
|
252
236
|
readonly color: "default";
|
|
253
|
-
readonly mode: "
|
|
237
|
+
readonly mode: "light";
|
|
254
238
|
readonly category: "logos";
|
|
255
|
-
readonly title: "
|
|
256
|
-
readonly brand: "
|
|
257
|
-
readonly path: ".assets/
|
|
239
|
+
readonly title: "turbopack logo light";
|
|
240
|
+
readonly brand: "turbopack";
|
|
241
|
+
readonly path: ".assets/turbopack/logo-light.ts";
|
|
258
242
|
}, {
|
|
259
|
-
readonly name: "icon";
|
|
243
|
+
readonly name: "icon-light";
|
|
260
244
|
readonly color: "default";
|
|
261
|
-
readonly mode: "
|
|
245
|
+
readonly mode: "light";
|
|
262
246
|
readonly category: "icons";
|
|
263
|
-
readonly title: "
|
|
264
|
-
readonly brand: "
|
|
265
|
-
readonly path: ".assets/
|
|
247
|
+
readonly title: "turborepo icon light";
|
|
248
|
+
readonly brand: "turborepo";
|
|
249
|
+
readonly path: ".assets/turborepo/icon-light.ts";
|
|
266
250
|
}, {
|
|
267
|
-
readonly name: "logo-
|
|
268
|
-
readonly color: "
|
|
251
|
+
readonly name: "logo-light";
|
|
252
|
+
readonly color: "default";
|
|
269
253
|
readonly mode: "light";
|
|
270
254
|
readonly category: "logos";
|
|
271
|
-
readonly title: "
|
|
272
|
-
readonly brand: "
|
|
273
|
-
readonly path: ".assets/
|
|
255
|
+
readonly title: "turborepo logo light";
|
|
256
|
+
readonly brand: "turborepo";
|
|
257
|
+
readonly path: ".assets/turborepo/logo-light.ts";
|
|
274
258
|
}, {
|
|
275
|
-
readonly name: "
|
|
276
|
-
readonly color: "
|
|
259
|
+
readonly name: "logo-dark";
|
|
260
|
+
readonly color: "default";
|
|
277
261
|
readonly mode: "dark";
|
|
278
|
-
readonly category: "
|
|
279
|
-
readonly title: "
|
|
280
|
-
readonly brand: "
|
|
281
|
-
readonly path: ".assets/
|
|
282
|
-
}, {
|
|
283
|
-
readonly name: "icon-mono-light";
|
|
284
|
-
readonly color: "mono";
|
|
285
|
-
readonly mode: "light";
|
|
286
|
-
readonly category: "icons";
|
|
287
|
-
readonly title: "gitlab icon mono light";
|
|
288
|
-
readonly brand: "gitlab";
|
|
289
|
-
readonly path: ".assets/gitlab/icon-mono-light.ts";
|
|
262
|
+
readonly category: "logos";
|
|
263
|
+
readonly title: "turborepo logo dark";
|
|
264
|
+
readonly brand: "turborepo";
|
|
265
|
+
readonly path: ".assets/turborepo/logo-dark.ts";
|
|
290
266
|
}, {
|
|
291
|
-
readonly name: "
|
|
267
|
+
readonly name: "logo-dark";
|
|
292
268
|
readonly color: "default";
|
|
293
269
|
readonly mode: "dark";
|
|
294
|
-
readonly category: "
|
|
295
|
-
readonly title: "
|
|
296
|
-
readonly brand: "
|
|
297
|
-
readonly path: ".assets/
|
|
270
|
+
readonly category: "logos";
|
|
271
|
+
readonly title: "github logo dark";
|
|
272
|
+
readonly brand: "github";
|
|
273
|
+
readonly path: ".assets/github/logo-dark.ts";
|
|
298
274
|
}, {
|
|
299
275
|
readonly name: "icon-light";
|
|
300
276
|
readonly color: "default";
|
|
301
277
|
readonly mode: "light";
|
|
302
278
|
readonly category: "icons";
|
|
303
|
-
readonly title: "
|
|
304
|
-
readonly brand: "
|
|
305
|
-
readonly path: ".assets/
|
|
279
|
+
readonly title: "nextjs icon light";
|
|
280
|
+
readonly brand: "nextjs";
|
|
281
|
+
readonly path: ".assets/nextjs/icon-light.ts";
|
|
306
282
|
}, {
|
|
307
283
|
readonly name: "logo-dark";
|
|
308
284
|
readonly color: "default";
|
|
309
285
|
readonly mode: "dark";
|
|
310
286
|
readonly category: "logos";
|
|
311
|
-
readonly title: "
|
|
312
|
-
readonly brand: "
|
|
313
|
-
readonly path: ".assets/
|
|
287
|
+
readonly title: "nextjs logo dark";
|
|
288
|
+
readonly brand: "nextjs";
|
|
289
|
+
readonly path: ".assets/nextjs/logo-dark.ts";
|
|
314
290
|
}, {
|
|
315
|
-
readonly name: "logo-
|
|
291
|
+
readonly name: "logo-light";
|
|
316
292
|
readonly color: "default";
|
|
317
|
-
readonly mode: "
|
|
293
|
+
readonly mode: "light";
|
|
318
294
|
readonly category: "logos";
|
|
319
|
-
readonly title: "
|
|
295
|
+
readonly title: "nextjs logo light";
|
|
296
|
+
readonly brand: "nextjs";
|
|
297
|
+
readonly path: ".assets/nextjs/logo-light.ts";
|
|
298
|
+
}, {
|
|
299
|
+
readonly name: "logo-light";
|
|
300
|
+
readonly color: "default";
|
|
301
|
+
readonly mode: "light";
|
|
302
|
+
readonly category: "logos";
|
|
303
|
+
readonly title: "v0 logo light";
|
|
320
304
|
readonly brand: "v0";
|
|
321
|
-
readonly path: ".assets/v0/logo-
|
|
305
|
+
readonly path: ".assets/v0/logo-light.ts";
|
|
322
306
|
}, {
|
|
323
|
-
readonly name: "icon-
|
|
307
|
+
readonly name: "icon-light";
|
|
324
308
|
readonly color: "default";
|
|
325
|
-
readonly mode: "
|
|
309
|
+
readonly mode: "light";
|
|
326
310
|
readonly category: "icons";
|
|
327
|
-
readonly title: "
|
|
328
|
-
readonly brand: "
|
|
329
|
-
readonly path: ".assets/
|
|
311
|
+
readonly title: "vercel icon light";
|
|
312
|
+
readonly brand: "vercel";
|
|
313
|
+
readonly path: ".assets/vercel/icon-light.ts";
|
|
330
314
|
}, {
|
|
331
315
|
readonly name: "logo-dark";
|
|
332
316
|
readonly color: "default";
|
|
333
317
|
readonly mode: "dark";
|
|
334
318
|
readonly category: "logos";
|
|
335
|
-
readonly title: "
|
|
336
|
-
readonly brand: "
|
|
337
|
-
readonly path: ".assets/
|
|
319
|
+
readonly title: "vercel logo dark";
|
|
320
|
+
readonly brand: "vercel";
|
|
321
|
+
readonly path: ".assets/vercel/logo-dark.ts";
|
|
322
|
+
}, {
|
|
323
|
+
readonly name: "logo-light";
|
|
324
|
+
readonly color: "default";
|
|
325
|
+
readonly mode: "light";
|
|
326
|
+
readonly category: "logos";
|
|
327
|
+
readonly title: "vercel logo light";
|
|
328
|
+
readonly brand: "vercel";
|
|
329
|
+
readonly path: ".assets/vercel/logo-light.ts";
|
|
338
330
|
}, {
|
|
339
331
|
readonly name: "icon-light";
|
|
340
332
|
readonly color: "default";
|
|
@@ -344,45 +336,61 @@ declare const metadata: readonly [{
|
|
|
344
336
|
readonly brand: "github";
|
|
345
337
|
readonly path: ".assets/github/icon-light.ts";
|
|
346
338
|
}, {
|
|
347
|
-
readonly name: "
|
|
339
|
+
readonly name: "logo-light";
|
|
348
340
|
readonly color: "default";
|
|
349
|
-
readonly mode: "
|
|
350
|
-
readonly category: "
|
|
351
|
-
readonly title: "
|
|
352
|
-
readonly brand: "
|
|
353
|
-
readonly path: ".assets/
|
|
341
|
+
readonly mode: "light";
|
|
342
|
+
readonly category: "logos";
|
|
343
|
+
readonly title: "github logo light";
|
|
344
|
+
readonly brand: "github";
|
|
345
|
+
readonly path: ".assets/github/logo-light.ts";
|
|
354
346
|
}, {
|
|
355
|
-
readonly name: "
|
|
347
|
+
readonly name: "logo-light";
|
|
356
348
|
readonly color: "default";
|
|
357
349
|
readonly mode: "light";
|
|
358
|
-
readonly category: "
|
|
359
|
-
readonly title: "
|
|
360
|
-
readonly brand: "
|
|
361
|
-
readonly path: ".assets/
|
|
350
|
+
readonly category: "logos";
|
|
351
|
+
readonly title: "tailwindcss logo light";
|
|
352
|
+
readonly brand: "tailwindcss";
|
|
353
|
+
readonly path: ".assets/tailwindcss/logo-light.ts";
|
|
362
354
|
}, {
|
|
363
|
-
readonly name: "
|
|
355
|
+
readonly name: "logo-light";
|
|
364
356
|
readonly color: "default";
|
|
365
|
-
readonly mode: "
|
|
357
|
+
readonly mode: "light";
|
|
358
|
+
readonly category: "logos";
|
|
359
|
+
readonly title: "git logo light";
|
|
360
|
+
readonly brand: "git";
|
|
361
|
+
readonly path: ".assets/git/logo-light.ts";
|
|
362
|
+
}, {
|
|
363
|
+
readonly name: "logo";
|
|
364
|
+
readonly color: "default";
|
|
365
|
+
readonly mode: "default";
|
|
366
|
+
readonly category: "logos";
|
|
367
|
+
readonly title: "git logo";
|
|
368
|
+
readonly brand: "git";
|
|
369
|
+
readonly path: ".assets/git/logo.ts";
|
|
370
|
+
}, {
|
|
371
|
+
readonly name: "icon";
|
|
372
|
+
readonly color: "default";
|
|
373
|
+
readonly mode: "default";
|
|
366
374
|
readonly category: "icons";
|
|
367
|
-
readonly title: "
|
|
368
|
-
readonly brand: "
|
|
369
|
-
readonly path: ".assets/
|
|
375
|
+
readonly title: "tailwindcss icon";
|
|
376
|
+
readonly brand: "tailwindcss";
|
|
377
|
+
readonly path: ".assets/tailwindcss/icon.ts";
|
|
370
378
|
}, {
|
|
371
379
|
readonly name: "icon-light";
|
|
372
380
|
readonly color: "default";
|
|
373
381
|
readonly mode: "light";
|
|
374
382
|
readonly category: "icons";
|
|
375
|
-
readonly title: "
|
|
376
|
-
readonly brand: "
|
|
377
|
-
readonly path: ".assets/
|
|
383
|
+
readonly title: "git icon light";
|
|
384
|
+
readonly brand: "git";
|
|
385
|
+
readonly path: ".assets/git/icon-light.ts";
|
|
378
386
|
}, {
|
|
379
|
-
readonly name: "
|
|
387
|
+
readonly name: "icon";
|
|
380
388
|
readonly color: "default";
|
|
381
|
-
readonly mode: "
|
|
382
|
-
readonly category: "
|
|
383
|
-
readonly title: "
|
|
384
|
-
readonly brand: "
|
|
385
|
-
readonly path: ".assets/
|
|
389
|
+
readonly mode: "default";
|
|
390
|
+
readonly category: "icons";
|
|
391
|
+
readonly title: "git icon";
|
|
392
|
+
readonly brand: "git";
|
|
393
|
+
readonly path: ".assets/git/icon.ts";
|
|
386
394
|
}, {
|
|
387
395
|
readonly name: "icon";
|
|
388
396
|
readonly color: "default";
|
|
@@ -392,13 +400,13 @@ declare const metadata: readonly [{
|
|
|
392
400
|
readonly brand: "typescript";
|
|
393
401
|
readonly path: ".assets/typescript/icon.ts";
|
|
394
402
|
}, {
|
|
395
|
-
readonly name: "
|
|
403
|
+
readonly name: "icon";
|
|
396
404
|
readonly color: "default";
|
|
397
405
|
readonly mode: "default";
|
|
398
|
-
readonly category: "
|
|
399
|
-
readonly title: "
|
|
400
|
-
readonly brand: "
|
|
401
|
-
readonly path: ".assets/
|
|
406
|
+
readonly category: "icons";
|
|
407
|
+
readonly title: "python icon";
|
|
408
|
+
readonly brand: "python";
|
|
409
|
+
readonly path: ".assets/python/icon.ts";
|
|
402
410
|
}, {
|
|
403
411
|
readonly name: "icon-dark";
|
|
404
412
|
readonly color: "default";
|
|
@@ -407,126 +415,126 @@ declare const metadata: readonly [{
|
|
|
407
415
|
readonly title: "git icon dark";
|
|
408
416
|
readonly brand: "git";
|
|
409
417
|
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";
|
|
426
418
|
}, {
|
|
427
419
|
readonly name: "icon-light";
|
|
428
420
|
readonly color: "default";
|
|
429
421
|
readonly mode: "light";
|
|
430
422
|
readonly category: "icons";
|
|
431
|
-
readonly title: "
|
|
432
|
-
readonly brand: "
|
|
433
|
-
readonly path: ".assets/
|
|
423
|
+
readonly title: "html icon light";
|
|
424
|
+
readonly brand: "html";
|
|
425
|
+
readonly path: ".assets/html/icon-light.ts";
|
|
434
426
|
}, {
|
|
435
427
|
readonly name: "icon-dark";
|
|
436
428
|
readonly color: "default";
|
|
437
429
|
readonly mode: "dark";
|
|
438
430
|
readonly category: "icons";
|
|
439
|
-
readonly title: "
|
|
440
|
-
readonly brand: "
|
|
441
|
-
readonly path: ".assets/
|
|
442
|
-
}, {
|
|
443
|
-
readonly name: "logo-dark";
|
|
444
|
-
readonly color: "default";
|
|
445
|
-
readonly mode: "dark";
|
|
446
|
-
readonly category: "logos";
|
|
447
|
-
readonly title: "turbo logo dark";
|
|
448
|
-
readonly brand: "turbo";
|
|
449
|
-
readonly path: ".assets/turbo/logo-dark.ts";
|
|
431
|
+
readonly title: "html icon dark";
|
|
432
|
+
readonly brand: "html";
|
|
433
|
+
readonly path: ".assets/html/icon-dark.ts";
|
|
450
434
|
}, {
|
|
451
435
|
readonly name: "icon-light";
|
|
452
436
|
readonly color: "default";
|
|
453
437
|
readonly mode: "light";
|
|
454
438
|
readonly category: "icons";
|
|
455
|
-
readonly title: "
|
|
456
|
-
readonly brand: "
|
|
457
|
-
readonly path: ".assets/
|
|
439
|
+
readonly title: "firebase icon light";
|
|
440
|
+
readonly brand: "firebase";
|
|
441
|
+
readonly path: ".assets/firebase/icon-light.ts";
|
|
458
442
|
}, {
|
|
459
443
|
readonly name: "icon-dark";
|
|
460
444
|
readonly color: "default";
|
|
461
445
|
readonly mode: "dark";
|
|
462
446
|
readonly category: "icons";
|
|
463
|
-
readonly title: "
|
|
464
|
-
readonly brand: "
|
|
465
|
-
readonly path: ".assets/
|
|
447
|
+
readonly title: "firebase icon dark";
|
|
448
|
+
readonly brand: "firebase";
|
|
449
|
+
readonly path: ".assets/firebase/icon-dark.ts";
|
|
450
|
+
}, {
|
|
451
|
+
readonly name: "logo-light";
|
|
452
|
+
readonly color: "default";
|
|
453
|
+
readonly mode: "light";
|
|
454
|
+
readonly category: "logos";
|
|
455
|
+
readonly title: "firebase logo light";
|
|
456
|
+
readonly brand: "firebase";
|
|
457
|
+
readonly path: ".assets/firebase/logo-light.ts";
|
|
466
458
|
}, {
|
|
467
459
|
readonly name: "logo-dark";
|
|
468
460
|
readonly color: "default";
|
|
469
461
|
readonly mode: "dark";
|
|
470
462
|
readonly category: "logos";
|
|
471
|
-
readonly title: "
|
|
472
|
-
readonly brand: "
|
|
473
|
-
readonly path: ".assets/
|
|
463
|
+
readonly title: "firebase logo dark";
|
|
464
|
+
readonly brand: "firebase";
|
|
465
|
+
readonly path: ".assets/firebase/logo-dark.ts";
|
|
474
466
|
}, {
|
|
475
467
|
readonly name: "icon-light";
|
|
476
468
|
readonly color: "default";
|
|
477
469
|
readonly mode: "light";
|
|
478
470
|
readonly category: "icons";
|
|
479
|
-
readonly title: "
|
|
480
|
-
readonly brand: "
|
|
481
|
-
readonly path: ".assets/
|
|
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";
|
|
471
|
+
readonly title: "nodejs icon light";
|
|
472
|
+
readonly brand: "nodejs";
|
|
473
|
+
readonly path: ".assets/nodejs/icon-light.ts";
|
|
490
474
|
}, {
|
|
491
475
|
readonly name: "icon-dark";
|
|
492
476
|
readonly color: "default";
|
|
493
477
|
readonly mode: "dark";
|
|
494
478
|
readonly category: "icons";
|
|
495
|
-
readonly title: "
|
|
496
|
-
readonly brand: "
|
|
497
|
-
readonly path: ".assets/
|
|
479
|
+
readonly title: "nodejs icon dark";
|
|
480
|
+
readonly brand: "nodejs";
|
|
481
|
+
readonly path: ".assets/nodejs/icon-dark.ts";
|
|
498
482
|
}, {
|
|
499
|
-
readonly name: "icon
|
|
483
|
+
readonly name: "icon";
|
|
500
484
|
readonly color: "default";
|
|
501
|
-
readonly mode: "
|
|
485
|
+
readonly mode: "default";
|
|
502
486
|
readonly category: "icons";
|
|
503
|
-
readonly title: "
|
|
504
|
-
readonly brand: "
|
|
505
|
-
readonly path: ".assets/
|
|
487
|
+
readonly title: "nodejs icon";
|
|
488
|
+
readonly brand: "nodejs";
|
|
489
|
+
readonly path: ".assets/nodejs/icon.ts";
|
|
506
490
|
}, {
|
|
507
|
-
readonly name: "logo-
|
|
491
|
+
readonly name: "logo-light";
|
|
508
492
|
readonly color: "default";
|
|
493
|
+
readonly mode: "light";
|
|
494
|
+
readonly category: "logos";
|
|
495
|
+
readonly title: "nodejs logo light";
|
|
496
|
+
readonly brand: "nodejs";
|
|
497
|
+
readonly path: ".assets/nodejs/logo-light.ts";
|
|
498
|
+
}, {
|
|
499
|
+
readonly name: "icon-mono-dark";
|
|
500
|
+
readonly color: "mono";
|
|
509
501
|
readonly mode: "dark";
|
|
502
|
+
readonly category: "icons";
|
|
503
|
+
readonly title: "gitlab icon mono dark";
|
|
504
|
+
readonly brand: "gitlab";
|
|
505
|
+
readonly path: ".assets/gitlab/icon-mono-dark.ts";
|
|
506
|
+
}, {
|
|
507
|
+
readonly name: "logo-mono-light";
|
|
508
|
+
readonly color: "mono";
|
|
509
|
+
readonly mode: "light";
|
|
510
510
|
readonly category: "logos";
|
|
511
|
-
readonly title: "
|
|
512
|
-
readonly brand: "
|
|
513
|
-
readonly path: ".assets/
|
|
511
|
+
readonly title: "gitlab logo mono light";
|
|
512
|
+
readonly brand: "gitlab";
|
|
513
|
+
readonly path: ".assets/gitlab/logo-mono-light.ts";
|
|
514
514
|
}, {
|
|
515
|
-
readonly name: "
|
|
515
|
+
readonly name: "logo";
|
|
516
516
|
readonly color: "default";
|
|
517
517
|
readonly mode: "default";
|
|
518
|
-
readonly category: "
|
|
519
|
-
readonly title: "
|
|
520
|
-
readonly brand: "
|
|
521
|
-
readonly path: ".assets/
|
|
518
|
+
readonly category: "logos";
|
|
519
|
+
readonly title: "gitlab logo";
|
|
520
|
+
readonly brand: "gitlab";
|
|
521
|
+
readonly path: ".assets/gitlab/logo.ts";
|
|
522
522
|
}, {
|
|
523
523
|
readonly name: "logo-light";
|
|
524
524
|
readonly color: "default";
|
|
525
525
|
readonly mode: "light";
|
|
526
526
|
readonly category: "logos";
|
|
527
|
-
readonly title: "
|
|
528
|
-
readonly brand: "
|
|
529
|
-
readonly path: ".assets/
|
|
527
|
+
readonly title: "expressjs logo light";
|
|
528
|
+
readonly brand: "expressjs";
|
|
529
|
+
readonly path: ".assets/expressjs/logo-light.ts";
|
|
530
|
+
}, {
|
|
531
|
+
readonly name: "_icon";
|
|
532
|
+
readonly color: "default";
|
|
533
|
+
readonly mode: "default";
|
|
534
|
+
readonly category: "_icons";
|
|
535
|
+
readonly title: "puppeteer icon";
|
|
536
|
+
readonly brand: "puppeteer";
|
|
537
|
+
readonly path: ".assets/puppeteer/_icon.ts";
|
|
530
538
|
}, {
|
|
531
539
|
readonly name: "logo";
|
|
532
540
|
readonly color: "default";
|
|
@@ -536,37 +544,37 @@ declare const metadata: readonly [{
|
|
|
536
544
|
readonly brand: "neovim";
|
|
537
545
|
readonly path: ".assets/neovim/logo.ts";
|
|
538
546
|
}, {
|
|
539
|
-
readonly name: "
|
|
547
|
+
readonly name: "logo";
|
|
540
548
|
readonly color: "default";
|
|
541
|
-
readonly mode: "
|
|
542
|
-
readonly category: "
|
|
543
|
-
readonly title: "
|
|
544
|
-
readonly brand: "
|
|
545
|
-
readonly path: ".assets/
|
|
549
|
+
readonly mode: "default";
|
|
550
|
+
readonly category: "logos";
|
|
551
|
+
readonly title: "mysql logo";
|
|
552
|
+
readonly brand: "mysql";
|
|
553
|
+
readonly path: ".assets/mysql/logo.ts";
|
|
546
554
|
}, {
|
|
547
555
|
readonly name: "logo-dark";
|
|
548
556
|
readonly color: "default";
|
|
549
557
|
readonly mode: "dark";
|
|
550
558
|
readonly category: "logos";
|
|
551
|
-
readonly title: "
|
|
552
|
-
readonly brand: "
|
|
553
|
-
readonly path: ".assets/
|
|
559
|
+
readonly title: "expressjs logo dark";
|
|
560
|
+
readonly brand: "expressjs";
|
|
561
|
+
readonly path: ".assets/expressjs/logo-dark.ts";
|
|
554
562
|
}, {
|
|
555
|
-
readonly name: "icon";
|
|
563
|
+
readonly name: "icon-light";
|
|
556
564
|
readonly color: "default";
|
|
557
|
-
readonly mode: "
|
|
565
|
+
readonly mode: "light";
|
|
558
566
|
readonly category: "icons";
|
|
559
|
-
readonly title: "
|
|
560
|
-
readonly brand: "
|
|
561
|
-
readonly path: ".assets/
|
|
567
|
+
readonly title: "expressjs icon light";
|
|
568
|
+
readonly brand: "expressjs";
|
|
569
|
+
readonly path: ".assets/expressjs/icon-light.ts";
|
|
562
570
|
}, {
|
|
563
|
-
readonly name: "icon-
|
|
571
|
+
readonly name: "icon-dark";
|
|
564
572
|
readonly color: "default";
|
|
565
|
-
readonly mode: "
|
|
573
|
+
readonly mode: "dark";
|
|
566
574
|
readonly category: "icons";
|
|
567
|
-
readonly title: "
|
|
568
|
-
readonly brand: "
|
|
569
|
-
readonly path: ".assets/
|
|
575
|
+
readonly title: "expressjs icon dark";
|
|
576
|
+
readonly brand: "expressjs";
|
|
577
|
+
readonly path: ".assets/expressjs/icon-dark.ts";
|
|
570
578
|
}, {
|
|
571
579
|
readonly name: "icon";
|
|
572
580
|
readonly color: "default";
|