@logoicon/react 1.0.3 → 1.0.4

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