@logoicon/react 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -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/facebook/icon-mono.cjs +36 -0
- package/dist/facebook/icon-mono.d.cts +6 -0
- package/dist/facebook/icon-mono.d.ts +6 -0
- package/dist/facebook/icon-mono.js +12 -0
- package/dist/facebook/icon.cjs +42 -0
- package/dist/facebook/icon.d.cts +6 -0
- package/dist/facebook/icon.d.ts +6 -0
- package/dist/facebook/icon.js +18 -0
- package/dist/firebase/icon-dark.cjs +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 +226 -58
- package/dist/index.d.cts +56 -0
- package/dist/index.d.ts +56 -0
- package/dist/index.js +112 -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/linkedin/icon-mono-dark.cjs +38 -0
- package/dist/linkedin/icon-mono-dark.d.cts +6 -0
- package/dist/linkedin/icon-mono-dark.d.ts +6 -0
- package/dist/linkedin/icon-mono-dark.js +14 -0
- package/dist/linkedin/icon-mono-light.cjs +38 -0
- package/dist/linkedin/icon-mono-light.d.cts +6 -0
- package/dist/linkedin/icon-mono-light.d.ts +6 -0
- package/dist/linkedin/icon-mono-light.js +14 -0
- package/dist/linkedin/icon.cjs +38 -0
- package/dist/linkedin/icon.d.cts +6 -0
- package/dist/linkedin/icon.d.ts +6 -0
- package/dist/linkedin/icon.js +14 -0
- package/dist/linkedin/logo.cjs +45 -0
- package/dist/linkedin/logo.d.cts +6 -0
- package/dist/linkedin/logo.d.ts +6 -0
- package/dist/linkedin/logo.js +21 -0
- package/dist/lua/drawing.cjs +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 +63 -7
- package/dist/metadata.d.cts +481 -33
- package/dist/metadata.d.ts +481 -33
- package/dist/metadata.js +63 -7
- package/dist/mongodb/icon-dark.cjs +36 -0
- package/dist/mongodb/icon-dark.d.cts +6 -0
- package/dist/mongodb/icon-dark.d.ts +6 -0
- package/dist/mongodb/icon-dark.js +12 -0
- package/dist/mongodb/icon-light.cjs +36 -0
- package/dist/mongodb/icon-light.d.cts +6 -0
- package/dist/mongodb/icon-light.d.ts +6 -0
- package/dist/mongodb/icon-light.js +12 -0
- package/dist/mongodb/icon.cjs +36 -0
- package/dist/mongodb/icon.d.cts +6 -0
- package/dist/mongodb/icon.d.ts +6 -0
- package/dist/mongodb/icon.js +12 -0
- package/dist/mongodb/logo-dark.cjs +44 -0
- package/dist/mongodb/logo-dark.d.cts +6 -0
- package/dist/mongodb/logo-dark.d.ts +6 -0
- package/dist/mongodb/logo-dark.js +20 -0
- package/dist/mongodb/logo-light.cjs +44 -0
- package/dist/mongodb/logo-light.d.cts +6 -0
- package/dist/mongodb/logo-light.d.ts +6 -0
- package/dist/mongodb/logo-light.js +20 -0
- package/dist/mongodb/logo.cjs +44 -0
- package/dist/mongodb/logo.d.cts +6 -0
- package/dist/mongodb/logo.d.ts +6 -0
- package/dist/mongodb/logo.js +20 -0
- package/dist/mysql/logo.cjs +43 -0
- package/dist/mysql/logo.d.cts +6 -0
- package/dist/mysql/logo.d.ts +6 -0
- package/dist/mysql/logo.js +19 -0
- package/dist/neovim/icon.cjs +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/postgresql/icon.cjs +50 -0
- package/dist/postgresql/icon.d.cts +6 -0
- package/dist/postgresql/icon.d.ts +6 -0
- package/dist/postgresql/icon.js +26 -0
- package/dist/puppeteer/icon.cjs +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/sqlite/logo.cjs +57 -0
- package/dist/sqlite/logo.d.cts +6 -0
- package/dist/sqlite/logo.d.ts +6 -0
- package/dist/sqlite/logo.js +33 -0
- package/dist/tailwindcss/icon.cjs +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/dist/x/icon-dark.cjs +36 -0
- package/dist/x/icon-dark.d.cts +6 -0
- package/dist/x/icon-dark.d.ts +6 -0
- package/dist/x/icon-dark.js +12 -0
- package/dist/x/icon-light.cjs +36 -0
- package/dist/x/icon-light.d.cts +6 -0
- package/dist/x/icon-light.d.ts +6 -0
- package/dist/x/icon-light.js +12 -0
- package/package.json +5 -5
package/dist/metadata.d.cts
CHANGED
|
@@ -8,6 +8,62 @@ 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: "icon";
|
|
28
|
+
readonly color: "default";
|
|
29
|
+
readonly mode: "default";
|
|
30
|
+
readonly category: "icons";
|
|
31
|
+
readonly title: "postgresql icon";
|
|
32
|
+
readonly brand: "postgresql";
|
|
33
|
+
readonly path: ".assets/postgresql/icon.ts";
|
|
34
|
+
}, {
|
|
35
|
+
readonly name: "logo";
|
|
36
|
+
readonly color: "default";
|
|
37
|
+
readonly mode: "default";
|
|
38
|
+
readonly category: "logos";
|
|
39
|
+
readonly title: "python logo";
|
|
40
|
+
readonly brand: "python";
|
|
41
|
+
readonly path: ".assets/python/logo.ts";
|
|
42
|
+
}, {
|
|
43
|
+
readonly name: "logo";
|
|
44
|
+
readonly color: "default";
|
|
45
|
+
readonly mode: "default";
|
|
46
|
+
readonly category: "logos";
|
|
47
|
+
readonly title: "mysql logo";
|
|
48
|
+
readonly brand: "mysql";
|
|
49
|
+
readonly path: ".assets/mysql/logo.ts";
|
|
50
|
+
}, {
|
|
51
|
+
readonly name: "logo-light";
|
|
52
|
+
readonly color: "default";
|
|
53
|
+
readonly mode: "light";
|
|
54
|
+
readonly category: "logos";
|
|
55
|
+
readonly title: "expressjs logo light";
|
|
56
|
+
readonly brand: "expressjs";
|
|
57
|
+
readonly path: ".assets/expressjs/logo-light.ts";
|
|
58
|
+
}, {
|
|
59
|
+
readonly name: "_icon";
|
|
60
|
+
readonly color: "default";
|
|
61
|
+
readonly mode: "default";
|
|
62
|
+
readonly category: "_icons";
|
|
63
|
+
readonly title: "javascript icon";
|
|
64
|
+
readonly brand: "javascript";
|
|
65
|
+
readonly path: ".assets/javascript/_icon.ts";
|
|
66
|
+
}, {
|
|
11
67
|
readonly name: "logo-mono-dark";
|
|
12
68
|
readonly color: "mono";
|
|
13
69
|
readonly mode: "dark";
|
|
@@ -15,6 +71,22 @@ declare const metadata: readonly [{
|
|
|
15
71
|
readonly title: "gitlab logo mono dark";
|
|
16
72
|
readonly brand: "gitlab";
|
|
17
73
|
readonly path: ".assets/gitlab/logo-mono-dark.ts";
|
|
74
|
+
}, {
|
|
75
|
+
readonly name: "logo-light";
|
|
76
|
+
readonly color: "default";
|
|
77
|
+
readonly mode: "light";
|
|
78
|
+
readonly category: "logos";
|
|
79
|
+
readonly title: "mongodb logo light";
|
|
80
|
+
readonly brand: "mongodb";
|
|
81
|
+
readonly path: ".assets/mongodb/logo-light.ts";
|
|
82
|
+
}, {
|
|
83
|
+
readonly name: "icon";
|
|
84
|
+
readonly color: "default";
|
|
85
|
+
readonly mode: "default";
|
|
86
|
+
readonly category: "icons";
|
|
87
|
+
readonly title: "php icon";
|
|
88
|
+
readonly brand: "php";
|
|
89
|
+
readonly path: ".assets/php/icon.ts";
|
|
18
90
|
}, {
|
|
19
91
|
readonly name: "logo-light";
|
|
20
92
|
readonly color: "default";
|
|
@@ -31,6 +103,14 @@ declare const metadata: readonly [{
|
|
|
31
103
|
readonly title: "v0 logo light";
|
|
32
104
|
readonly brand: "v0";
|
|
33
105
|
readonly path: ".assets/v0/logo-light.ts";
|
|
106
|
+
}, {
|
|
107
|
+
readonly name: "logo";
|
|
108
|
+
readonly color: "default";
|
|
109
|
+
readonly mode: "default";
|
|
110
|
+
readonly category: "logos";
|
|
111
|
+
readonly title: "sqlite logo";
|
|
112
|
+
readonly brand: "sqlite";
|
|
113
|
+
readonly path: ".assets/sqlite/logo.ts";
|
|
34
114
|
}, {
|
|
35
115
|
readonly name: "logo-light";
|
|
36
116
|
readonly color: "default";
|
|
@@ -39,6 +119,14 @@ declare const metadata: readonly [{
|
|
|
39
119
|
readonly title: "github logo light";
|
|
40
120
|
readonly brand: "github";
|
|
41
121
|
readonly path: ".assets/github/logo-light.ts";
|
|
122
|
+
}, {
|
|
123
|
+
readonly name: "icon-dark";
|
|
124
|
+
readonly color: "default";
|
|
125
|
+
readonly mode: "dark";
|
|
126
|
+
readonly category: "icons";
|
|
127
|
+
readonly title: "html icon dark";
|
|
128
|
+
readonly brand: "html";
|
|
129
|
+
readonly path: ".assets/html/icon-dark.ts";
|
|
42
130
|
}, {
|
|
43
131
|
readonly name: "logo-light";
|
|
44
132
|
readonly color: "default";
|
|
@@ -47,6 +135,46 @@ declare const metadata: readonly [{
|
|
|
47
135
|
readonly title: "turborepo logo light";
|
|
48
136
|
readonly brand: "turborepo";
|
|
49
137
|
readonly path: ".assets/turborepo/logo-light.ts";
|
|
138
|
+
}, {
|
|
139
|
+
readonly name: "logo-dark";
|
|
140
|
+
readonly color: "default";
|
|
141
|
+
readonly mode: "dark";
|
|
142
|
+
readonly category: "logos";
|
|
143
|
+
readonly title: "typescript logo dark";
|
|
144
|
+
readonly brand: "typescript";
|
|
145
|
+
readonly path: ".assets/typescript/logo-dark.ts";
|
|
146
|
+
}, {
|
|
147
|
+
readonly name: "icon";
|
|
148
|
+
readonly color: "default";
|
|
149
|
+
readonly mode: "default";
|
|
150
|
+
readonly category: "icons";
|
|
151
|
+
readonly title: "css icon";
|
|
152
|
+
readonly brand: "css";
|
|
153
|
+
readonly path: ".assets/css/icon.ts";
|
|
154
|
+
}, {
|
|
155
|
+
readonly name: "_logo";
|
|
156
|
+
readonly color: "default";
|
|
157
|
+
readonly mode: "default";
|
|
158
|
+
readonly category: "_logos";
|
|
159
|
+
readonly title: "linkedin logo";
|
|
160
|
+
readonly brand: "linkedin";
|
|
161
|
+
readonly path: ".assets/linkedin/_logo.ts";
|
|
162
|
+
}, {
|
|
163
|
+
readonly name: "drawing";
|
|
164
|
+
readonly color: "default";
|
|
165
|
+
readonly mode: "default";
|
|
166
|
+
readonly category: "drawings";
|
|
167
|
+
readonly title: "lua drawing";
|
|
168
|
+
readonly brand: "lua";
|
|
169
|
+
readonly path: ".assets/lua/drawing.ts";
|
|
170
|
+
}, {
|
|
171
|
+
readonly name: "logo-light";
|
|
172
|
+
readonly color: "default";
|
|
173
|
+
readonly mode: "light";
|
|
174
|
+
readonly category: "logos";
|
|
175
|
+
readonly title: "git logo light";
|
|
176
|
+
readonly brand: "git";
|
|
177
|
+
readonly path: ".assets/git/logo-light.ts";
|
|
50
178
|
}, {
|
|
51
179
|
readonly name: "logo-light";
|
|
52
180
|
readonly color: "default";
|
|
@@ -56,21 +184,69 @@ declare const metadata: readonly [{
|
|
|
56
184
|
readonly brand: "turbo";
|
|
57
185
|
readonly path: ".assets/turbo/logo-light.ts";
|
|
58
186
|
}, {
|
|
59
|
-
readonly name: "
|
|
187
|
+
readonly name: "icon-dark";
|
|
60
188
|
readonly color: "default";
|
|
61
|
-
readonly mode: "
|
|
189
|
+
readonly mode: "dark";
|
|
190
|
+
readonly category: "icons";
|
|
191
|
+
readonly title: "nodejs icon dark";
|
|
192
|
+
readonly brand: "nodejs";
|
|
193
|
+
readonly path: ".assets/nodejs/icon-dark.ts";
|
|
194
|
+
}, {
|
|
195
|
+
readonly name: "logo-dark";
|
|
196
|
+
readonly color: "default";
|
|
197
|
+
readonly mode: "dark";
|
|
62
198
|
readonly category: "logos";
|
|
63
|
-
readonly title: "
|
|
64
|
-
readonly brand: "
|
|
65
|
-
readonly path: ".assets/
|
|
199
|
+
readonly title: "nodejs logo dark";
|
|
200
|
+
readonly brand: "nodejs";
|
|
201
|
+
readonly path: ".assets/nodejs/logo-dark.ts";
|
|
66
202
|
}, {
|
|
67
|
-
readonly name: "
|
|
203
|
+
readonly name: "icon";
|
|
204
|
+
readonly color: "default";
|
|
205
|
+
readonly mode: "default";
|
|
206
|
+
readonly category: "icons";
|
|
207
|
+
readonly title: "nodejs icon";
|
|
208
|
+
readonly brand: "nodejs";
|
|
209
|
+
readonly path: ".assets/nodejs/icon.ts";
|
|
210
|
+
}, {
|
|
211
|
+
readonly name: "icon-light";
|
|
68
212
|
readonly color: "default";
|
|
69
213
|
readonly mode: "light";
|
|
214
|
+
readonly category: "icons";
|
|
215
|
+
readonly title: "nodejs icon light";
|
|
216
|
+
readonly brand: "nodejs";
|
|
217
|
+
readonly path: ".assets/nodejs/icon-light.ts";
|
|
218
|
+
}, {
|
|
219
|
+
readonly name: "icon";
|
|
220
|
+
readonly color: "default";
|
|
221
|
+
readonly mode: "default";
|
|
222
|
+
readonly category: "icons";
|
|
223
|
+
readonly title: "python icon";
|
|
224
|
+
readonly brand: "python";
|
|
225
|
+
readonly path: ".assets/python/icon.ts";
|
|
226
|
+
}, {
|
|
227
|
+
readonly name: "icon-dark";
|
|
228
|
+
readonly color: "default";
|
|
229
|
+
readonly mode: "dark";
|
|
230
|
+
readonly category: "icons";
|
|
231
|
+
readonly title: "expressjs icon dark";
|
|
232
|
+
readonly brand: "expressjs";
|
|
233
|
+
readonly path: ".assets/expressjs/icon-dark.ts";
|
|
234
|
+
}, {
|
|
235
|
+
readonly name: "logo-dark";
|
|
236
|
+
readonly color: "default";
|
|
237
|
+
readonly mode: "dark";
|
|
70
238
|
readonly category: "logos";
|
|
71
|
-
readonly title: "
|
|
72
|
-
readonly brand: "
|
|
73
|
-
readonly path: ".assets/
|
|
239
|
+
readonly title: "expressjs logo dark";
|
|
240
|
+
readonly brand: "expressjs";
|
|
241
|
+
readonly path: ".assets/expressjs/logo-dark.ts";
|
|
242
|
+
}, {
|
|
243
|
+
readonly name: "icon-light";
|
|
244
|
+
readonly color: "default";
|
|
245
|
+
readonly mode: "light";
|
|
246
|
+
readonly category: "icons";
|
|
247
|
+
readonly title: "expressjs icon light";
|
|
248
|
+
readonly brand: "expressjs";
|
|
249
|
+
readonly path: ".assets/expressjs/icon-light.ts";
|
|
74
250
|
}, {
|
|
75
251
|
readonly name: "logo";
|
|
76
252
|
readonly color: "default";
|
|
@@ -95,14 +271,6 @@ declare const metadata: readonly [{
|
|
|
95
271
|
readonly title: "gitlab icon";
|
|
96
272
|
readonly brand: "gitlab";
|
|
97
273
|
readonly path: ".assets/gitlab/icon.ts";
|
|
98
|
-
}, {
|
|
99
|
-
readonly name: "logo-mono-light";
|
|
100
|
-
readonly color: "mono";
|
|
101
|
-
readonly mode: "light";
|
|
102
|
-
readonly category: "logos";
|
|
103
|
-
readonly title: "gitlab logo mono light";
|
|
104
|
-
readonly brand: "gitlab";
|
|
105
|
-
readonly path: ".assets/gitlab/logo-mono-light.ts";
|
|
106
274
|
}, {
|
|
107
275
|
readonly name: "icon-mono-dark";
|
|
108
276
|
readonly color: "mono";
|
|
@@ -111,6 +279,14 @@ declare const metadata: readonly [{
|
|
|
111
279
|
readonly title: "gitlab icon mono dark";
|
|
112
280
|
readonly brand: "gitlab";
|
|
113
281
|
readonly path: ".assets/gitlab/icon-mono-dark.ts";
|
|
282
|
+
}, {
|
|
283
|
+
readonly name: "logo-mono-light";
|
|
284
|
+
readonly color: "mono";
|
|
285
|
+
readonly mode: "light";
|
|
286
|
+
readonly category: "logos";
|
|
287
|
+
readonly title: "gitlab logo mono light";
|
|
288
|
+
readonly brand: "gitlab";
|
|
289
|
+
readonly path: ".assets/gitlab/logo-mono-light.ts";
|
|
114
290
|
}, {
|
|
115
291
|
readonly name: "icon-mono-light";
|
|
116
292
|
readonly color: "mono";
|
|
@@ -124,17 +300,49 @@ declare const metadata: readonly [{
|
|
|
124
300
|
readonly color: "default";
|
|
125
301
|
readonly mode: "dark";
|
|
126
302
|
readonly category: "icons";
|
|
127
|
-
readonly title: "
|
|
128
|
-
readonly brand: "
|
|
129
|
-
readonly path: ".assets/
|
|
303
|
+
readonly title: "mongodb icon dark";
|
|
304
|
+
readonly brand: "mongodb";
|
|
305
|
+
readonly path: ".assets/mongodb/icon-dark.ts";
|
|
306
|
+
}, {
|
|
307
|
+
readonly name: "logo";
|
|
308
|
+
readonly color: "default";
|
|
309
|
+
readonly mode: "default";
|
|
310
|
+
readonly category: "logos";
|
|
311
|
+
readonly title: "mongodb logo";
|
|
312
|
+
readonly brand: "mongodb";
|
|
313
|
+
readonly path: ".assets/mongodb/logo.ts";
|
|
314
|
+
}, {
|
|
315
|
+
readonly name: "logo-dark";
|
|
316
|
+
readonly color: "default";
|
|
317
|
+
readonly mode: "dark";
|
|
318
|
+
readonly category: "logos";
|
|
319
|
+
readonly title: "mongodb logo dark";
|
|
320
|
+
readonly brand: "mongodb";
|
|
321
|
+
readonly path: ".assets/mongodb/logo-dark.ts";
|
|
322
|
+
}, {
|
|
323
|
+
readonly name: "icon";
|
|
324
|
+
readonly color: "default";
|
|
325
|
+
readonly mode: "default";
|
|
326
|
+
readonly category: "icons";
|
|
327
|
+
readonly title: "mongodb icon";
|
|
328
|
+
readonly brand: "mongodb";
|
|
329
|
+
readonly path: ".assets/mongodb/icon.ts";
|
|
130
330
|
}, {
|
|
131
331
|
readonly name: "icon-light";
|
|
132
332
|
readonly color: "default";
|
|
133
333
|
readonly mode: "light";
|
|
134
334
|
readonly category: "icons";
|
|
135
|
-
readonly title: "
|
|
335
|
+
readonly title: "mongodb icon light";
|
|
336
|
+
readonly brand: "mongodb";
|
|
337
|
+
readonly path: ".assets/mongodb/icon-light.ts";
|
|
338
|
+
}, {
|
|
339
|
+
readonly name: "icon-dark";
|
|
340
|
+
readonly color: "default";
|
|
341
|
+
readonly mode: "dark";
|
|
342
|
+
readonly category: "icons";
|
|
343
|
+
readonly title: "turbopack icon dark";
|
|
136
344
|
readonly brand: "turbopack";
|
|
137
|
-
readonly path: ".assets/turbopack/icon-
|
|
345
|
+
readonly path: ".assets/turbopack/icon-dark.ts";
|
|
138
346
|
}, {
|
|
139
347
|
readonly name: "logo-dark";
|
|
140
348
|
readonly color: "default";
|
|
@@ -143,6 +351,14 @@ declare const metadata: readonly [{
|
|
|
143
351
|
readonly title: "turbopack logo dark";
|
|
144
352
|
readonly brand: "turbopack";
|
|
145
353
|
readonly path: ".assets/turbopack/logo-dark.ts";
|
|
354
|
+
}, {
|
|
355
|
+
readonly name: "icon-light";
|
|
356
|
+
readonly color: "default";
|
|
357
|
+
readonly mode: "light";
|
|
358
|
+
readonly category: "icons";
|
|
359
|
+
readonly title: "turbopack icon light";
|
|
360
|
+
readonly brand: "turbopack";
|
|
361
|
+
readonly path: ".assets/turbopack/icon-light.ts";
|
|
146
362
|
}, {
|
|
147
363
|
readonly name: "logo-dark";
|
|
148
364
|
readonly color: "default";
|
|
@@ -151,6 +367,14 @@ declare const metadata: readonly [{
|
|
|
151
367
|
readonly title: "v0 logo dark";
|
|
152
368
|
readonly brand: "v0";
|
|
153
369
|
readonly path: ".assets/v0/logo-dark.ts";
|
|
370
|
+
}, {
|
|
371
|
+
readonly name: "icon-dark";
|
|
372
|
+
readonly color: "default";
|
|
373
|
+
readonly mode: "dark";
|
|
374
|
+
readonly category: "icons";
|
|
375
|
+
readonly title: "github icon dark";
|
|
376
|
+
readonly brand: "github";
|
|
377
|
+
readonly path: ".assets/github/icon-dark.ts";
|
|
154
378
|
}, {
|
|
155
379
|
readonly name: "logo-dark";
|
|
156
380
|
readonly color: "default";
|
|
@@ -168,13 +392,21 @@ declare const metadata: readonly [{
|
|
|
168
392
|
readonly brand: "github";
|
|
169
393
|
readonly path: ".assets/github/icon-light.ts";
|
|
170
394
|
}, {
|
|
171
|
-
readonly name: "icon-
|
|
395
|
+
readonly name: "icon-light";
|
|
172
396
|
readonly color: "default";
|
|
173
|
-
readonly mode: "
|
|
397
|
+
readonly mode: "light";
|
|
174
398
|
readonly category: "icons";
|
|
175
|
-
readonly title: "
|
|
176
|
-
readonly brand: "
|
|
177
|
-
readonly path: ".assets/
|
|
399
|
+
readonly title: "html icon light";
|
|
400
|
+
readonly brand: "html";
|
|
401
|
+
readonly path: ".assets/html/icon-light.ts";
|
|
402
|
+
}, {
|
|
403
|
+
readonly name: "icon";
|
|
404
|
+
readonly color: "default";
|
|
405
|
+
readonly mode: "default";
|
|
406
|
+
readonly category: "icons";
|
|
407
|
+
readonly title: "html icon";
|
|
408
|
+
readonly brand: "html";
|
|
409
|
+
readonly path: ".assets/html/icon.ts";
|
|
178
410
|
}, {
|
|
179
411
|
readonly name: "icon-dark";
|
|
180
412
|
readonly color: "default";
|
|
@@ -199,6 +431,78 @@ declare const metadata: readonly [{
|
|
|
199
431
|
readonly title: "turborepo icon light";
|
|
200
432
|
readonly brand: "turborepo";
|
|
201
433
|
readonly path: ".assets/turborepo/icon-light.ts";
|
|
434
|
+
}, {
|
|
435
|
+
readonly name: "icon";
|
|
436
|
+
readonly color: "default";
|
|
437
|
+
readonly mode: "default";
|
|
438
|
+
readonly category: "icons";
|
|
439
|
+
readonly title: "typescript icon";
|
|
440
|
+
readonly brand: "typescript";
|
|
441
|
+
readonly path: ".assets/typescript/icon.ts";
|
|
442
|
+
}, {
|
|
443
|
+
readonly name: "_icon-mono-light";
|
|
444
|
+
readonly color: "mono";
|
|
445
|
+
readonly mode: "light";
|
|
446
|
+
readonly category: "_icons";
|
|
447
|
+
readonly title: "linkedin icon mono light";
|
|
448
|
+
readonly brand: "linkedin";
|
|
449
|
+
readonly path: ".assets/linkedin/_icon-mono-light.ts";
|
|
450
|
+
}, {
|
|
451
|
+
readonly name: "_icon";
|
|
452
|
+
readonly color: "default";
|
|
453
|
+
readonly mode: "default";
|
|
454
|
+
readonly category: "_icons";
|
|
455
|
+
readonly title: "linkedin icon";
|
|
456
|
+
readonly brand: "linkedin";
|
|
457
|
+
readonly path: ".assets/linkedin/_icon.ts";
|
|
458
|
+
}, {
|
|
459
|
+
readonly name: "_icon-mono-dark";
|
|
460
|
+
readonly color: "mono";
|
|
461
|
+
readonly mode: "dark";
|
|
462
|
+
readonly category: "_icons";
|
|
463
|
+
readonly title: "linkedin icon mono dark";
|
|
464
|
+
readonly brand: "linkedin";
|
|
465
|
+
readonly path: ".assets/linkedin/_icon-mono-dark.ts";
|
|
466
|
+
}, {
|
|
467
|
+
readonly name: "logo";
|
|
468
|
+
readonly color: "default";
|
|
469
|
+
readonly mode: "default";
|
|
470
|
+
readonly category: "logos";
|
|
471
|
+
readonly title: "git logo";
|
|
472
|
+
readonly brand: "git";
|
|
473
|
+
readonly path: ".assets/git/logo.ts";
|
|
474
|
+
}, {
|
|
475
|
+
readonly name: "icon-dark";
|
|
476
|
+
readonly color: "default";
|
|
477
|
+
readonly mode: "dark";
|
|
478
|
+
readonly category: "icons";
|
|
479
|
+
readonly title: "git icon dark";
|
|
480
|
+
readonly brand: "git";
|
|
481
|
+
readonly path: ".assets/git/icon-dark.ts";
|
|
482
|
+
}, {
|
|
483
|
+
readonly name: "logo-dark";
|
|
484
|
+
readonly color: "default";
|
|
485
|
+
readonly mode: "dark";
|
|
486
|
+
readonly category: "logos";
|
|
487
|
+
readonly title: "git logo dark";
|
|
488
|
+
readonly brand: "git";
|
|
489
|
+
readonly path: ".assets/git/logo-dark.ts";
|
|
490
|
+
}, {
|
|
491
|
+
readonly name: "icon";
|
|
492
|
+
readonly color: "default";
|
|
493
|
+
readonly mode: "default";
|
|
494
|
+
readonly category: "icons";
|
|
495
|
+
readonly title: "git icon";
|
|
496
|
+
readonly brand: "git";
|
|
497
|
+
readonly path: ".assets/git/icon.ts";
|
|
498
|
+
}, {
|
|
499
|
+
readonly name: "icon-light";
|
|
500
|
+
readonly color: "default";
|
|
501
|
+
readonly mode: "light";
|
|
502
|
+
readonly category: "icons";
|
|
503
|
+
readonly title: "git icon light";
|
|
504
|
+
readonly brand: "git";
|
|
505
|
+
readonly path: ".assets/git/icon-light.ts";
|
|
202
506
|
}, {
|
|
203
507
|
readonly name: "icon-dark";
|
|
204
508
|
readonly color: "default";
|
|
@@ -223,22 +527,78 @@ declare const metadata: readonly [{
|
|
|
223
527
|
readonly title: "turbo icon light";
|
|
224
528
|
readonly brand: "turbo";
|
|
225
529
|
readonly path: ".assets/turbo/icon-light.ts";
|
|
530
|
+
}, {
|
|
531
|
+
readonly name: "logo-light";
|
|
532
|
+
readonly color: "default";
|
|
533
|
+
readonly mode: "light";
|
|
534
|
+
readonly category: "logos";
|
|
535
|
+
readonly title: "nextjs logo light";
|
|
536
|
+
readonly brand: "nextjs";
|
|
537
|
+
readonly path: ".assets/nextjs/logo-light.ts";
|
|
538
|
+
}, {
|
|
539
|
+
readonly name: "logo-light";
|
|
540
|
+
readonly color: "default";
|
|
541
|
+
readonly mode: "light";
|
|
542
|
+
readonly category: "logos";
|
|
543
|
+
readonly title: "vercel logo light";
|
|
544
|
+
readonly brand: "vercel";
|
|
545
|
+
readonly path: ".assets/vercel/logo-light.ts";
|
|
546
|
+
}, {
|
|
547
|
+
readonly name: "logo-light";
|
|
548
|
+
readonly color: "default";
|
|
549
|
+
readonly mode: "light";
|
|
550
|
+
readonly category: "logos";
|
|
551
|
+
readonly title: "tailwindcss logo light";
|
|
552
|
+
readonly brand: "tailwindcss";
|
|
553
|
+
readonly path: ".assets/tailwindcss/logo-light.ts";
|
|
226
554
|
}, {
|
|
227
555
|
readonly name: "icon-dark";
|
|
228
556
|
readonly color: "default";
|
|
229
557
|
readonly mode: "dark";
|
|
230
558
|
readonly category: "icons";
|
|
231
|
-
readonly title: "
|
|
232
|
-
readonly brand: "
|
|
233
|
-
readonly path: ".assets/
|
|
559
|
+
readonly title: "x icon dark";
|
|
560
|
+
readonly brand: "x";
|
|
561
|
+
readonly path: ".assets/x/icon-dark.ts";
|
|
234
562
|
}, {
|
|
235
|
-
readonly name: "icon-
|
|
563
|
+
readonly name: "icon-mono";
|
|
564
|
+
readonly color: "mono";
|
|
565
|
+
readonly mode: "default";
|
|
566
|
+
readonly category: "icons";
|
|
567
|
+
readonly title: "facebook icon mono";
|
|
568
|
+
readonly brand: "facebook";
|
|
569
|
+
readonly path: ".assets/facebook/icon-mono.ts";
|
|
570
|
+
}, {
|
|
571
|
+
readonly name: "logo-light";
|
|
236
572
|
readonly color: "default";
|
|
237
573
|
readonly mode: "light";
|
|
574
|
+
readonly category: "logos";
|
|
575
|
+
readonly title: "firebase logo light";
|
|
576
|
+
readonly brand: "firebase";
|
|
577
|
+
readonly path: ".assets/firebase/logo-light.ts";
|
|
578
|
+
}, {
|
|
579
|
+
readonly name: "_icon";
|
|
580
|
+
readonly color: "default";
|
|
581
|
+
readonly mode: "default";
|
|
582
|
+
readonly category: "_icons";
|
|
583
|
+
readonly title: "puppeteer icon";
|
|
584
|
+
readonly brand: "puppeteer";
|
|
585
|
+
readonly path: ".assets/puppeteer/_icon.ts";
|
|
586
|
+
}, {
|
|
587
|
+
readonly name: "logo";
|
|
588
|
+
readonly color: "default";
|
|
589
|
+
readonly mode: "default";
|
|
590
|
+
readonly category: "logos";
|
|
591
|
+
readonly title: "neovim logo";
|
|
592
|
+
readonly brand: "neovim";
|
|
593
|
+
readonly path: ".assets/neovim/logo.ts";
|
|
594
|
+
}, {
|
|
595
|
+
readonly name: "icon-dark";
|
|
596
|
+
readonly color: "default";
|
|
597
|
+
readonly mode: "dark";
|
|
238
598
|
readonly category: "icons";
|
|
239
|
-
readonly title: "nextjs icon
|
|
599
|
+
readonly title: "nextjs icon dark";
|
|
240
600
|
readonly brand: "nextjs";
|
|
241
|
-
readonly path: ".assets/nextjs/icon-
|
|
601
|
+
readonly path: ".assets/nextjs/icon-dark.ts";
|
|
242
602
|
}, {
|
|
243
603
|
readonly name: "logo-dark";
|
|
244
604
|
readonly color: "default";
|
|
@@ -247,6 +607,14 @@ declare const metadata: readonly [{
|
|
|
247
607
|
readonly title: "nextjs logo dark";
|
|
248
608
|
readonly brand: "nextjs";
|
|
249
609
|
readonly path: ".assets/nextjs/logo-dark.ts";
|
|
610
|
+
}, {
|
|
611
|
+
readonly name: "icon-light";
|
|
612
|
+
readonly color: "default";
|
|
613
|
+
readonly mode: "light";
|
|
614
|
+
readonly category: "icons";
|
|
615
|
+
readonly title: "nextjs icon light";
|
|
616
|
+
readonly brand: "nextjs";
|
|
617
|
+
readonly path: ".assets/nextjs/icon-light.ts";
|
|
250
618
|
}, {
|
|
251
619
|
readonly name: "icon-dark";
|
|
252
620
|
readonly color: "default";
|
|
@@ -271,6 +639,86 @@ declare const metadata: readonly [{
|
|
|
271
639
|
readonly title: "vercel icon light";
|
|
272
640
|
readonly brand: "vercel";
|
|
273
641
|
readonly path: ".assets/vercel/icon-light.ts";
|
|
642
|
+
}, {
|
|
643
|
+
readonly name: "icon";
|
|
644
|
+
readonly color: "default";
|
|
645
|
+
readonly mode: "default";
|
|
646
|
+
readonly category: "icons";
|
|
647
|
+
readonly title: "tailwindcss icon";
|
|
648
|
+
readonly brand: "tailwindcss";
|
|
649
|
+
readonly path: ".assets/tailwindcss/icon.ts";
|
|
650
|
+
}, {
|
|
651
|
+
readonly name: "logo-dark";
|
|
652
|
+
readonly color: "default";
|
|
653
|
+
readonly mode: "dark";
|
|
654
|
+
readonly category: "logos";
|
|
655
|
+
readonly title: "tailwindcss logo dark";
|
|
656
|
+
readonly brand: "tailwindcss";
|
|
657
|
+
readonly path: ".assets/tailwindcss/logo-dark.ts";
|
|
658
|
+
}, {
|
|
659
|
+
readonly name: "icon-light";
|
|
660
|
+
readonly color: "default";
|
|
661
|
+
readonly mode: "light";
|
|
662
|
+
readonly category: "icons";
|
|
663
|
+
readonly title: "x icon light";
|
|
664
|
+
readonly brand: "x";
|
|
665
|
+
readonly path: ".assets/x/icon-light.ts";
|
|
666
|
+
}, {
|
|
667
|
+
readonly name: "icon";
|
|
668
|
+
readonly color: "default";
|
|
669
|
+
readonly mode: "default";
|
|
670
|
+
readonly category: "icons";
|
|
671
|
+
readonly title: "facebook icon";
|
|
672
|
+
readonly brand: "facebook";
|
|
673
|
+
readonly path: ".assets/facebook/icon.ts";
|
|
674
|
+
}, {
|
|
675
|
+
readonly name: "icon-dark";
|
|
676
|
+
readonly color: "default";
|
|
677
|
+
readonly mode: "dark";
|
|
678
|
+
readonly category: "icons";
|
|
679
|
+
readonly title: "firebase icon dark";
|
|
680
|
+
readonly brand: "firebase";
|
|
681
|
+
readonly path: ".assets/firebase/icon-dark.ts";
|
|
682
|
+
}, {
|
|
683
|
+
readonly name: "logo-dark";
|
|
684
|
+
readonly color: "default";
|
|
685
|
+
readonly mode: "dark";
|
|
686
|
+
readonly category: "logos";
|
|
687
|
+
readonly title: "firebase logo dark";
|
|
688
|
+
readonly brand: "firebase";
|
|
689
|
+
readonly path: ".assets/firebase/logo-dark.ts";
|
|
690
|
+
}, {
|
|
691
|
+
readonly name: "icon";
|
|
692
|
+
readonly color: "default";
|
|
693
|
+
readonly mode: "default";
|
|
694
|
+
readonly category: "icons";
|
|
695
|
+
readonly title: "firebase icon";
|
|
696
|
+
readonly brand: "firebase";
|
|
697
|
+
readonly path: ".assets/firebase/icon.ts";
|
|
698
|
+
}, {
|
|
699
|
+
readonly name: "icon-light";
|
|
700
|
+
readonly color: "default";
|
|
701
|
+
readonly mode: "light";
|
|
702
|
+
readonly category: "icons";
|
|
703
|
+
readonly title: "firebase icon light";
|
|
704
|
+
readonly brand: "firebase";
|
|
705
|
+
readonly path: ".assets/firebase/icon-light.ts";
|
|
706
|
+
}, {
|
|
707
|
+
readonly name: "icon";
|
|
708
|
+
readonly color: "default";
|
|
709
|
+
readonly mode: "default";
|
|
710
|
+
readonly category: "icons";
|
|
711
|
+
readonly title: "neovim icon";
|
|
712
|
+
readonly brand: "neovim";
|
|
713
|
+
readonly path: ".assets/neovim/icon.ts";
|
|
714
|
+
}, {
|
|
715
|
+
readonly name: "logo-mono";
|
|
716
|
+
readonly color: "mono";
|
|
717
|
+
readonly mode: "default";
|
|
718
|
+
readonly category: "logos";
|
|
719
|
+
readonly title: "neovim logo mono";
|
|
720
|
+
readonly brand: "neovim";
|
|
721
|
+
readonly path: ".assets/neovim/logo-mono.ts";
|
|
274
722
|
}];
|
|
275
723
|
type IconMetaConst = (typeof metadata)[number];
|
|
276
724
|
declare function listBrands(): string[];
|