@logoicon/react 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +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/firebase/icon-dark.cjs +36 -0
- package/dist/firebase/icon-dark.d.cts +6 -0
- package/dist/firebase/icon-dark.d.ts +6 -0
- package/dist/firebase/icon-dark.js +12 -0
- package/dist/firebase/icon-light.cjs +36 -0
- package/dist/firebase/icon-light.d.cts +6 -0
- package/dist/firebase/icon-light.d.ts +6 -0
- package/dist/firebase/icon-light.js +12 -0
- package/dist/firebase/icon.cjs +39 -0
- package/dist/firebase/icon.d.cts +6 -0
- package/dist/firebase/icon.d.ts +6 -0
- package/dist/firebase/icon.js +15 -0
- package/dist/firebase/logo-dark.cjs +47 -0
- package/dist/firebase/logo-dark.d.cts +6 -0
- package/dist/firebase/logo-dark.d.ts +6 -0
- package/dist/firebase/logo-dark.js +23 -0
- package/dist/firebase/logo-light.cjs +47 -0
- package/dist/firebase/logo-light.d.cts +6 -0
- package/dist/firebase/logo-light.d.ts +6 -0
- package/dist/firebase/logo-light.js +23 -0
- package/dist/git/icon-dark.cjs +36 -0
- package/dist/git/icon-dark.d.cts +6 -0
- package/dist/git/icon-dark.d.ts +6 -0
- package/dist/git/icon-dark.js +12 -0
- package/dist/git/icon-light.cjs +36 -0
- package/dist/git/icon-light.d.cts +6 -0
- package/dist/git/icon-light.d.ts +6 -0
- package/dist/git/icon-light.js +12 -0
- package/dist/git/icon.cjs +36 -0
- package/dist/git/icon.d.cts +6 -0
- package/dist/git/icon.d.ts +6 -0
- package/dist/git/icon.js +12 -0
- package/dist/git/logo-dark.cjs +43 -0
- package/dist/git/logo-dark.d.cts +6 -0
- package/dist/git/logo-dark.d.ts +6 -0
- package/dist/git/logo-dark.js +19 -0
- package/dist/git/logo-light.cjs +43 -0
- package/dist/git/logo-light.d.cts +6 -0
- package/dist/git/logo-light.d.ts +6 -0
- package/dist/git/logo-light.js +19 -0
- package/dist/git/logo.cjs +43 -0
- package/dist/git/logo.d.cts +6 -0
- package/dist/git/logo.d.ts +6 -0
- package/dist/git/logo.js +19 -0
- package/dist/github/icon-dark.cjs +3 -3
- package/dist/github/icon-dark.js +3 -3
- package/dist/github/icon-light.cjs +3 -3
- package/dist/github/icon-light.js +3 -3
- package/dist/github/logo-dark.cjs +10 -10
- package/dist/github/logo-dark.js +10 -10
- package/dist/github/logo-light.cjs +10 -10
- package/dist/github/logo-light.js +10 -10
- package/dist/gitlab/icon-mono-dark.cjs +3 -3
- package/dist/gitlab/icon-mono-dark.js +3 -3
- package/dist/gitlab/icon-mono-light.cjs +3 -3
- package/dist/gitlab/icon-mono-light.js +3 -3
- package/dist/gitlab/icon.cjs +6 -6
- package/dist/gitlab/icon.js +6 -6
- package/dist/gitlab/logo-dark.cjs +14 -14
- package/dist/gitlab/logo-dark.js +14 -14
- package/dist/gitlab/logo-mono-dark.cjs +10 -10
- package/dist/gitlab/logo-mono-dark.js +10 -10
- package/dist/gitlab/logo-mono-light.cjs +10 -10
- package/dist/gitlab/logo-mono-light.js +10 -10
- package/dist/gitlab/logo.cjs +14 -14
- package/dist/gitlab/logo.js +14 -14
- package/dist/html/icon-dark.cjs +49 -0
- package/dist/html/icon-dark.d.cts +6 -0
- package/dist/html/icon-dark.d.ts +6 -0
- package/dist/html/icon-dark.js +25 -0
- package/dist/html/icon-light.cjs +49 -0
- package/dist/html/icon-light.d.cts +6 -0
- package/dist/html/icon-light.d.ts +6 -0
- package/dist/html/icon-light.js +25 -0
- package/dist/html/icon.cjs +46 -0
- package/dist/html/icon.d.cts +6 -0
- package/dist/html/icon.d.ts +6 -0
- package/dist/html/icon.js +22 -0
- package/dist/index.cjs +175 -58
- package/dist/index.d.cts +39 -0
- package/dist/index.d.ts +39 -0
- package/dist/index.js +78 -0
- package/dist/javascript/icon.cjs +37 -0
- package/dist/javascript/icon.d.cts +6 -0
- package/dist/javascript/icon.d.ts +6 -0
- package/dist/javascript/icon.js +13 -0
- package/dist/lua/drawing.cjs +41 -0
- package/dist/lua/drawing.d.cts +6 -0
- package/dist/lua/drawing.d.ts +6 -0
- package/dist/lua/drawing.js +17 -0
- package/dist/metadata.cjs +48 -9
- package/dist/metadata.d.cts +353 -41
- package/dist/metadata.d.ts +353 -41
- package/dist/metadata.js +48 -9
- package/dist/neovim/icon.cjs +56 -0
- package/dist/neovim/icon.d.cts +6 -0
- package/dist/neovim/icon.d.ts +6 -0
- package/dist/neovim/icon.js +32 -0
- package/dist/neovim/logo-mono.cjs +55 -0
- package/dist/neovim/logo-mono.d.cts +6 -0
- package/dist/neovim/logo-mono.d.ts +6 -0
- package/dist/neovim/logo-mono.js +31 -0
- package/dist/neovim/logo.cjs +69 -0
- package/dist/neovim/logo.d.cts +6 -0
- package/dist/neovim/logo.d.ts +6 -0
- package/dist/neovim/logo.js +45 -0
- package/dist/nextjs/icon-dark.cjs +13 -13
- package/dist/nextjs/icon-dark.js +13 -13
- package/dist/nextjs/icon-light.cjs +13 -13
- package/dist/nextjs/icon-light.js +13 -13
- package/dist/nextjs/logo-dark.cjs +10 -10
- package/dist/nextjs/logo-dark.js +10 -10
- package/dist/nextjs/logo-light.cjs +10 -10
- package/dist/nextjs/logo-light.js +10 -10
- package/dist/nodejs/icon-dark.cjs +39 -0
- package/dist/nodejs/icon-dark.d.cts +6 -0
- package/dist/nodejs/icon-dark.d.ts +6 -0
- package/dist/nodejs/icon-dark.js +15 -0
- package/dist/nodejs/icon-light.cjs +39 -0
- package/dist/nodejs/icon-light.d.cts +6 -0
- package/dist/nodejs/icon-light.d.ts +6 -0
- package/dist/nodejs/icon-light.js +15 -0
- package/dist/nodejs/icon.cjs +58 -0
- package/dist/nodejs/icon.d.cts +6 -0
- package/dist/nodejs/icon.d.ts +6 -0
- package/dist/nodejs/icon.js +34 -0
- package/dist/nodejs/logo-dark.cjs +67 -0
- package/dist/nodejs/logo-dark.d.cts +6 -0
- package/dist/nodejs/logo-dark.d.ts +6 -0
- package/dist/nodejs/logo-dark.js +43 -0
- package/dist/nodejs/logo-light.cjs +67 -0
- package/dist/nodejs/logo-light.d.cts +6 -0
- package/dist/nodejs/logo-light.d.ts +6 -0
- package/dist/nodejs/logo-light.js +43 -0
- package/dist/php/icon.cjs +58 -0
- package/dist/php/icon.d.cts +6 -0
- package/dist/php/icon.d.ts +6 -0
- package/dist/php/icon.js +34 -0
- package/dist/puppeteer/icon.cjs +40 -0
- package/dist/puppeteer/icon.d.cts +6 -0
- package/dist/puppeteer/icon.d.ts +6 -0
- package/dist/puppeteer/icon.js +16 -0
- package/dist/python/icon.cjs +75 -0
- package/dist/python/icon.d.cts +6 -0
- package/dist/python/icon.d.ts +6 -0
- package/dist/python/icon.js +51 -0
- package/dist/python/logo.cjs +82 -0
- package/dist/python/logo.d.cts +6 -0
- package/dist/python/logo.d.ts +6 -0
- package/dist/python/logo.js +58 -0
- package/dist/react/icon.cjs +38 -0
- package/dist/react/icon.d.cts +6 -0
- package/dist/react/icon.d.ts +6 -0
- package/dist/react/icon.js +14 -0
- package/dist/tailwindcss/icon.cjs +36 -0
- package/dist/tailwindcss/icon.d.cts +6 -0
- package/dist/tailwindcss/icon.d.ts +6 -0
- package/dist/tailwindcss/icon.js +12 -0
- package/dist/tailwindcss/logo-dark.cjs +36 -0
- package/dist/tailwindcss/logo-dark.d.cts +6 -0
- package/dist/tailwindcss/logo-dark.d.ts +6 -0
- package/dist/tailwindcss/logo-dark.js +12 -0
- package/dist/tailwindcss/logo-light.cjs +39 -0
- package/dist/tailwindcss/logo-light.d.cts +6 -0
- package/dist/tailwindcss/logo-light.d.ts +6 -0
- package/dist/tailwindcss/logo-light.js +15 -0
- package/dist/turbo/icon-dark.cjs +6 -6
- package/dist/turbo/icon-dark.js +6 -6
- package/dist/turbo/icon-light.cjs +6 -6
- package/dist/turbo/icon-light.js +6 -6
- package/dist/turbo/logo-dark.cjs +11 -11
- package/dist/turbo/logo-dark.js +11 -11
- package/dist/turbo/logo-light.cjs +11 -11
- package/dist/turbo/logo-light.js +11 -11
- package/dist/turbopack/icon-dark.cjs +15 -15
- package/dist/turbopack/icon-dark.js +15 -15
- package/dist/turbopack/icon-light.cjs +15 -15
- package/dist/turbopack/icon-light.js +15 -15
- package/dist/turbopack/logo-dark.cjs +24 -24
- package/dist/turbopack/logo-dark.js +24 -24
- package/dist/turbopack/logo-light.cjs +24 -24
- package/dist/turbopack/logo-light.js +24 -24
- package/dist/turborepo/icon-dark.cjs +6 -6
- package/dist/turborepo/icon-dark.js +6 -6
- package/dist/turborepo/icon-light.cjs +6 -6
- package/dist/turborepo/icon-light.js +6 -6
- package/dist/turborepo/logo-dark.cjs +15 -15
- package/dist/turborepo/logo-dark.js +15 -15
- package/dist/turborepo/logo-light.cjs +15 -15
- package/dist/turborepo/logo-light.js +15 -15
- package/dist/typescript/icon.cjs +38 -0
- package/dist/typescript/icon.d.cts +6 -0
- package/dist/typescript/icon.d.ts +6 -0
- package/dist/typescript/icon.js +14 -0
- package/dist/typescript/logo-dark.cjs +37 -0
- package/dist/typescript/logo-dark.d.cts +6 -0
- package/dist/typescript/logo-dark.d.ts +6 -0
- package/dist/typescript/logo-dark.js +13 -0
- package/dist/v0/logo-dark.cjs +5 -5
- package/dist/v0/logo-dark.js +5 -5
- package/dist/v0/logo-light.cjs +5 -5
- package/dist/v0/logo-light.js +5 -5
- package/dist/vercel/icon-dark.cjs +3 -3
- package/dist/vercel/icon-dark.js +3 -3
- package/dist/vercel/icon-light.cjs +3 -3
- package/dist/vercel/icon-light.js +3 -3
- package/dist/vercel/logo-dark.cjs +3 -3
- package/dist/vercel/logo-dark.js +3 -3
- package/dist/vercel/logo-light.cjs +3 -3
- package/dist/vercel/logo-light.js +3 -3
- package/package.json +5 -7
package/dist/index.js
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
import { CssIcon } from "./css/icon";
|
|
2
|
+
import { ExpressjsIconDark } from "./expressjs/icon-dark";
|
|
3
|
+
import { ExpressjsIconLight } from "./expressjs/icon-light";
|
|
4
|
+
import { ExpressjsLogoDark } from "./expressjs/logo-dark";
|
|
5
|
+
import { ExpressjsLogoLight } from "./expressjs/logo-light";
|
|
6
|
+
import { FirebaseIcon } from "./firebase/icon";
|
|
7
|
+
import { FirebaseIconDark } from "./firebase/icon-dark";
|
|
8
|
+
import { FirebaseIconLight } from "./firebase/icon-light";
|
|
9
|
+
import { FirebaseLogoDark } from "./firebase/logo-dark";
|
|
10
|
+
import { FirebaseLogoLight } from "./firebase/logo-light";
|
|
11
|
+
import { GitIcon } from "./git/icon";
|
|
12
|
+
import { GitIconDark } from "./git/icon-dark";
|
|
13
|
+
import { GitIconLight } from "./git/icon-light";
|
|
14
|
+
import { GitLogo } from "./git/logo";
|
|
15
|
+
import { GitLogoDark } from "./git/logo-dark";
|
|
16
|
+
import { GitLogoLight } from "./git/logo-light";
|
|
1
17
|
import { GithubIconDark } from "./github/icon-dark";
|
|
2
18
|
import { GithubIconLight } from "./github/icon-light";
|
|
3
19
|
import { GithubLogoDark } from "./github/logo-dark";
|
|
@@ -9,10 +25,31 @@ import { GitlabLogo } from "./gitlab/logo";
|
|
|
9
25
|
import { GitlabLogoDark } from "./gitlab/logo-dark";
|
|
10
26
|
import { GitlabLogoMonoDark } from "./gitlab/logo-mono-dark";
|
|
11
27
|
import { GitlabLogoMonoLight } from "./gitlab/logo-mono-light";
|
|
28
|
+
import { HtmlIcon } from "./html/icon";
|
|
29
|
+
import { HtmlIconDark } from "./html/icon-dark";
|
|
30
|
+
import { HtmlIconLight } from "./html/icon-light";
|
|
31
|
+
import { JavascriptIcon } from "./javascript/icon";
|
|
32
|
+
import { LuaDrawing } from "./lua/drawing";
|
|
33
|
+
import { NeovimIcon } from "./neovim/icon";
|
|
34
|
+
import { NeovimLogo } from "./neovim/logo";
|
|
35
|
+
import { NeovimLogoMono } from "./neovim/logo-mono";
|
|
12
36
|
import { NextjsIconDark } from "./nextjs/icon-dark";
|
|
13
37
|
import { NextjsIconLight } from "./nextjs/icon-light";
|
|
14
38
|
import { NextjsLogoDark } from "./nextjs/logo-dark";
|
|
15
39
|
import { NextjsLogoLight } from "./nextjs/logo-light";
|
|
40
|
+
import { NodejsIcon } from "./nodejs/icon";
|
|
41
|
+
import { NodejsIconDark } from "./nodejs/icon-dark";
|
|
42
|
+
import { NodejsIconLight } from "./nodejs/icon-light";
|
|
43
|
+
import { NodejsLogoDark } from "./nodejs/logo-dark";
|
|
44
|
+
import { NodejsLogoLight } from "./nodejs/logo-light";
|
|
45
|
+
import { PhpIcon } from "./php/icon";
|
|
46
|
+
import { PuppeteerIcon } from "./puppeteer/icon";
|
|
47
|
+
import { PythonIcon } from "./python/icon";
|
|
48
|
+
import { PythonLogo } from "./python/logo";
|
|
49
|
+
import { ReactIcon } from "./react/icon";
|
|
50
|
+
import { TailwindcssIcon } from "./tailwindcss/icon";
|
|
51
|
+
import { TailwindcssLogoDark } from "./tailwindcss/logo-dark";
|
|
52
|
+
import { TailwindcssLogoLight } from "./tailwindcss/logo-light";
|
|
16
53
|
import { TurboIconDark } from "./turbo/icon-dark";
|
|
17
54
|
import { TurboIconLight } from "./turbo/icon-light";
|
|
18
55
|
import { TurboLogoDark } from "./turbo/logo-dark";
|
|
@@ -25,6 +62,8 @@ import { TurborepoIconDark } from "./turborepo/icon-dark";
|
|
|
25
62
|
import { TurborepoIconLight } from "./turborepo/icon-light";
|
|
26
63
|
import { TurborepoLogoDark } from "./turborepo/logo-dark";
|
|
27
64
|
import { TurborepoLogoLight } from "./turborepo/logo-light";
|
|
65
|
+
import { TypescriptIcon } from "./typescript/icon";
|
|
66
|
+
import { TypescriptLogoDark } from "./typescript/logo-dark";
|
|
28
67
|
import { V0LogoDark } from "./v0/logo-dark";
|
|
29
68
|
import { V0LogoLight } from "./v0/logo-light";
|
|
30
69
|
import { VercelIconDark } from "./vercel/icon-dark";
|
|
@@ -33,6 +72,22 @@ import { VercelLogoDark } from "./vercel/logo-dark";
|
|
|
33
72
|
import { VercelLogoLight } from "./vercel/logo-light";
|
|
34
73
|
import { metadata, listBrands, listCategories, getAll, paginate } from "./metadata";
|
|
35
74
|
export {
|
|
75
|
+
CssIcon,
|
|
76
|
+
ExpressjsIconDark,
|
|
77
|
+
ExpressjsIconLight,
|
|
78
|
+
ExpressjsLogoDark,
|
|
79
|
+
ExpressjsLogoLight,
|
|
80
|
+
FirebaseIcon,
|
|
81
|
+
FirebaseIconDark,
|
|
82
|
+
FirebaseIconLight,
|
|
83
|
+
FirebaseLogoDark,
|
|
84
|
+
FirebaseLogoLight,
|
|
85
|
+
GitIcon,
|
|
86
|
+
GitIconDark,
|
|
87
|
+
GitIconLight,
|
|
88
|
+
GitLogo,
|
|
89
|
+
GitLogoDark,
|
|
90
|
+
GitLogoLight,
|
|
36
91
|
GithubIconDark,
|
|
37
92
|
GithubIconLight,
|
|
38
93
|
GithubLogoDark,
|
|
@@ -44,10 +99,31 @@ export {
|
|
|
44
99
|
GitlabLogoDark,
|
|
45
100
|
GitlabLogoMonoDark,
|
|
46
101
|
GitlabLogoMonoLight,
|
|
102
|
+
HtmlIcon,
|
|
103
|
+
HtmlIconDark,
|
|
104
|
+
HtmlIconLight,
|
|
105
|
+
JavascriptIcon,
|
|
106
|
+
LuaDrawing,
|
|
107
|
+
NeovimIcon,
|
|
108
|
+
NeovimLogo,
|
|
109
|
+
NeovimLogoMono,
|
|
47
110
|
NextjsIconDark,
|
|
48
111
|
NextjsIconLight,
|
|
49
112
|
NextjsLogoDark,
|
|
50
113
|
NextjsLogoLight,
|
|
114
|
+
NodejsIcon,
|
|
115
|
+
NodejsIconDark,
|
|
116
|
+
NodejsIconLight,
|
|
117
|
+
NodejsLogoDark,
|
|
118
|
+
NodejsLogoLight,
|
|
119
|
+
PhpIcon,
|
|
120
|
+
PuppeteerIcon,
|
|
121
|
+
PythonIcon,
|
|
122
|
+
PythonLogo,
|
|
123
|
+
ReactIcon,
|
|
124
|
+
TailwindcssIcon,
|
|
125
|
+
TailwindcssLogoDark,
|
|
126
|
+
TailwindcssLogoLight,
|
|
51
127
|
TurboIconDark,
|
|
52
128
|
TurboIconLight,
|
|
53
129
|
TurboLogoDark,
|
|
@@ -60,6 +136,8 @@ export {
|
|
|
60
136
|
TurborepoIconLight,
|
|
61
137
|
TurborepoLogoDark,
|
|
62
138
|
TurborepoLogoLight,
|
|
139
|
+
TypescriptIcon,
|
|
140
|
+
TypescriptLogoDark,
|
|
63
141
|
V0LogoDark,
|
|
64
142
|
V0LogoLight,
|
|
65
143
|
VercelIconDark,
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var icon_exports = {};
|
|
20
|
+
__export(icon_exports, {
|
|
21
|
+
JavascriptIcon: () => JavascriptIcon,
|
|
22
|
+
default: () => icon_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const JavascriptIcon = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "62372d55__svg1", version: "1.1", viewBox: "0 0 630 630", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "f7f79ea5__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { id: "51d7f9f7__rect1", width: "630", height: "630", fill: "#f7df1e" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "cece578a__path1", d: "m423.2 492.19c12.69 20.72 29.2 35.95 58.4 35.95 24.53 0 40.2-12.26 40.2-29.2 0-20.3-16.1-27.49-43.1-39.3l-14.8-6.35c-42.72-18.2-71.1-41-71.1-89.2 0-44.4 33.83-78.2 86.7-78.2 37.64 0 64.7 13.1 84.2 47.4l-46.1 29.6c-10.15-18.2-21.1-25.37-38.1-25.37-17.34 0-28.33 11-28.33 25.37 0 17.76 11 24.95 36.4 35.95l14.8 6.34c50.3 21.57 78.7 43.56 78.7 93 0 53.3-41.87 82.5-98.1 82.5-54.98 0-90.5-26.2-107.88-60.54zm-209.13 5.13c9.3 16.5 17.76 30.45 38.1 30.45 19.45 0 31.72-7.61 31.72-37.2v-201.3h59.2v202.1c0 61.3-35.94 89.2-88.4 89.2-47.4 0-74.85-24.53-88.81-54.075z" })
|
|
31
|
+
] });
|
|
32
|
+
};
|
|
33
|
+
var icon_default = JavascriptIcon;
|
|
34
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
35
|
+
0 && (module.exports = {
|
|
36
|
+
JavascriptIcon
|
|
37
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const JavascriptIcon = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "62372d55__svg1", version: "1.1", viewBox: "0 0 630 630", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "f7f79ea5__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsx("rect", { id: "51d7f9f7__rect1", width: "630", height: "630", fill: "#f7df1e" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "cece578a__path1", d: "m423.2 492.19c12.69 20.72 29.2 35.95 58.4 35.95 24.53 0 40.2-12.26 40.2-29.2 0-20.3-16.1-27.49-43.1-39.3l-14.8-6.35c-42.72-18.2-71.1-41-71.1-89.2 0-44.4 33.83-78.2 86.7-78.2 37.64 0 64.7 13.1 84.2 47.4l-46.1 29.6c-10.15-18.2-21.1-25.37-38.1-25.37-17.34 0-28.33 11-28.33 25.37 0 17.76 11 24.95 36.4 35.95l14.8 6.34c50.3 21.57 78.7 43.56 78.7 93 0 53.3-41.87 82.5-98.1 82.5-54.98 0-90.5-26.2-107.88-60.54zm-209.13 5.13c9.3 16.5 17.76 30.45 38.1 30.45 19.45 0 31.72-7.61 31.72-37.2v-201.3h59.2v202.1c0 61.3-35.94 89.2-88.4 89.2-47.4 0-74.85-24.53-88.81-54.075z" })
|
|
7
|
+
] });
|
|
8
|
+
};
|
|
9
|
+
var icon_default = JavascriptIcon;
|
|
10
|
+
export {
|
|
11
|
+
JavascriptIcon,
|
|
12
|
+
icon_default as default
|
|
13
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var drawing_exports = {};
|
|
20
|
+
__export(drawing_exports, {
|
|
21
|
+
LuaDrawing: () => LuaDrawing,
|
|
22
|
+
default: () => drawing_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(drawing_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const LuaDrawing = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "c9eac457__svg1", version: "1.1", viewBox: "0 0 6.3450608 6.3444228", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "93ff44a9__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "78edd24a__layer1", transform: "translate(-121.44436,-88.636011)", children: [
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "764fe5fd__path1", fill: "#000080", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.000670528", d: "m 127.04414,91.808216 c 0,-1.340707 -1.08687,-2.42757 -2.42757,-2.42757 -1.34071,0 -2.42757,1.086863 -2.42757,2.42757 0,1.340707 1.08686,2.427571 2.42757,2.427571 1.3407,0 2.42757,-1.086864 2.42757,-2.427571" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "2e574c72__path2", fill: "#ffffff", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.000670528", d: "m 126.33312,90.802686 c 0,-0.392687 -0.31833,-0.71102 -0.71102,-0.71102 -0.39268,0 -0.71102,0.318333 -0.71102,0.71102 0,0.392681 0.31834,0.711014 0.71102,0.711014 0.39269,0 0.71102,-0.318333 0.71102,-0.711014" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "de39787b__path3", fill: "none", stroke: "#808080", strokeDasharray: "0.273894", strokeDashoffset: "0", strokeLinecap: "butt", strokeLinejoin: "miter", strokeMiterlimit: "10", strokeOpacity: "1", strokeWidth: "0.0728274", d: "m 127.41307,90.383326 c 0.22486,0.44132 0.34208,0.929593 0.34208,1.42489 0,1.733394 -1.40519,3.138588 -3.13858,3.138588 -1.7334,0 -3.13859,-1.405194 -3.13859,-3.138588 0,-1.733394 1.40519,-3.138585 3.13859,-3.138585 0.60676,0 1.20052,0.175879 1.70939,0.506343" }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("text", { xmlSpace: "preserve", id: "1ef452aa__text2", x: "122.79443", y: "93.021996", strokeWidth: "0.00670528", fontSize: "0.0804632px", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("tspan", { id: "625a40b3__tspan2", x: "122.79443", y: "93.021996", fill: "#ffffff", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.00670528", fontFamily: "Helvetica", fontSize: "2.18481px", fontVariant: "normal", fontWeight: "normal", writingMode: "lr-tb", children: "Lua" }) })
|
|
34
|
+
] })
|
|
35
|
+
] });
|
|
36
|
+
};
|
|
37
|
+
var drawing_default = LuaDrawing;
|
|
38
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
39
|
+
0 && (module.exports = {
|
|
40
|
+
LuaDrawing
|
|
41
|
+
});
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const LuaDrawing = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "c9eac457__svg1", version: "1.1", viewBox: "0 0 6.3450608 6.3444228", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "93ff44a9__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsxs("g", { id: "78edd24a__layer1", transform: "translate(-121.44436,-88.636011)", children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "764fe5fd__path1", fill: "#000080", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.000670528", d: "m 127.04414,91.808216 c 0,-1.340707 -1.08687,-2.42757 -2.42757,-2.42757 -1.34071,0 -2.42757,1.086863 -2.42757,2.42757 0,1.340707 1.08686,2.427571 2.42757,2.427571 1.3407,0 2.42757,-1.086864 2.42757,-2.427571" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { id: "2e574c72__path2", fill: "#ffffff", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.000670528", d: "m 126.33312,90.802686 c 0,-0.392687 -0.31833,-0.71102 -0.71102,-0.71102 -0.39268,0 -0.71102,0.318333 -0.71102,0.71102 0,0.392681 0.31834,0.711014 0.71102,0.711014 0.39269,0 0.71102,-0.318333 0.71102,-0.711014" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { id: "de39787b__path3", fill: "none", stroke: "#808080", strokeDasharray: "0.273894", strokeDashoffset: "0", strokeLinecap: "butt", strokeLinejoin: "miter", strokeMiterlimit: "10", strokeOpacity: "1", strokeWidth: "0.0728274", d: "m 127.41307,90.383326 c 0.22486,0.44132 0.34208,0.929593 0.34208,1.42489 0,1.733394 -1.40519,3.138588 -3.13858,3.138588 -1.7334,0 -3.13859,-1.405194 -3.13859,-3.138588 0,-1.733394 1.40519,-3.138585 3.13859,-3.138585 0.60676,0 1.20052,0.175879 1.70939,0.506343" }),
|
|
9
|
+
/* @__PURE__ */ jsx("text", { xmlSpace: "preserve", id: "1ef452aa__text2", x: "122.79443", y: "93.021996", strokeWidth: "0.00670528", fontSize: "0.0804632px", children: /* @__PURE__ */ jsx("tspan", { id: "625a40b3__tspan2", x: "122.79443", y: "93.021996", fill: "#ffffff", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.00670528", fontFamily: "Helvetica", fontSize: "2.18481px", fontVariant: "normal", fontWeight: "normal", writingMode: "lr-tb", children: "Lua" }) })
|
|
10
|
+
] })
|
|
11
|
+
] });
|
|
12
|
+
};
|
|
13
|
+
var drawing_default = LuaDrawing;
|
|
14
|
+
export {
|
|
15
|
+
LuaDrawing,
|
|
16
|
+
drawing_default as default
|
|
17
|
+
};
|
package/dist/metadata.cjs
CHANGED
|
@@ -26,39 +26,78 @@ __export(metadata_exports, {
|
|
|
26
26
|
});
|
|
27
27
|
module.exports = __toCommonJS(metadata_exports);
|
|
28
28
|
const metadata = [
|
|
29
|
+
{ "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "nodejs logo light", "brand": "nodejs", "path": ".assets/nodejs/logo-light.ts" },
|
|
30
|
+
{ "name": "icon", "color": "default", "mode": "default", "category": "icons", "title": "react icon", "brand": "react", "path": ".assets/react/icon.ts" },
|
|
31
|
+
{ "name": "logo", "color": "default", "mode": "default", "category": "logos", "title": "python logo", "brand": "python", "path": ".assets/python/logo.ts" },
|
|
32
|
+
{ "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "expressjs logo light", "brand": "expressjs", "path": ".assets/expressjs/logo-light.ts" },
|
|
33
|
+
{ "name": "_icon", "color": "default", "mode": "default", "category": "_icons", "title": "javascript icon", "brand": "javascript", "path": ".assets/javascript/_icon.ts" },
|
|
29
34
|
{ "name": "logo-mono-dark", "color": "mono", "mode": "dark", "category": "logos", "title": "gitlab logo mono dark", "brand": "gitlab", "path": ".assets/gitlab/logo-mono-dark.ts" },
|
|
35
|
+
{ "name": "icon", "color": "default", "mode": "default", "category": "icons", "title": "php icon", "brand": "php", "path": ".assets/php/icon.ts" },
|
|
30
36
|
{ "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "turbopack logo light", "brand": "turbopack", "path": ".assets/turbopack/logo-light.ts" },
|
|
31
37
|
{ "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "v0 logo light", "brand": "v0", "path": ".assets/v0/logo-light.ts" },
|
|
32
38
|
{ "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "github logo light", "brand": "github", "path": ".assets/github/logo-light.ts" },
|
|
39
|
+
{ "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "html icon dark", "brand": "html", "path": ".assets/html/icon-dark.ts" },
|
|
33
40
|
{ "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "turborepo logo light", "brand": "turborepo", "path": ".assets/turborepo/logo-light.ts" },
|
|
41
|
+
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "typescript logo dark", "brand": "typescript", "path": ".assets/typescript/logo-dark.ts" },
|
|
42
|
+
{ "name": "icon", "color": "default", "mode": "default", "category": "icons", "title": "css icon", "brand": "css", "path": ".assets/css/icon.ts" },
|
|
43
|
+
{ "name": "drawing", "color": "default", "mode": "default", "category": "drawings", "title": "lua drawing", "brand": "lua", "path": ".assets/lua/drawing.ts" },
|
|
44
|
+
{ "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "git logo light", "brand": "git", "path": ".assets/git/logo-light.ts" },
|
|
34
45
|
{ "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "turbo logo light", "brand": "turbo", "path": ".assets/turbo/logo-light.ts" },
|
|
35
46
|
{ "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "nextjs logo light", "brand": "nextjs", "path": ".assets/nextjs/logo-light.ts" },
|
|
36
47
|
{ "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "vercel logo light", "brand": "vercel", "path": ".assets/vercel/logo-light.ts" },
|
|
37
|
-
{ "name": "
|
|
38
|
-
{ "name": "
|
|
48
|
+
{ "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "tailwindcss logo light", "brand": "tailwindcss", "path": ".assets/tailwindcss/logo-light.ts" },
|
|
49
|
+
{ "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
|
+
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "nodejs logo dark", "brand": "nodejs", "path": ".assets/nodejs/logo-dark.ts" },
|
|
52
|
+
{ "name": "icon", "color": "default", "mode": "default", "category": "icons", "title": "nodejs icon", "brand": "nodejs", "path": ".assets/nodejs/icon.ts" },
|
|
53
|
+
{ "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "nodejs icon light", "brand": "nodejs", "path": ".assets/nodejs/icon-light.ts" },
|
|
54
|
+
{ "name": "icon", "color": "default", "mode": "default", "category": "icons", "title": "python icon", "brand": "python", "path": ".assets/python/icon.ts" },
|
|
55
|
+
{ "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "expressjs icon dark", "brand": "expressjs", "path": ".assets/expressjs/icon-dark.ts" },
|
|
56
|
+
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "expressjs logo dark", "brand": "expressjs", "path": ".assets/expressjs/logo-dark.ts" },
|
|
57
|
+
{ "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "expressjs icon light", "brand": "expressjs", "path": ".assets/expressjs/icon-light.ts" },
|
|
39
58
|
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "gitlab logo dark", "brand": "gitlab", "path": ".assets/gitlab/logo-dark.ts" },
|
|
40
|
-
{ "name": "
|
|
59
|
+
{ "name": "logo", "color": "default", "mode": "default", "category": "logos", "title": "gitlab logo", "brand": "gitlab", "path": ".assets/gitlab/logo.ts" },
|
|
60
|
+
{ "name": "icon", "color": "default", "mode": "default", "category": "icons", "title": "gitlab icon", "brand": "gitlab", "path": ".assets/gitlab/icon.ts" },
|
|
41
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
|
+
{ "name": "icon-mono-dark", "color": "mono", "mode": "dark", "category": "icons", "title": "gitlab icon mono dark", "brand": "gitlab", "path": ".assets/gitlab/icon-mono-dark.ts" },
|
|
42
63
|
{ "name": "icon-mono-light", "color": "mono", "mode": "light", "category": "icons", "title": "gitlab icon mono light", "brand": "gitlab", "path": ".assets/gitlab/icon-mono-light.ts" },
|
|
43
64
|
{ "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "turbopack icon dark", "brand": "turbopack", "path": ".assets/turbopack/icon-dark.ts" },
|
|
44
|
-
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "turbopack logo dark", "brand": "turbopack", "path": ".assets/turbopack/logo-dark.ts" },
|
|
45
65
|
{ "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "turbopack icon light", "brand": "turbopack", "path": ".assets/turbopack/icon-light.ts" },
|
|
66
|
+
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "turbopack logo dark", "brand": "turbopack", "path": ".assets/turbopack/logo-dark.ts" },
|
|
46
67
|
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "v0 logo dark", "brand": "v0", "path": ".assets/v0/logo-dark.ts" },
|
|
68
|
+
{ "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "github icon dark", "brand": "github", "path": ".assets/github/icon-dark.ts" },
|
|
47
69
|
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "github logo dark", "brand": "github", "path": ".assets/github/logo-dark.ts" },
|
|
48
70
|
{ "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "github icon light", "brand": "github", "path": ".assets/github/icon-light.ts" },
|
|
49
|
-
{ "name": "icon
|
|
71
|
+
{ "name": "icon", "color": "default", "mode": "default", "category": "icons", "title": "html icon", "brand": "html", "path": ".assets/html/icon.ts" },
|
|
72
|
+
{ "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "html icon light", "brand": "html", "path": ".assets/html/icon-light.ts" },
|
|
50
73
|
{ "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "turborepo icon dark", "brand": "turborepo", "path": ".assets/turborepo/icon-dark.ts" },
|
|
51
|
-
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "turborepo logo dark", "brand": "turborepo", "path": ".assets/turborepo/logo-dark.ts" },
|
|
52
74
|
{ "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "turborepo icon light", "brand": "turborepo", "path": ".assets/turborepo/icon-light.ts" },
|
|
75
|
+
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "turborepo logo dark", "brand": "turborepo", "path": ".assets/turborepo/logo-dark.ts" },
|
|
76
|
+
{ "name": "icon", "color": "default", "mode": "default", "category": "icons", "title": "typescript icon", "brand": "typescript", "path": ".assets/typescript/icon.ts" },
|
|
77
|
+
{ "name": "logo", "color": "default", "mode": "default", "category": "logos", "title": "git logo", "brand": "git", "path": ".assets/git/logo.ts" },
|
|
78
|
+
{ "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "git icon dark", "brand": "git", "path": ".assets/git/icon-dark.ts" },
|
|
79
|
+
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "git logo dark", "brand": "git", "path": ".assets/git/logo-dark.ts" },
|
|
80
|
+
{ "name": "icon", "color": "default", "mode": "default", "category": "icons", "title": "git icon", "brand": "git", "path": ".assets/git/icon.ts" },
|
|
81
|
+
{ "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "git icon light", "brand": "git", "path": ".assets/git/icon-light.ts" },
|
|
53
82
|
{ "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "turbo icon dark", "brand": "turbo", "path": ".assets/turbo/icon-dark.ts" },
|
|
54
|
-
{ "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "turbo icon light", "brand": "turbo", "path": ".assets/turbo/icon-light.ts" },
|
|
55
83
|
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "turbo logo dark", "brand": "turbo", "path": ".assets/turbo/logo-dark.ts" },
|
|
84
|
+
{ "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "turbo icon light", "brand": "turbo", "path": ".assets/turbo/icon-light.ts" },
|
|
56
85
|
{ "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "nextjs icon dark", "brand": "nextjs", "path": ".assets/nextjs/icon-dark.ts" },
|
|
57
86
|
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "nextjs logo dark", "brand": "nextjs", "path": ".assets/nextjs/logo-dark.ts" },
|
|
58
87
|
{ "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "nextjs icon light", "brand": "nextjs", "path": ".assets/nextjs/icon-light.ts" },
|
|
59
|
-
{ "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "vercel icon dark", "brand": "vercel", "path": ".assets/vercel/icon-dark.ts" },
|
|
60
88
|
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "vercel logo dark", "brand": "vercel", "path": ".assets/vercel/logo-dark.ts" },
|
|
61
|
-
{ "name": "icon-
|
|
89
|
+
{ "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "vercel icon dark", "brand": "vercel", "path": ".assets/vercel/icon-dark.ts" },
|
|
90
|
+
{ "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
|
+
{ "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" },
|
|
95
|
+
{ "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "firebase icon dark", "brand": "firebase", "path": ".assets/firebase/icon-dark.ts" },
|
|
96
|
+
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "firebase logo dark", "brand": "firebase", "path": ".assets/firebase/logo-dark.ts" },
|
|
97
|
+
{ "name": "icon", "color": "default", "mode": "default", "category": "icons", "title": "firebase icon", "brand": "firebase", "path": ".assets/firebase/icon.ts" },
|
|
98
|
+
{ "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "firebase icon light", "brand": "firebase", "path": ".assets/firebase/icon-light.ts" },
|
|
99
|
+
{ "name": "icon", "color": "default", "mode": "default", "category": "icons", "title": "neovim icon", "brand": "neovim", "path": ".assets/neovim/icon.ts" },
|
|
100
|
+
{ "name": "logo-mono", "color": "mono", "mode": "default", "category": "logos", "title": "neovim logo mono", "brand": "neovim", "path": ".assets/neovim/logo-mono.ts" }
|
|
62
101
|
];
|
|
63
102
|
function listBrands() {
|
|
64
103
|
return Array.from(new Set(metadata.map((m) => m.brand))).sort();
|