@zenmux/icons 0.1.0-dev.0
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/NOTICE +1 -0
- package/README.md +161 -0
- package/dist/CherryStudio/Color.d.ts +3 -0
- package/dist/CherryStudio/Color.js +10 -0
- package/dist/CherryStudio/Mono.d.ts +3 -0
- package/dist/CherryStudio/Mono.js +10 -0
- package/dist/CherryStudio/index.d.ts +4 -0
- package/dist/CherryStudio/index.js +6 -0
- package/dist/Claude/Color.d.ts +3 -0
- package/dist/Claude/Color.js +10 -0
- package/dist/Claude/Mono.d.ts +3 -0
- package/dist/Claude/Mono.js +10 -0
- package/dist/Claude/index.d.ts +4 -0
- package/dist/Claude/index.js +6 -0
- package/dist/Cline/Color.d.ts +3 -0
- package/dist/Cline/Color.js +10 -0
- package/dist/Cline/Mono.d.ts +3 -0
- package/dist/Cline/Mono.js +10 -0
- package/dist/Cline/index.d.ts +4 -0
- package/dist/Cline/index.js +6 -0
- package/dist/Codex/Color.d.ts +3 -0
- package/dist/Codex/Color.js +10 -0
- package/dist/Codex/Mono.d.ts +3 -0
- package/dist/Codex/Mono.js +10 -0
- package/dist/Codex/index.d.ts +4 -0
- package/dist/Codex/index.js +6 -0
- package/dist/Cursor/Color.d.ts +3 -0
- package/dist/Cursor/Color.js +10 -0
- package/dist/Cursor/Mono.d.ts +3 -0
- package/dist/Cursor/Mono.js +10 -0
- package/dist/Cursor/index.d.ts +4 -0
- package/dist/Cursor/index.js +6 -0
- package/dist/Gemini/Color.d.ts +3 -0
- package/dist/Gemini/Color.js +10 -0
- package/dist/Gemini/Mono.d.ts +3 -0
- package/dist/Gemini/Mono.js +10 -0
- package/dist/Gemini/index.d.ts +4 -0
- package/dist/Gemini/index.js +6 -0
- package/dist/Obsidian/Color.d.ts +3 -0
- package/dist/Obsidian/Color.js +10 -0
- package/dist/Obsidian/Mono.d.ts +3 -0
- package/dist/Obsidian/Mono.js +10 -0
- package/dist/Obsidian/index.d.ts +4 -0
- package/dist/Obsidian/index.js +6 -0
- package/dist/Sider/Color.d.ts +3 -0
- package/dist/Sider/Color.js +10 -0
- package/dist/Sider/Mono.d.ts +3 -0
- package/dist/Sider/Mono.js +10 -0
- package/dist/Sider/index.d.ts +4 -0
- package/dist/Sider/index.js +6 -0
- package/dist/Zai/Color.d.ts +3 -0
- package/dist/Zai/Color.js +10 -0
- package/dist/Zai/Mono.d.ts +3 -0
- package/dist/Zai/Mono.js +10 -0
- package/dist/Zai/index.d.ts +4 -0
- package/dist/Zai/index.js +6 -0
- package/dist/catalog.d.ts +40 -0
- package/dist/catalog.js +52 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.js +9 -0
- package/dist/lazy.d.ts +14 -0
- package/dist/lazy.js +49 -0
- package/dist/loaders.d.ts +41 -0
- package/dist/loaders.js +17 -0
- package/dist/types.d.ts +4 -0
- package/dist/types.js +1 -0
- package/icons/cherry-studio.svg +13 -0
- package/icons/claude.svg +9 -0
- package/icons/cline.svg +9 -0
- package/icons/codex.svg +14 -0
- package/icons/cursor.svg +9 -0
- package/icons/gemini.svg +24 -0
- package/icons/obsidian.svg +14 -0
- package/icons/sider.svg +24 -0
- package/icons/zai.svg +13 -0
- package/metadata.json +47 -0
- package/package.json +73 -0
- package/static/black/cherry-studio.svg +1 -0
- package/static/black/claude.svg +1 -0
- package/static/black/cline.svg +1 -0
- package/static/black/codex.svg +1 -0
- package/static/black/cursor.svg +1 -0
- package/static/black/gemini.svg +1 -0
- package/static/black/obsidian.svg +1 -0
- package/static/black/sider.svg +1 -0
- package/static/black/zai.svg +1 -0
- package/static/white/cherry-studio.svg +1 -0
- package/static/white/claude.svg +1 -0
- package/static/white/cline.svg +1 -0
- package/static/white/codex.svg +1 -0
- package/static/white/cursor.svg +1 -0
- package/static/white/gemini.svg +1 -0
- package/static/white/obsidian.svg +1 -0
- package/static/white/sider.svg +1 -0
- package/static/white/zai.svg +1 -0
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
declare const Sider: import("react").ForwardRefExoticComponent<Omit<import("../types.js").IconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>> & {
|
|
2
|
+
Color: import("react").ForwardRefExoticComponent<Omit<import("../types.js").IconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
3
|
+
};
|
|
4
|
+
export default Sider;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
// Generated from SVG assets. Do not edit manually.
|
|
4
|
+
import { forwardRef, useId } from 'react';
|
|
5
|
+
const ZaiColor = ({ size = '1em', ...props }, ref) => {
|
|
6
|
+
const instanceId = useId();
|
|
7
|
+
return _jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 86 86", width: size, height: size, "aria-hidden": "true", focusable: "false", ref: ref, ...props, children: [_jsx("g", { clipPath: 'url(#' + instanceId + "-zai-color__a)", children: _jsx("path", { fill: 'url(#' + instanceId + "-zai-color__b)", d: "M35.117 77.221H3.583l47.3-67.008h31.533zm45.325 0H41.03l5.565-7.883a4.65 4.65 0 0 1 3.804-1.971h30.043zm-40.99-59.137a4.66 4.66 0 0 1-3.811 1.983H5.554v-9.854h39.417z" }) }), _jsxs("defs", { children: [_jsxs("linearGradient", { id: instanceId + "-zai-color__b", x1: 50.28, x2: 64.001, y1: 7.8, y2: 92.415, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", {}), _jsx("stop", { offset: 1 })] }), _jsx("clipPath", { id: instanceId + "-zai-color__a", children: _jsx("path", { fill: "#fff", d: "M0 0h86v86H0z" }) })] })] });
|
|
8
|
+
};
|
|
9
|
+
const ForwardRef = forwardRef(ZaiColor);
|
|
10
|
+
export default ForwardRef;
|
package/dist/Zai/Mono.js
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
// Generated from SVG assets. Do not edit manually.
|
|
4
|
+
import { forwardRef, useId } from 'react';
|
|
5
|
+
const ZaiMono = ({ size = '1em', ...props }, ref) => {
|
|
6
|
+
const instanceId = useId();
|
|
7
|
+
return _jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 86 86", width: size, height: size, "aria-hidden": "true", focusable: "false", ref: ref, ...props, children: [_jsx("g", { clipPath: 'url(#' + instanceId + "-zai-mono__a)", children: _jsx("path", { fill: "currentColor", d: "M35.117 77.221H3.583l47.3-67.008h31.533zm45.325 0H41.03l5.565-7.883a4.65 4.65 0 0 1 3.804-1.971h30.043zm-40.99-59.137a4.66 4.66 0 0 1-3.811 1.983H5.554v-9.854h39.417z" }) }), _jsx("defs", { children: _jsx("clipPath", { id: instanceId + "-zai-mono__a", children: _jsx("path", { fill: "#fff", d: "M0 0h86v86H0z" }) }) })] });
|
|
8
|
+
};
|
|
9
|
+
const ForwardRef = forwardRef(ZaiMono);
|
|
10
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
declare const Zai: import("react").ForwardRefExoticComponent<Omit<import("../types.js").IconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>> & {
|
|
2
|
+
Color: import("react").ForwardRefExoticComponent<Omit<import("../types.js").IconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
3
|
+
};
|
|
4
|
+
export default Zai;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
export declare const iconCatalog: readonly [{
|
|
2
|
+
readonly id: "cherry-studio";
|
|
3
|
+
readonly name: "Cherry Studio";
|
|
4
|
+
readonly group: "LLM Models";
|
|
5
|
+
}, {
|
|
6
|
+
readonly id: "claude";
|
|
7
|
+
readonly name: "Claude";
|
|
8
|
+
readonly group: "LLM Models";
|
|
9
|
+
}, {
|
|
10
|
+
readonly id: "cline";
|
|
11
|
+
readonly name: "Cline";
|
|
12
|
+
readonly group: "LLM Models";
|
|
13
|
+
}, {
|
|
14
|
+
readonly id: "codex";
|
|
15
|
+
readonly name: "Codex";
|
|
16
|
+
readonly group: "LLM Models";
|
|
17
|
+
}, {
|
|
18
|
+
readonly id: "cursor";
|
|
19
|
+
readonly name: "Cursor";
|
|
20
|
+
readonly group: "LLM Models";
|
|
21
|
+
}, {
|
|
22
|
+
readonly id: "gemini";
|
|
23
|
+
readonly name: "Gemini";
|
|
24
|
+
readonly group: "LLM Models";
|
|
25
|
+
}, {
|
|
26
|
+
readonly id: "obsidian";
|
|
27
|
+
readonly name: "Obsidian";
|
|
28
|
+
readonly group: "LLM Models";
|
|
29
|
+
}, {
|
|
30
|
+
readonly id: "sider";
|
|
31
|
+
readonly name: "Sider";
|
|
32
|
+
readonly group: "LLM Models";
|
|
33
|
+
}, {
|
|
34
|
+
readonly id: "zai";
|
|
35
|
+
readonly name: "Z.ai";
|
|
36
|
+
readonly group: "LLM Models";
|
|
37
|
+
}];
|
|
38
|
+
export type IconName = typeof iconCatalog[number]['id'];
|
|
39
|
+
export declare const iconGroups: readonly ["LLM Models"];
|
|
40
|
+
export default iconCatalog;
|
package/dist/catalog.js
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
// Generated metadata only; this module does not import React or SVG components.
|
|
2
|
+
export const iconCatalog = [
|
|
3
|
+
{
|
|
4
|
+
"id": "cherry-studio",
|
|
5
|
+
"name": "Cherry Studio",
|
|
6
|
+
"group": "LLM Models"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"id": "claude",
|
|
10
|
+
"name": "Claude",
|
|
11
|
+
"group": "LLM Models"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"id": "cline",
|
|
15
|
+
"name": "Cline",
|
|
16
|
+
"group": "LLM Models"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": "codex",
|
|
20
|
+
"name": "Codex",
|
|
21
|
+
"group": "LLM Models"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"id": "cursor",
|
|
25
|
+
"name": "Cursor",
|
|
26
|
+
"group": "LLM Models"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"id": "gemini",
|
|
30
|
+
"name": "Gemini",
|
|
31
|
+
"group": "LLM Models"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"id": "obsidian",
|
|
35
|
+
"name": "Obsidian",
|
|
36
|
+
"group": "LLM Models"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"id": "sider",
|
|
40
|
+
"name": "Sider",
|
|
41
|
+
"group": "LLM Models"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"id": "zai",
|
|
45
|
+
"name": "Z.ai",
|
|
46
|
+
"group": "LLM Models"
|
|
47
|
+
}
|
|
48
|
+
];
|
|
49
|
+
export const iconGroups = [
|
|
50
|
+
"LLM Models"
|
|
51
|
+
];
|
|
52
|
+
export default iconCatalog;
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export type { IconProps } from './types.js';
|
|
2
|
+
export { default as CherryStudio } from './CherryStudio/index.js';
|
|
3
|
+
export { default as Claude } from './Claude/index.js';
|
|
4
|
+
export { default as Cline } from './Cline/index.js';
|
|
5
|
+
export { default as Codex } from './Codex/index.js';
|
|
6
|
+
export { default as Cursor } from './Cursor/index.js';
|
|
7
|
+
export { default as Gemini } from './Gemini/index.js';
|
|
8
|
+
export { default as Obsidian } from './Obsidian/index.js';
|
|
9
|
+
export { default as Sider } from './Sider/index.js';
|
|
10
|
+
export { default as Zai } from './Zai/index.js';
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { default as CherryStudio } from './CherryStudio/index.js';
|
|
2
|
+
export { default as Claude } from './Claude/index.js';
|
|
3
|
+
export { default as Cline } from './Cline/index.js';
|
|
4
|
+
export { default as Codex } from './Codex/index.js';
|
|
5
|
+
export { default as Cursor } from './Cursor/index.js';
|
|
6
|
+
export { default as Gemini } from './Gemini/index.js';
|
|
7
|
+
export { default as Obsidian } from './Obsidian/index.js';
|
|
8
|
+
export { default as Sider } from './Sider/index.js';
|
|
9
|
+
export { default as Zai } from './Zai/index.js';
|
package/dist/lazy.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import type { IconName } from './catalog.js';
|
|
3
|
+
import type { IconProps } from './types.js';
|
|
4
|
+
import type { IconVariant } from './loaders.js';
|
|
5
|
+
export type LazyIconProps = IconProps & {
|
|
6
|
+
name: IconName;
|
|
7
|
+
variant?: IconVariant;
|
|
8
|
+
/** Bypass viewport observation, e.g. for an already visible modal. */
|
|
9
|
+
eager?: boolean;
|
|
10
|
+
fallback?: ReactNode;
|
|
11
|
+
errorFallback?: ReactNode;
|
|
12
|
+
};
|
|
13
|
+
export declare function LazyIcon({ name, variant, size, eager, fallback, errorFallback, ...props }: LazyIconProps): import("react").JSX.Element;
|
|
14
|
+
export default LazyIcon;
|
package/dist/lazy.js
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
// Generated from scripts/templates/lazy.tsx. Do not edit src/lazy.tsx directly.
|
|
4
|
+
import { useEffect, useRef, useState } from 'react';
|
|
5
|
+
import { loadIcon } from './loaders.js';
|
|
6
|
+
let observer;
|
|
7
|
+
const callbacks = new Map();
|
|
8
|
+
function observe(node, ready) {
|
|
9
|
+
if (typeof IntersectionObserver === 'undefined') {
|
|
10
|
+
ready();
|
|
11
|
+
return () => { };
|
|
12
|
+
}
|
|
13
|
+
observer ??= new IntersectionObserver(entries => {
|
|
14
|
+
for (const entry of entries)
|
|
15
|
+
if (entry.isIntersecting) {
|
|
16
|
+
const callback = callbacks.get(entry.target);
|
|
17
|
+
callbacks.delete(entry.target);
|
|
18
|
+
observer?.unobserve(entry.target);
|
|
19
|
+
callback?.();
|
|
20
|
+
}
|
|
21
|
+
}, { rootMargin: '160px' });
|
|
22
|
+
callbacks.set(node, ready);
|
|
23
|
+
observer.observe(node);
|
|
24
|
+
return () => { callbacks.delete(node); observer?.unobserve(node); };
|
|
25
|
+
}
|
|
26
|
+
export function LazyIcon({ name, variant = 'color', size = '1em', eager = false, fallback = null, errorFallback = fallback, ...props }) {
|
|
27
|
+
const host = useRef(null);
|
|
28
|
+
const [visible, setVisible] = useState(false);
|
|
29
|
+
const key = `${name}/${variant}`;
|
|
30
|
+
const [loaded, setLoaded] = useState();
|
|
31
|
+
useEffect(() => {
|
|
32
|
+
if (eager || !host.current)
|
|
33
|
+
return;
|
|
34
|
+
return observe(host.current, () => setVisible(true));
|
|
35
|
+
}, [eager]);
|
|
36
|
+
useEffect(() => {
|
|
37
|
+
if (!eager && !visible)
|
|
38
|
+
return;
|
|
39
|
+
let active = true;
|
|
40
|
+
loadIcon(name, variant).then(module => { if (active)
|
|
41
|
+
setLoaded({ key, Icon: module.default }); }, () => { if (active)
|
|
42
|
+
setLoaded({ key, failed: true }); });
|
|
43
|
+
return () => { active = false; };
|
|
44
|
+
}, [name, variant, key, eager, visible]);
|
|
45
|
+
const current = loaded?.key === key ? loaded : undefined;
|
|
46
|
+
const Icon = current?.Icon;
|
|
47
|
+
return _jsx("span", { ref: host, "data-icon": name, "data-state": Icon ? 'loaded' : current?.failed ? 'error' : 'pending', style: { display: 'inline-flex', width: props.width ?? size, height: props.height ?? size, flex: 'none' }, children: Icon ? _jsx(Icon, { size: size, ...props }) : current?.failed ? errorFallback : fallback });
|
|
48
|
+
}
|
|
49
|
+
export default LazyIcon;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import type { IconName } from './catalog.js';
|
|
2
|
+
export type IconVariant = 'mono' | 'color';
|
|
3
|
+
export declare const iconLoaders: {
|
|
4
|
+
readonly "cherry-studio": {
|
|
5
|
+
readonly mono: () => Promise<typeof import("./CherryStudio/Mono.js")>;
|
|
6
|
+
readonly color: () => Promise<typeof import("./CherryStudio/Color.js")>;
|
|
7
|
+
};
|
|
8
|
+
readonly claude: {
|
|
9
|
+
readonly mono: () => Promise<typeof import("./Claude/Mono.js")>;
|
|
10
|
+
readonly color: () => Promise<typeof import("./Claude/Color.js")>;
|
|
11
|
+
};
|
|
12
|
+
readonly cline: {
|
|
13
|
+
readonly mono: () => Promise<typeof import("./Cline/Mono.js")>;
|
|
14
|
+
readonly color: () => Promise<typeof import("./Cline/Color.js")>;
|
|
15
|
+
};
|
|
16
|
+
readonly codex: {
|
|
17
|
+
readonly mono: () => Promise<typeof import("./Codex/Mono.js")>;
|
|
18
|
+
readonly color: () => Promise<typeof import("./Codex/Color.js")>;
|
|
19
|
+
};
|
|
20
|
+
readonly cursor: {
|
|
21
|
+
readonly mono: () => Promise<typeof import("./Cursor/Mono.js")>;
|
|
22
|
+
readonly color: () => Promise<typeof import("./Cursor/Color.js")>;
|
|
23
|
+
};
|
|
24
|
+
readonly gemini: {
|
|
25
|
+
readonly mono: () => Promise<typeof import("./Gemini/Mono.js")>;
|
|
26
|
+
readonly color: () => Promise<typeof import("./Gemini/Color.js")>;
|
|
27
|
+
};
|
|
28
|
+
readonly obsidian: {
|
|
29
|
+
readonly mono: () => Promise<typeof import("./Obsidian/Mono.js")>;
|
|
30
|
+
readonly color: () => Promise<typeof import("./Obsidian/Color.js")>;
|
|
31
|
+
};
|
|
32
|
+
readonly sider: {
|
|
33
|
+
readonly mono: () => Promise<typeof import("./Sider/Mono.js")>;
|
|
34
|
+
readonly color: () => Promise<typeof import("./Sider/Color.js")>;
|
|
35
|
+
};
|
|
36
|
+
readonly zai: {
|
|
37
|
+
readonly mono: () => Promise<typeof import("./Zai/Mono.js")>;
|
|
38
|
+
readonly color: () => Promise<typeof import("./Zai/Color.js")>;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
export declare function loadIcon(name: IconName, variant?: IconVariant): Promise<typeof import("./CherryStudio/Mono.js")>;
|
package/dist/loaders.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export const iconLoaders = {
|
|
2
|
+
"cherry-studio": { mono: () => import('./CherryStudio/Mono.js'), color: () => import('./CherryStudio/Color.js') },
|
|
3
|
+
"claude": { mono: () => import('./Claude/Mono.js'), color: () => import('./Claude/Color.js') },
|
|
4
|
+
"cline": { mono: () => import('./Cline/Mono.js'), color: () => import('./Cline/Color.js') },
|
|
5
|
+
"codex": { mono: () => import('./Codex/Mono.js'), color: () => import('./Codex/Color.js') },
|
|
6
|
+
"cursor": { mono: () => import('./Cursor/Mono.js'), color: () => import('./Cursor/Color.js') },
|
|
7
|
+
"gemini": { mono: () => import('./Gemini/Mono.js'), color: () => import('./Gemini/Color.js') },
|
|
8
|
+
"obsidian": { mono: () => import('./Obsidian/Mono.js'), color: () => import('./Obsidian/Color.js') },
|
|
9
|
+
"sider": { mono: () => import('./Sider/Mono.js'), color: () => import('./Sider/Color.js') },
|
|
10
|
+
"zai": { mono: () => import('./Zai/Mono.js'), color: () => import('./Zai/Color.js') }
|
|
11
|
+
};
|
|
12
|
+
export function loadIcon(name, variant = 'color') {
|
|
13
|
+
if (!Object.prototype.hasOwnProperty.call(iconLoaders, name) || !['mono', 'color'].includes(variant)) {
|
|
14
|
+
return Promise.reject(new Error('Unknown icon or variant'));
|
|
15
|
+
}
|
|
16
|
+
return iconLoaders[name][variant]();
|
|
17
|
+
}
|
package/dist/types.d.ts
ADDED
package/dist/types.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="86" height="86" viewBox="0 0 86 86" fill="none"><g id="AI Logos" clip-path="url(#clip0_11126_57307)">
|
|
2
|
+
<g id="cherrystudio" clip-path="url(#clip1_11126_57307)">
|
|
3
|
+
<path id="Union" d="M61.8558 20.8944C67.3264 20.8944 72.4795 23.0825 76.3773 27.0555C80.262 31.002 82.432 36.3226 82.4154 41.8602C82.4154 47.4334 80.2135 52.7813 76.391 56.6893C75.7189 57.3783 74.9156 57.9258 74.0287 58.2997C73.1417 58.6736 72.1885 58.8661 71.2259 58.8661C70.2636 58.8661 69.3109 58.6734 68.4242 58.2997C67.5374 57.9259 66.7339 57.3782 66.0619 56.6893C64.6905 55.281 63.9232 53.3923 63.9232 51.4266C63.9232 49.461 64.6906 47.5732 66.0619 46.1649C67.1662 45.0332 67.805 43.4706 67.805 41.8739C67.805 38.5779 65.0766 35.7977 61.8421 35.7977C58.6078 35.7979 55.8792 38.578 55.8792 41.8739C55.8793 43.4807 56.529 45.0703 57.6605 46.2157C61.4728 50.0998 63.5658 55.3349 63.5658 60.9559C63.5914 66.4954 61.4201 71.8191 57.5277 75.7606C53.6299 79.7336 48.4768 81.9218 43.0062 81.9218H42.9925C37.5221 81.9217 32.3697 79.7335 28.472 75.7606C25.0142 72.2479 22.9161 67.6465 22.5082 62.7723C17.6518 62.3812 13.1285 60.2533 9.62143 56.6786C5.73669 52.7322 3.56679 47.4115 3.58335 41.8739C3.58335 36.3009 5.72389 31.0422 9.62143 27.0692C13.5192 23.0962 18.6723 20.9071 24.1429 20.9071C29.6134 20.9072 34.8516 23.1471 38.6742 27.0448C41.529 29.9476 41.5291 34.6698 38.6742 37.5692C38.0022 38.2577 37.1985 38.805 36.3119 39.1786C35.4254 39.552 34.473 39.744 33.5111 39.744C32.5491 39.744 31.5968 39.552 30.7103 39.1786C29.8237 38.805 29.02 38.2577 28.348 37.5692C27.7976 37.0078 27.1416 36.5605 26.4173 36.2548C25.6931 35.949 24.9153 35.7909 24.1292 35.788C20.8982 35.788 18.1664 38.5676 18.1664 41.8602C18.1666 45.1561 20.8983 47.9354 24.1292 47.9354C25.7018 47.9354 27.23 47.2861 28.348 46.1512C29.02 45.4627 29.8236 44.9155 30.7103 44.5419C31.1577 44.3534 31.6214 44.2099 32.0951 44.1151C32.5958 44.0066 33.1075 43.9501 33.6224 43.9501C34.5849 43.9501 35.5382 44.1426 36.4251 44.5165C37.312 44.8903 38.1154 45.4378 38.7874 46.1268C41.639 49.0296 41.639 53.7518 38.7874 56.6512C37.6797 57.783 37.0433 59.3455 37.0433 60.9423C37.0433 64.2381 39.7719 67.0182 43.0062 67.0184C46.2372 67.0184 48.9691 64.2383 48.9691 60.9423C48.9691 59.7763 48.6854 58.1043 47.3451 56.7264C43.4743 52.7447 41.304 47.4133 41.2933 41.8602C41.2933 36.3384 43.4375 31.0285 47.3353 27.0555C51.233 23.0826 56.3819 20.8945 61.8558 20.8944Z" fill="#EA5E5D"/>
|
|
4
|
+
<path id="Vector" d="M42.9923 23.3403L31.0391 12.1257C30.5872 11.7192 30.2209 11.2267 29.9617 10.6769C29.7025 10.1271 29.5557 9.53111 29.5298 8.92384C29.5039 8.31657 29.5994 7.71024 29.8108 7.14037C30.0222 6.5705 30.3452 6.04855 30.7609 5.6051C31.1766 5.16165 31.6766 4.80562 32.2317 4.55787C32.7867 4.31012 33.3856 4.17564 33.9933 4.16229C34.6009 4.14895 35.2052 4.25701 35.7706 4.48016C36.3359 4.7033 36.8511 5.03704 37.2858 5.46181L42.0726 9.9511L48.8664 1.55377C49.645 0.667543 50.7362 0.116892 51.9117 0.0171121C53.0871 -0.0826672 54.2556 0.276163 55.1724 1.01847C56.0893 1.76078 56.6834 2.829 56.8304 3.99948C56.9774 5.16995 56.6658 6.35191 55.961 7.29787L42.9752 23.3403H42.9889H42.9923Z" fill="#23AF69"/>
|
|
5
|
+
</g>
|
|
6
|
+
</g><defs>
|
|
7
|
+
<clipPath id="clip0_11126_57307">
|
|
8
|
+
<rect width="86" height="86" fill="white"/>
|
|
9
|
+
</clipPath>
|
|
10
|
+
<clipPath id="clip1_11126_57307">
|
|
11
|
+
<rect width="86" height="86" fill="white"/>
|
|
12
|
+
</clipPath>
|
|
13
|
+
</defs></svg>
|
package/icons/claude.svg
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="86" height="86" viewBox="0 0 86 86" fill="none"><g id="AI Logos" clip-path="url(#clip0_11126_57307)">
|
|
2
|
+
<g id="claude">
|
|
3
|
+
<path id="Vector" d="M17.9626 56.5816L34.1712 47.4917L34.4459 46.7019L34.1712 46.2623H33.3848L30.6719 46.0975L21.4069 45.8468L13.3747 45.5137L5.59322 45.0948L3.63239 44.6793L1.79175 42.2583L1.98062 41.0495L3.62895 39.9472L5.9847 40.1532L11.2044 40.5069L19.0271 41.0495L24.7001 41.3826L33.1101 42.2583H34.4459L34.6348 41.7191L34.1746 41.3826L33.8209 41.0495L25.7235 35.5688L16.9598 29.7721L12.372 26.4343L9.88575 24.7482L8.63577 23.1616L8.09319 19.7001L10.3459 17.2208L13.3713 17.4268L14.1439 17.6363L17.2105 19.992L23.7627 25.0607L32.3168 31.3552L33.5702 32.3992L34.0682 32.0455L34.1334 31.7948L33.5702 30.8539L28.9171 22.4542L23.9515 13.9035L21.74 10.3596L21.1562 8.23392C20.9338 7.4175 20.8138 6.57657 20.7991 5.73052L23.3677 2.25185L24.786 1.79169L28.2063 2.25185L29.6486 3.50183L31.7777 8.35755L35.2186 16.012L40.5585 26.4171L42.1244 29.5009L42.9589 32.358L43.2714 33.2336H43.8139V32.7323L44.2535 26.8738L45.0674 19.6795L45.8572 10.4248L46.1319 7.81497L47.4231 4.69001L49.9883 3.00046L51.9938 3.96199L53.6421 6.3143L53.4121 7.83901L52.4299 14.1954L50.5103 24.1644L49.2603 30.8333H49.9883L50.8228 30.0022L54.2053 25.5174L59.8783 18.4296L62.3852 15.6136L65.3041 12.5093L67.1825 11.0292H70.7299L73.3397 14.9062L72.1721 18.9103L68.5183 23.5359L65.493 27.4576L61.1523 33.2955L58.4395 37.9657L58.6902 38.3435L59.3358 38.2748L69.1433 36.1938L74.442 35.2322L80.7641 34.1505L83.6246 35.4829L83.9371 36.8394L82.8108 39.6106L76.0492 41.2796L68.12 42.8661L56.3104 45.658L56.1661 45.761L56.3344 45.9705L61.6537 46.4718L63.927 46.5954H69.497L79.8678 47.3681L82.5807 49.1607L84.2084 51.3516L83.9371 53.0171L79.7648 55.1462L74.133 53.8103L60.9841 50.6854L56.4786 49.5556H55.8536V49.9333L59.607 53.6009L66.4957 59.8165L75.1117 67.8177L75.5478 69.8026L74.442 71.3651L73.2745 71.1968L65.7024 65.5066L62.7801 62.9414L56.1661 57.3783H55.7266V57.9621L57.2513 60.1908L65.3041 72.282L65.723 75.9907L65.1393 77.2029L63.0514 77.9344L60.7574 77.5154L56.0391 70.9049L51.1799 63.4634L47.2548 56.7911L46.7741 57.0658L44.4595 81.9762L43.3744 83.2468L40.871 84.2084L38.7865 82.6253L37.6808 80.06L38.7865 74.9914L40.1224 68.3844L41.2041 63.1303L42.1862 56.6056L42.77 54.4353L42.7288 54.2911L42.248 54.3529L37.3236 61.1077L29.8375 71.2209L23.9103 77.5566L22.4886 78.1198L20.0264 76.8492L20.2565 74.5759L21.6336 72.5533L29.834 62.1276L34.779 55.6647L37.9727 51.9354L37.9521 51.3928H37.7632L15.9812 65.5272L12.1007 66.0286L10.4283 64.4627L10.6378 61.9009L11.4311 61.0664L17.9832 56.561L17.9626 56.5816Z" fill="#D97757"/>
|
|
4
|
+
</g>
|
|
5
|
+
</g><defs>
|
|
6
|
+
<clipPath id="clip0_11126_57307">
|
|
7
|
+
<rect width="86" height="86" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs></svg>
|
package/icons/cline.svg
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="86" height="86" viewBox="0 0 86 86" fill="none"><g id="AI Logos" clip-path="url(#clip0_11126_57307)">
|
|
2
|
+
<g id="cline">
|
|
3
|
+
<path id="Union" d="M43.1878 3.58331C45.6087 3.58331 47.931 4.54526 49.6428 6.25714C51.3545 7.96893 52.3166 10.2905 52.3167 12.7112C52.3167 14.1042 51.9961 15.4637 51.3997 16.6937H59.5501C68.583 16.6937 75.9085 24.0516 75.9085 33.1273V38.6028L80.6712 48.1146C80.9035 48.5781 81.0239 49.0902 81.0227 49.6087C81.0216 50.1272 80.8987 50.6384 80.6643 51.1009L75.9085 60.5081V65.9876C75.9082 75.0598 68.5829 82.4173 59.5501 82.4173H26.8313C17.7952 82.4173 10.4732 75.0598 10.4729 65.9876V60.5081L5.61159 51.1302C5.36701 50.6603 5.2383 50.1384 5.23659 49.6087C5.23494 49.0791 5.3603 48.5566 5.60182 48.0853L10.47 38.6028V33.1273C10.47 24.0517 17.7945 16.6938 26.8274 16.6937H34.9758C34.3795 15.4637 34.0598 14.1041 34.0598 12.7112C34.0599 10.2904 35.0219 7.96894 36.7337 6.25714C38.4455 4.54534 40.7669 3.5834 43.1878 3.58331ZM54.8069 35.1175C52.826 35.1175 50.9264 35.9044 49.5257 37.305C48.1249 38.7058 47.3372 40.6062 47.3372 42.5872V55.8636C47.3372 57.8446 48.1249 59.745 49.5257 61.1458C50.9264 62.5463 52.8261 63.3333 54.8069 63.3333C56.7879 63.3333 58.6883 62.5466 60.0891 61.1458C61.4899 59.745 62.2766 57.8446 62.2766 55.8636V42.5872C62.2766 41.6061 62.0828 40.6343 61.7073 39.7278C61.3317 38.8214 60.7811 37.9977 60.0872 37.304C59.3933 36.6105 58.5698 36.06 57.6633 35.6849C56.7567 35.3097 55.7881 35.1171 54.8069 35.1175ZM30.7434 35.1175C28.7624 35.1175 26.862 35.9042 25.4612 37.305C24.0604 38.7058 23.2737 40.6062 23.2737 42.5872V55.8636C23.3147 57.817 24.1189 59.6772 25.5149 61.0443C26.9109 62.4113 28.7876 63.1761 30.7415 63.1761C32.6952 63.1761 34.5711 62.411 35.9671 61.0443C37.3631 59.6772 38.1683 57.8171 38.2092 55.8636V42.5872C38.2092 40.6068 37.4228 38.7067 36.0227 37.306C34.6227 35.9054 32.7237 35.1185 30.7434 35.1175Z" fill="black"/>
|
|
4
|
+
</g>
|
|
5
|
+
</g><defs>
|
|
6
|
+
<clipPath id="clip0_11126_57307">
|
|
7
|
+
<rect width="86" height="86" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs></svg>
|
package/icons/codex.svg
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="86" height="86" viewBox="0 0 86 86" fill="none"><g id="AI Logos" clip-path="url(#clip0_11126_57307)">
|
|
2
|
+
<g id="codex">
|
|
3
|
+
<path id="Vector" d="M30.3742 5.77781C33.4812 4.49948 36.8637 4.03762 40.1997 4.43621C44.4997 4.93071 48.331 6.75821 51.6936 9.91871C51.7366 9.96171 51.7968 9.99181 51.8527 10.009C51.9134 10.024 51.9769 10.024 52.0376 10.009C56.4092 8.88008 61.0367 9.29787 65.1354 11.1915L65.3375 11.2861L65.8363 11.5312C70.1267 13.7058 73.4732 17.375 75.2447 21.8469C76.1434 24.0399 76.5906 26.3232 76.5992 28.7054C76.6638 30.4771 76.4697 32.2487 76.023 33.9643C76.001 34.0509 76.0013 34.1417 76.0238 34.2282C76.0464 34.3146 76.0905 34.394 76.152 34.4588C78.7062 37.0689 80.4004 40.1778 81.2389 43.7898C82.4816 49.9173 81.2088 55.4428 77.4248 60.362L76.84 61.0758C74.3338 63.9446 71.0444 66.0189 67.3757 67.0442C67.2961 67.0675 67.2231 67.1093 67.1626 67.1661C67.1021 67.2228 67.0558 67.293 67.0274 67.371C66.2061 69.7403 65.3805 71.7699 63.8454 73.7952C59.9754 78.8993 54.2908 81.733 47.8881 81.6986C42.784 81.6728 38.2604 79.8066 34.313 76.1C34.2536 76.0444 34.1805 76.0056 34.1012 75.9875C34.0219 75.9693 33.9392 75.9726 33.8615 75.9968C32.1931 76.5343 30.5075 76.6117 28.6843 76.5902C25.7804 76.5669 22.92 75.8816 20.3208 74.5864C17.5982 73.2373 15.2277 71.2717 13.3978 68.8459C12.7442 67.9773 12.0949 67.1603 11.6176 66.1928C10.966 64.8652 10.4336 63.4823 10.0266 62.0605C9.16748 58.8253 9.14676 55.4245 9.96641 52.1791C9.99337 52.1019 10.0022 52.0195 9.99221 51.9383C9.97749 51.8585 9.93664 51.7859 9.87611 51.7319C7.88981 49.7214 6.37164 47.2973 5.42991 44.6326C4.80362 42.9912 4.4394 41.2616 4.35061 39.507C4.1944 37.1961 4.39895 34.875 4.95691 32.627C6.40601 27.8454 9.17951 24.0915 13.2688 21.3696C14.1804 20.7633 15.0447 20.2903 15.8531 19.9506C16.7776 19.5679 17.7021 19.2454 18.6309 18.9745C18.6973 18.9539 18.7575 18.9172 18.8063 18.8677C18.8551 18.8182 18.8908 18.7574 18.9104 18.6907C19.6157 16.1582 20.8285 13.7955 22.4751 11.7462C24.5509 9.11035 27.2716 7.05463 30.3742 5.77781ZM45.3468 51.2073C44.648 51.2465 43.9907 51.5517 43.5099 52.0603C43.0291 52.5689 42.7611 53.2422 42.7611 53.9421C42.7611 54.642 43.0291 55.3153 43.5099 55.8239C43.9907 56.3325 44.648 56.6377 45.3468 56.6769H60.9816C61.3536 56.6978 61.726 56.6425 62.076 56.5145C62.4259 56.3865 62.7461 56.1884 63.0168 55.9324C63.2876 55.6764 63.5033 55.3679 63.6507 55.0257C63.7981 54.6834 63.8741 54.3147 63.8741 53.9421C63.8741 53.5695 63.7981 53.2008 63.6507 52.8586C63.5033 52.5163 63.2876 52.2078 63.0168 51.9518C62.7461 51.6958 62.4259 51.4977 62.076 51.3697C61.726 51.2417 61.3536 51.1864 60.9816 51.2073H45.3468ZM27.7856 31.0876C27.4135 30.4815 26.8202 30.0439 26.1313 29.8674C25.4423 29.6909 24.7118 29.7892 24.094 30.1416C23.4763 30.4941 23.0198 31.073 22.8212 31.7559C22.6226 32.4388 22.6974 33.1722 23.0298 33.8009L28.4994 43.3641L23.0556 52.5489C22.8724 52.8581 22.7518 53.2003 22.7008 53.5561C22.6499 53.9118 22.6695 54.2741 22.7585 54.6223C22.8475 54.9705 23.0043 55.2977 23.2198 55.5853C23.4353 55.8729 23.7053 56.1153 24.0145 56.2985C24.3237 56.4818 24.6659 56.6023 25.0217 56.6533C25.3774 56.7043 25.7397 56.6847 26.0879 56.5956C26.4361 56.5066 26.7633 56.3498 27.0509 56.1343C27.3385 55.9188 27.5809 55.6488 27.7641 55.3396L34.0163 44.7831C34.2628 44.3672 34.3947 43.8934 34.3985 43.41C34.4022 42.9266 34.2778 42.4508 34.0378 42.0311L27.7856 31.0876Z" fill="url(#paint0_linear_11126_57307)"/>
|
|
4
|
+
</g>
|
|
5
|
+
</g><defs>
|
|
6
|
+
<linearGradient id="paint0_linear_11126_57307" x1="42.999" y1="4.29861" x2="42.999" y2="81.6986" gradientUnits="userSpaceOnUse">
|
|
7
|
+
<stop stop-color="#B1A7FF"/>
|
|
8
|
+
<stop offset="0.5" stop-color="#7A9DFF"/>
|
|
9
|
+
<stop offset="1" stop-color="#3941FF"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<clipPath id="clip0_11126_57307">
|
|
12
|
+
<rect width="86" height="86" fill="white"/>
|
|
13
|
+
</clipPath>
|
|
14
|
+
</defs></svg>
|
package/icons/cursor.svg
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="86" height="86" viewBox="0 0 86 86" fill="none"><g id="AI Logos" clip-path="url(#clip0_11126_57307)">
|
|
2
|
+
<g id="cursor ">
|
|
3
|
+
<path id="Vector" fill-rule="evenodd" clip-rule="evenodd" d="M76.1989 22.2381L44.6436 4.02296C44.1452 3.73522 43.5798 3.58374 43.0044 3.58374C42.4289 3.58374 41.8635 3.73522 41.3652 4.02296L9.79998 22.2381C9.38182 22.4803 9.03459 22.828 8.79304 23.2466C8.55149 23.6651 8.42409 24.1397 8.42358 24.6229V61.3685C8.42358 62.354 8.94918 63.2639 9.80327 63.7567L41.3619 81.9783C41.8604 82.2658 42.4257 82.4171 43.0011 82.4171C43.5765 82.4171 44.1418 82.2658 44.6403 81.9783L76.2022 63.7567C76.6214 63.5146 76.9696 63.1665 77.2118 62.7473C77.454 62.3281 77.5816 61.8526 77.5819 61.3685V24.6262C77.581 24.1427 77.4531 23.6678 77.211 23.2493C76.9688 22.8307 76.6209 22.4831 76.2022 22.2414L76.1989 22.2381ZM74.2181 26.1012L43.75 78.8708C43.5431 79.2256 43.0011 79.081 43.0011 78.6704V44.1159C43.0005 43.7762 42.9107 43.4427 42.7406 43.1486C42.5706 42.8546 42.3262 42.6104 42.032 42.4406L12.106 25.1617C11.7545 24.958 11.8991 24.4127 12.3097 24.4127H73.2457C74.1129 24.4127 74.6517 25.3522 74.2181 26.1012Z" fill="black"/>
|
|
4
|
+
</g>
|
|
5
|
+
</g><defs>
|
|
6
|
+
<clipPath id="clip0_11126_57307">
|
|
7
|
+
<rect width="86" height="86" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs></svg>
|
package/icons/gemini.svg
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="86" height="86" viewBox="0 0 86 86" fill="none"><g id="AI Logos" clip-path="url(#clip0_11126_57307)">
|
|
2
|
+
<g id="Gemini">
|
|
3
|
+
<path id="Vector" d="M73.8833 38.8236C67.9308 36.2894 62.5181 32.6393 57.9376 28.07C51.5591 21.6785 47.0084 13.6955 44.7585 4.95039C44.6592 4.56193 44.4343 4.21753 44.1174 3.97151C43.8012 3.72548 43.4122 3.59192 43.0113 3.59192C42.6105 3.59192 42.2212 3.72548 41.9048 3.97151C41.5885 4.21753 41.3631 4.56193 41.2644 4.95039C39.0097 13.6943 34.4582 21.6765 28.0813 28.07C23.5005 32.6387 18.0879 36.2889 12.1355 38.8236C9.80633 39.827 7.41262 40.6332 4.96162 41.2531C4.57085 41.3492 4.22355 41.5734 3.97527 41.8901C3.72699 42.2068 3.59204 42.5976 3.59204 43C3.59204 43.4022 3.72699 43.7931 3.97527 44.11C4.22355 44.4262 4.57085 44.6512 4.96162 44.7471C7.41262 45.363 9.79912 46.1694 12.1355 47.1729C18.0883 49.7066 23.501 53.357 28.0813 57.9263C34.4617 64.3187 39.0139 72.3028 41.2644 81.0497C41.3604 81.4406 41.5847 81.7879 41.9014 82.036C42.2181 82.2841 42.6089 82.4191 43.0113 82.4191C43.4135 82.4191 43.8045 82.2841 44.1214 82.036C44.4376 81.7879 44.6619 81.4406 44.7585 81.0497C45.3743 78.5947 46.1808 76.2085 47.1843 73.872C49.718 67.9195 53.3684 62.5067 57.9376 57.9263C64.3301 51.547 72.3148 46.9963 81.061 44.7471C81.4494 44.6479 81.794 44.4229 82.0395 44.1067C82.2855 43.7898 82.4192 43.4009 82.4192 43C82.4192 42.5992 82.2855 42.2099 82.0395 41.8935C81.794 41.5772 81.4494 41.3518 81.061 41.2531C78.6074 40.6359 76.2073 39.8235 73.8833 38.8236Z" fill="#3186FF"/>
|
|
4
|
+
<path id="Vector_2" d="M73.8833 38.8236C67.9308 36.2894 62.5181 32.6393 57.9376 28.07C51.5591 21.6785 47.0084 13.6955 44.7585 4.95039C44.6592 4.56193 44.4343 4.21753 44.1174 3.97151C43.8012 3.72548 43.4122 3.59192 43.0113 3.59192C42.6105 3.59192 42.2212 3.72548 41.9048 3.97151C41.5885 4.21753 41.3631 4.56193 41.2644 4.95039C39.0097 13.6943 34.4582 21.6765 28.0813 28.07C23.5005 32.6387 18.0879 36.2889 12.1355 38.8236C9.80633 39.827 7.41262 40.6332 4.96162 41.2531C4.57085 41.3492 4.22355 41.5734 3.97527 41.8901C3.72699 42.2068 3.59204 42.5976 3.59204 43C3.59204 43.4022 3.72699 43.7931 3.97527 44.11C4.22355 44.4262 4.57085 44.6512 4.96162 44.7471C7.41262 45.363 9.79912 46.1694 12.1355 47.1729C18.0883 49.7066 23.501 53.357 28.0813 57.9263C34.4617 64.3187 39.0139 72.3028 41.2644 81.0497C41.3604 81.4406 41.5847 81.7879 41.9014 82.036C42.2181 82.2841 42.6089 82.4191 43.0113 82.4191C43.4135 82.4191 43.8045 82.2841 44.1214 82.036C44.4376 81.7879 44.6619 81.4406 44.7585 81.0497C45.3743 78.5947 46.1808 76.2085 47.1843 73.872C49.718 67.9195 53.3684 62.5067 57.9376 57.9263C64.3301 51.547 72.3148 46.9963 81.061 44.7471C81.4494 44.6479 81.794 44.4229 82.0395 44.1067C82.2855 43.7898 82.4192 43.4009 82.4192 43C82.4192 42.5992 82.2855 42.2099 82.0395 41.8935C81.794 41.5772 81.4494 41.3518 81.061 41.2531C78.6074 40.6359 76.2073 39.8235 73.8833 38.8236Z" fill="url(#paint0_linear_11126_57307)"/>
|
|
5
|
+
<path id="Vector_3" d="M73.8833 38.8236C67.9308 36.2894 62.5181 32.6393 57.9376 28.07C51.5591 21.6785 47.0084 13.6955 44.7585 4.95039C44.6592 4.56193 44.4343 4.21753 44.1174 3.97151C43.8012 3.72548 43.4122 3.59192 43.0113 3.59192C42.6105 3.59192 42.2212 3.72548 41.9048 3.97151C41.5885 4.21753 41.3631 4.56193 41.2644 4.95039C39.0097 13.6943 34.4582 21.6765 28.0813 28.07C23.5005 32.6387 18.0879 36.2889 12.1355 38.8236C9.80633 39.827 7.41262 40.6332 4.96162 41.2531C4.57085 41.3492 4.22355 41.5734 3.97527 41.8901C3.72699 42.2068 3.59204 42.5976 3.59204 43C3.59204 43.4022 3.72699 43.7931 3.97527 44.11C4.22355 44.4262 4.57085 44.6512 4.96162 44.7471C7.41262 45.363 9.79912 46.1694 12.1355 47.1729C18.0883 49.7066 23.501 53.357 28.0813 57.9263C34.4617 64.3187 39.0139 72.3028 41.2644 81.0497C41.3604 81.4406 41.5847 81.7879 41.9014 82.036C42.2181 82.2841 42.6089 82.4191 43.0113 82.4191C43.4135 82.4191 43.8045 82.2841 44.1214 82.036C44.4376 81.7879 44.6619 81.4406 44.7585 81.0497C45.3743 78.5947 46.1808 76.2085 47.1843 73.872C49.718 67.9195 53.3684 62.5067 57.9376 57.9263C64.3301 51.547 72.3148 46.9963 81.061 44.7471C81.4494 44.6479 81.794 44.4229 82.0395 44.1067C82.2855 43.7898 82.4192 43.4009 82.4192 43C82.4192 42.5992 82.2855 42.2099 82.0395 41.8935C81.794 41.5772 81.4494 41.3518 81.061 41.2531C78.6074 40.6359 76.2073 39.8235 73.8833 38.8236Z" fill="url(#paint1_linear_11126_57307)"/>
|
|
6
|
+
<path id="Vector_4" d="M73.8833 38.8236C67.9308 36.2894 62.5181 32.6393 57.9376 28.07C51.5591 21.6785 47.0084 13.6955 44.7585 4.95039C44.6592 4.56193 44.4343 4.21753 44.1174 3.97151C43.8012 3.72548 43.4122 3.59192 43.0113 3.59192C42.6105 3.59192 42.2212 3.72548 41.9048 3.97151C41.5885 4.21753 41.3631 4.56193 41.2644 4.95039C39.0097 13.6943 34.4582 21.6765 28.0813 28.07C23.5005 32.6387 18.0879 36.2889 12.1355 38.8236C9.80633 39.827 7.41262 40.6332 4.96162 41.2531C4.57085 41.3492 4.22355 41.5734 3.97527 41.8901C3.72699 42.2068 3.59204 42.5976 3.59204 43C3.59204 43.4022 3.72699 43.7931 3.97527 44.11C4.22355 44.4262 4.57085 44.6512 4.96162 44.7471C7.41262 45.363 9.79912 46.1694 12.1355 47.1729C18.0883 49.7066 23.501 53.357 28.0813 57.9263C34.4617 64.3187 39.0139 72.3028 41.2644 81.0497C41.3604 81.4406 41.5847 81.7879 41.9014 82.036C42.2181 82.2841 42.6089 82.4191 43.0113 82.4191C43.4135 82.4191 43.8045 82.2841 44.1214 82.036C44.4376 81.7879 44.6619 81.4406 44.7585 81.0497C45.3743 78.5947 46.1808 76.2085 47.1843 73.872C49.718 67.9195 53.3684 62.5067 57.9376 57.9263C64.3301 51.547 72.3148 46.9963 81.061 44.7471C81.4494 44.6479 81.794 44.4229 82.0395 44.1067C82.2855 43.7898 82.4192 43.4009 82.4192 43C82.4192 42.5992 82.2855 42.2099 82.0395 41.8935C81.794 41.5772 81.4494 41.3518 81.061 41.2531C78.6074 40.6359 76.2073 39.8235 73.8833 38.8236Z" fill="url(#paint2_linear_11126_57307)"/>
|
|
7
|
+
</g>
|
|
8
|
+
</g><defs>
|
|
9
|
+
<linearGradient id="paint0_linear_11126_57307" x1="15.3619" y1="61.4265" x2="47.6117" y2="41.4623" gradientUnits="userSpaceOnUse">
|
|
10
|
+
<stop stop-color="#08B962"/>
|
|
11
|
+
<stop offset="1" stop-color="#08B962" stop-opacity="0"/>
|
|
12
|
+
</linearGradient>
|
|
13
|
+
<linearGradient id="paint1_linear_11126_57307" x1="39.9333" y1="6.14089" x2="47.6117" y2="39.9267" gradientUnits="userSpaceOnUse">
|
|
14
|
+
<stop stop-color="#F94543"/>
|
|
15
|
+
<stop offset="1" stop-color="#F94543" stop-opacity="0"/>
|
|
16
|
+
</linearGradient>
|
|
17
|
+
<linearGradient id="paint2_linear_11126_57307" x1="3.07611" y1="42.998" x2="36.8619" y2="44.5341" gradientUnits="userSpaceOnUse">
|
|
18
|
+
<stop stop-color="#FABC12"/>
|
|
19
|
+
<stop offset="1" stop-color="#FABC12" stop-opacity="0"/>
|
|
20
|
+
</linearGradient>
|
|
21
|
+
<clipPath id="clip0_11126_57307">
|
|
22
|
+
<rect width="86" height="86" fill="white"/>
|
|
23
|
+
</clipPath>
|
|
24
|
+
</defs></svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="86" height="86" viewBox="0 0 86 86" fill="none"><g id="AI Logos" clip-path="url(#clip0_11126_57307)">
|
|
2
|
+
<g id="obsidian" clip-path="url(#clip1_11126_57307)">
|
|
3
|
+
<path id="Vector" d="M34.5549 50.2088C36.7586 49.553 40.3061 48.5425 44.3911 48.2953C41.9401 42.114 41.3489 36.7032 41.8255 31.8872C42.3737 26.3259 44.3338 21.6855 46.2473 17.733C46.6558 16.891 47.0464 16.1062 47.4226 15.3537C47.9565 14.2895 48.4582 13.2861 48.9276 12.272C49.7052 10.5879 50.2821 9.10079 50.576 7.72121C50.8626 6.35954 50.8626 5.14479 50.5258 3.98021C50.1854 2.81563 49.4615 1.56146 48.0855 0.181877C47.1666 -0.057633 46.2026 -0.0651447 45.2801 0.160016C44.3575 0.385178 43.5054 0.83596 42.8001 1.47188L25.0626 17.4285C24.0743 18.3187 23.4258 19.5245 23.228 20.8398L21.6979 30.9806C24.0987 33.102 30.0363 39.2832 33.6483 47.8581C33.9708 48.6214 34.2718 49.4061 34.5549 50.2088ZM20.9812 35.6067C20.8952 35.965 20.777 36.3126 20.6265 36.6459L11.2525 57.5403C10.7821 58.5893 10.6375 59.7554 10.8375 60.8875C11.0375 62.0196 11.5728 63.0656 12.374 63.89L27.1266 79.0833C34.6588 67.9678 33.5587 57.5116 30.1187 49.3416C27.51 43.1425 23.554 38.2942 20.9812 35.6067Z" fill="#A88BFA"/>
|
|
4
|
+
<path id="Vector_2" d="M30.53 80.8742C30.7916 80.9101 31.0532 80.9387 31.3184 80.9459C34.1169 81.0283 38.8254 81.272 42.6417 81.9779C45.7592 82.5512 51.9333 84.2784 57.0144 85.7619C60.8916 86.8942 64.887 83.7982 65.4496 79.7992C65.8617 76.8824 66.6321 73.5822 68.0475 70.5542L68.0153 70.5686C65.6144 63.8677 62.5579 59.5427 59.3544 56.7835C56.5512 54.3377 53.0907 52.77 49.4034 52.2757C43.8815 51.5017 38.8254 52.9529 35.6399 53.8882C37.5462 61.836 36.9585 71.1885 30.5336 80.8707L30.53 80.8742Z" fill="#A88BFA"/>
|
|
5
|
+
<path id="Vector_3" d="M70.5052 66.4276C72.8132 62.9583 75.0332 59.4311 77.1631 55.8496C77.4508 55.3504 77.5836 54.777 77.5447 54.2021C77.5058 53.6272 77.2969 53.0769 76.9445 52.6211C75.0955 50.1701 71.5551 45.1856 69.6273 40.5739C67.6421 35.8331 67.3483 28.4694 67.334 24.8861C67.3367 23.5224 66.8839 22.197 66.0476 21.12L54.5916 6.55731C54.5487 7.21407 54.4577 7.86679 54.3193 8.51023C53.9359 10.3126 53.2192 12.1079 52.3986 13.8781C51.9149 14.9172 51.3595 16.0316 50.8005 17.1568C50.4242 17.9093 50.048 18.6618 49.6896 19.4C47.8371 23.227 46.1135 27.3801 45.6333 32.2641C45.1854 36.7863 45.7981 42.0466 48.5501 48.3318C49.0088 48.3676 49.4711 48.4214 49.9333 48.4859C54.3491 49.0814 58.4937 50.9575 61.8551 53.8824C65.1374 56.7132 68.1008 60.7696 70.5052 66.4276Z" fill="#A88BFA"/>
|
|
6
|
+
</g>
|
|
7
|
+
</g><defs>
|
|
8
|
+
<clipPath id="clip0_11126_57307">
|
|
9
|
+
<rect width="86" height="86" fill="white"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
<clipPath id="clip1_11126_57307">
|
|
12
|
+
<rect width="86" height="86" fill="white"/>
|
|
13
|
+
</clipPath>
|
|
14
|
+
</defs></svg>
|
package/icons/sider.svg
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="86" height="86" viewBox="0 0 86 86" fill="none"><g id="AI Logos" clip-path="url(#clip0_11126_57307)">
|
|
2
|
+
<g id="sider">
|
|
3
|
+
<path id="Vector" d="M28.9534 7.16669C35.0576 7.16669 40.0976 11.8788 40.859 17.9776V19.1117H29.6575C29.3883 19.1134 29.1282 19.2099 28.9229 19.3841L24.2413 23.3562C23.8821 23.1843 23.4893 23.0943 23.0911 23.0928C21.5986 23.0928 20.3874 24.3398 20.3874 25.8789C20.3874 27.4197 21.5986 28.6667 23.0929 28.6667C24.5853 28.6667 25.7965 27.4197 25.7965 25.8789C25.7965 25.6447 25.769 25.4184 25.7141 25.1998L30.0732 21.5H40.859V41.805H18.9684C18.756 41.334 18.4131 40.9337 17.9803 40.6515C17.5476 40.3692 17.043 40.2168 16.5264 40.2122C15.0321 40.2122 13.821 41.461 13.821 43C13.821 44.5391 15.0321 45.7879 16.5264 45.7879C17.605 45.7879 18.5349 45.1357 18.9684 44.1933H40.859V64.5H30.0732L25.7141 60.8002C25.769 60.5816 25.7965 60.3547 25.7965 60.1194C25.7965 58.5804 24.5853 57.3334 23.0911 57.3334C21.5986 57.3334 20.3874 58.5804 20.3874 60.1212C20.3874 61.6602 21.5986 62.9072 23.0929 62.9072C23.5031 62.9072 23.8919 62.8123 24.2413 62.6439L28.9211 66.616C29.1269 66.7906 29.3877 66.887 29.6575 66.8883H40.859V68.0242C40.0134 74.1338 34.9035 78.8334 28.7581 78.8334C23.0946 78.8334 18.3306 74.8415 16.9582 69.4307C12.8481 67.5799 9.97606 63.3444 9.97606 58.4137C9.97606 57.2527 10.1355 56.1276 10.4329 55.0651C6.76002 53.0907 4.23377 49.1472 4.16748 44.5856V44.1951C4.16748 39.2071 7.1309 34.9321 11.3449 33.1459C10.5462 31.6329 10.0853 29.9647 9.99398 28.2564L9.98323 28.0199C9.96804 27.7711 9.96028 27.522 9.95994 27.2728C9.95994 22.3314 13.0237 18.1281 17.3004 16.5711C18.6011 11.1693 23.324 7.16669 28.9534 7.16669Z" fill="url(#paint0_linear_11126_57307)"/>
|
|
4
|
+
<path id="Vector_2" fill-rule="evenodd" clip-rule="evenodd" d="M68.3108 16.7091C67.0584 11.2374 62.3033 7.16669 56.6291 7.16669C50.5231 7.16669 45.4813 11.8788 44.7217 17.9776V68.0242C45.5673 74.1338 50.6754 78.8334 56.8226 78.8334C62.4861 78.8334 67.2501 74.8415 68.6225 69.4307C72.7326 67.5799 75.6046 63.3444 75.6046 58.4137C75.6046 57.2527 75.4452 56.1276 75.1478 55.0651C78.8708 53.0638 81.415 49.0397 81.415 44.4011C81.415 40.2265 79.3546 36.5518 76.2299 34.4C76.2129 34.6379 76.1284 34.866 75.9863 35.0576C73.6607 38.1482 71.0305 40.0921 68.1352 40.8859C67.7627 41.9283 67.5983 43.0338 67.6514 44.1395C67.6926 44.9798 67.8539 45.8291 68.1549 46.6891C68.2618 46.9854 68.2492 47.3117 68.1198 47.599C67.9904 47.8862 67.7543 48.1118 67.4615 48.2281C67.3167 48.281 67.1628 48.3044 67.0088 48.2968C66.8549 48.2892 66.704 48.2507 66.5652 48.1837C66.4263 48.1167 66.3023 48.0225 66.2006 47.9067C66.0988 47.791 66.0213 47.6559 65.9726 47.5096C65.6025 46.4625 65.3864 45.3671 65.3312 44.2578C65.2824 43.2609 65.3705 42.262 65.5928 41.289C62.6688 41.4269 59.5101 40.5024 56.1489 38.5173C55.8794 38.3529 55.6838 38.0908 55.603 37.7856C55.5222 37.4805 55.5624 37.1559 55.7153 36.8797C55.7877 36.7438 55.8867 36.624 56.0065 36.5273C56.1264 36.4307 56.2645 36.3594 56.4126 36.3175C56.5607 36.2757 56.7158 36.2642 56.8685 36.2838C57.0211 36.3035 57.1683 36.3538 57.301 36.4318L57.507 36.5518C64.2903 40.4684 69.7154 39.1838 74.1695 33.2713C75.0833 31.5907 75.6046 29.6521 75.6046 27.5863C75.6046 22.6055 72.5696 18.3592 68.3108 16.7091ZM50.4998 57.1793C50.3851 56.8858 50.3886 56.5592 50.5095 56.2683C50.6305 55.9773 50.8595 55.7445 51.1484 55.6187C51.4253 55.5064 51.7352 55.5067 52.012 55.6195C52.2887 55.7323 52.5105 55.9486 52.6301 56.2225L52.657 56.287L52.7071 56.3945C52.8093 56.6041 52.9616 56.855 53.164 57.1184C53.4991 57.5519 53.9093 57.93 54.3967 58.2184C55.5935 58.9261 57.1523 59.0516 59.2073 58.3438C60.8933 57.2151 62.9913 56.6776 65.4781 56.7529C66.1178 56.7708 66.6248 57.3262 66.6051 57.9891C66.6004 58.3018 66.472 58.5999 66.248 58.8181C66.0241 59.0364 65.7228 59.157 65.4101 59.1537C60.8377 59.0175 58.1413 61.2643 57.0483 66.1591C57.0171 66.3102 56.9561 66.4536 56.869 66.5809C56.7819 66.7083 56.6703 66.817 56.5408 66.9009C56.4112 66.9847 56.2663 67.042 56.1145 67.0694C55.9626 67.0967 55.8069 67.0937 55.6562 67.0603C55.3516 66.9824 55.0896 66.788 54.9268 66.5189C54.764 66.2499 54.7132 65.9277 54.7855 65.6216C55.1677 63.9076 55.7362 62.4384 56.4911 61.2141C55.2378 61.1958 54.0156 60.8216 52.9668 60.1351C51.9181 59.4487 51.0861 58.4782 50.5679 57.3369L50.5571 57.3136L50.4998 57.1793ZM55.796 18.3771C55.6408 18.3834 55.4884 18.4201 55.3474 18.4852C55.2064 18.5504 55.0797 18.6427 54.9743 18.7568C54.869 18.8709 54.7872 19.0047 54.7336 19.1504C54.68 19.2962 54.6556 19.4511 54.6618 19.6062C54.7132 21.7622 55.1581 23.607 55.9966 25.1407C54.0151 25.284 52.0818 26.3644 50.3206 28.5323C50.1219 28.7787 50.0259 29.0922 50.0526 29.4076C50.0793 29.723 50.2267 30.016 50.464 30.2254C50.9567 30.6519 51.6895 30.5838 52.1016 30.0767C53.5367 28.3066 54.9628 27.5576 56.3657 27.5254C56.9283 27.5129 57.4676 27.6186 57.9711 27.8121C58.2756 27.9303 58.5318 28.0665 58.7236 28.1901L58.8203 28.2564L58.8794 28.2994C58.9069 28.3173 58.9338 28.334 58.9601 28.3496C60.2775 29.2239 61.8864 29.8343 63.7868 30.1806C63.9393 30.2064 64.0954 30.2015 64.246 30.1663C64.3966 30.1311 64.5387 30.0662 64.664 29.9755C64.7892 29.8847 64.8951 29.77 64.9756 29.6378C65.056 29.5057 65.1093 29.3589 65.1323 29.206C65.1888 28.8967 65.1217 28.5777 64.9455 28.3174C64.7693 28.0571 64.498 27.8763 64.1899 27.8139C62.5822 27.5236 61.2492 27.0249 60.1909 26.3178L60.0888 26.2426L59.9706 26.1619C58.0248 24.7555 57.0537 22.575 56.9838 19.5507C56.9815 19.2377 56.8551 18.9384 56.6324 18.7184C56.4098 18.4984 56.109 18.3757 55.796 18.3771Z" fill="url(#paint1_linear_11126_57307)"/>
|
|
5
|
+
</g>
|
|
6
|
+
</g><defs>
|
|
7
|
+
<linearGradient id="paint0_linear_11126_57307" x1="69.8983" y1="76.9055" x2="9.99398" y2="20.3032" gradientUnits="userSpaceOnUse">
|
|
8
|
+
<stop stop-color="#32C5FF"/>
|
|
9
|
+
<stop offset="0.25" stop-color="#5666F5"/>
|
|
10
|
+
<stop offset="0.524" stop-color="#8A57EA"/>
|
|
11
|
+
<stop offset="0.821" stop-color="#EB35CE"/>
|
|
12
|
+
<stop offset="1" stop-color="#F7B500"/>
|
|
13
|
+
</linearGradient>
|
|
14
|
+
<linearGradient id="paint1_linear_11126_57307" x1="69.8982" y1="76.9055" x2="9.99381" y2="20.3032" gradientUnits="userSpaceOnUse">
|
|
15
|
+
<stop stop-color="#32C5FF"/>
|
|
16
|
+
<stop offset="0.25" stop-color="#5666F5"/>
|
|
17
|
+
<stop offset="0.524" stop-color="#8A57EA"/>
|
|
18
|
+
<stop offset="0.821" stop-color="#EB35CE"/>
|
|
19
|
+
<stop offset="1" stop-color="#F7B500"/>
|
|
20
|
+
</linearGradient>
|
|
21
|
+
<clipPath id="clip0_11126_57307">
|
|
22
|
+
<rect width="86" height="86" fill="white"/>
|
|
23
|
+
</clipPath>
|
|
24
|
+
</defs></svg>
|
package/icons/zai.svg
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="86" height="86" viewBox="0 0 86 86" fill="none"><g id="AI Logos" clip-path="url(#clip0_11126_57307)">
|
|
2
|
+
<g id="zai">
|
|
3
|
+
<path id="Union" d="M35.1165 77.2213H3.58325L50.8831 10.2125H82.4163L35.1165 77.2213ZM80.4417 77.2213H41.0295L46.595 69.3375C47.4661 68.0999 48.8851 67.3668 50.3987 67.3668H80.4417V77.2213ZM39.4524 18.0836C38.5813 19.3252 37.1584 20.067 35.6409 20.067H5.55396V10.2125H44.9709L39.4524 18.0836Z" fill="url(#paint0_linear_11126_57307)"/>
|
|
4
|
+
</g>
|
|
5
|
+
</g><defs>
|
|
6
|
+
<linearGradient id="paint0_linear_11126_57307" x1="50.2799" y1="7.79977" x2="64.0014" y2="92.4148" gradientUnits="userSpaceOnUse">
|
|
7
|
+
<stop/>
|
|
8
|
+
<stop offset="1"/>
|
|
9
|
+
</linearGradient>
|
|
10
|
+
<clipPath id="clip0_11126_57307">
|
|
11
|
+
<rect width="86" height="86" fill="white"/>
|
|
12
|
+
</clipPath>
|
|
13
|
+
</defs></svg>
|
package/metadata.json
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "cherry-studio",
|
|
4
|
+
"name": "Cherry Studio",
|
|
5
|
+
"group": "LLM Models"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"id": "claude",
|
|
9
|
+
"name": "Claude",
|
|
10
|
+
"group": "LLM Models"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"id": "cline",
|
|
14
|
+
"name": "Cline",
|
|
15
|
+
"group": "LLM Models"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"id": "codex",
|
|
19
|
+
"name": "Codex",
|
|
20
|
+
"group": "LLM Models"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": "cursor",
|
|
24
|
+
"name": "Cursor",
|
|
25
|
+
"group": "LLM Models"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"id": "gemini",
|
|
29
|
+
"name": "Gemini",
|
|
30
|
+
"group": "LLM Models"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"id": "obsidian",
|
|
34
|
+
"name": "Obsidian",
|
|
35
|
+
"group": "LLM Models"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"id": "sider",
|
|
39
|
+
"name": "Sider",
|
|
40
|
+
"group": "LLM Models"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"id": "zai",
|
|
44
|
+
"name": "Z.ai",
|
|
45
|
+
"group": "LLM Models"
|
|
46
|
+
}
|
|
47
|
+
]
|
package/package.json
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@zenmux/icons",
|
|
3
|
+
"version": "0.1.0-dev.0",
|
|
4
|
+
"description": "Transparent AI brand SVG icons and React components by ZenMux.",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"sideEffects": false,
|
|
7
|
+
"main": "./dist/index.js",
|
|
8
|
+
"types": "./dist/index.d.ts",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"types": "./dist/index.d.ts",
|
|
12
|
+
"import": "./dist/index.js"
|
|
13
|
+
},
|
|
14
|
+
"./icons/*.svg": "./icons/*.svg",
|
|
15
|
+
"./metadata.json": "./metadata.json",
|
|
16
|
+
"./static/*": "./static/*",
|
|
17
|
+
"./catalog": {
|
|
18
|
+
"types": "./dist/catalog.d.ts",
|
|
19
|
+
"import": "./dist/catalog.js"
|
|
20
|
+
},
|
|
21
|
+
"./loaders": {
|
|
22
|
+
"types": "./dist/loaders.d.ts",
|
|
23
|
+
"import": "./dist/loaders.js"
|
|
24
|
+
},
|
|
25
|
+
"./lazy": {
|
|
26
|
+
"types": "./dist/lazy.d.ts",
|
|
27
|
+
"import": "./dist/lazy.js"
|
|
28
|
+
},
|
|
29
|
+
"./*": {
|
|
30
|
+
"types": "./dist/*/index.d.ts",
|
|
31
|
+
"import": "./dist/*/index.js"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"files": [
|
|
35
|
+
"dist",
|
|
36
|
+
"icons",
|
|
37
|
+
"metadata.json",
|
|
38
|
+
"README.md",
|
|
39
|
+
"NOTICE",
|
|
40
|
+
"static"
|
|
41
|
+
],
|
|
42
|
+
"scripts": {
|
|
43
|
+
"generate": "node scripts/generate.mjs",
|
|
44
|
+
"build": "node scripts/build.mjs",
|
|
45
|
+
"check": "node scripts/check.mjs",
|
|
46
|
+
"test": "npm run build && tsc --noEmit -p tests/tsconfig.json && node --test tests/*.test.mjs",
|
|
47
|
+
"preview": "python3 -m http.server 4173 --bind 127.0.0.1"
|
|
48
|
+
},
|
|
49
|
+
"peerDependencies": {
|
|
50
|
+
"react": "^18.0.0 || ^19.0.0"
|
|
51
|
+
},
|
|
52
|
+
"devDependencies": {
|
|
53
|
+
"@svgr/core": "^8.1.0",
|
|
54
|
+
"@svgr/plugin-jsx": "^8.1.0",
|
|
55
|
+
"@types/react": "^19.0.0",
|
|
56
|
+
"esbuild": "^0.28.2",
|
|
57
|
+
"react": "^19.0.0",
|
|
58
|
+
"react-dom": "^19.0.0",
|
|
59
|
+
"sharp": "^0.34.0",
|
|
60
|
+
"svgo": "^3.3.2",
|
|
61
|
+
"typescript": "^5.9.3"
|
|
62
|
+
},
|
|
63
|
+
"repository": {
|
|
64
|
+
"type": "git",
|
|
65
|
+
"url": "git+https://github.com/ZenMux/zenmux-icons.git"
|
|
66
|
+
},
|
|
67
|
+
"license": "UNLICENSED",
|
|
68
|
+
"publishConfig": {
|
|
69
|
+
"access": "public",
|
|
70
|
+
"registry": "https://registry.npmjs.org/",
|
|
71
|
+
"tag": "dev"
|
|
72
|
+
}
|
|
73
|
+
}
|