@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.
Files changed (95) hide show
  1. package/NOTICE +1 -0
  2. package/README.md +161 -0
  3. package/dist/CherryStudio/Color.d.ts +3 -0
  4. package/dist/CherryStudio/Color.js +10 -0
  5. package/dist/CherryStudio/Mono.d.ts +3 -0
  6. package/dist/CherryStudio/Mono.js +10 -0
  7. package/dist/CherryStudio/index.d.ts +4 -0
  8. package/dist/CherryStudio/index.js +6 -0
  9. package/dist/Claude/Color.d.ts +3 -0
  10. package/dist/Claude/Color.js +10 -0
  11. package/dist/Claude/Mono.d.ts +3 -0
  12. package/dist/Claude/Mono.js +10 -0
  13. package/dist/Claude/index.d.ts +4 -0
  14. package/dist/Claude/index.js +6 -0
  15. package/dist/Cline/Color.d.ts +3 -0
  16. package/dist/Cline/Color.js +10 -0
  17. package/dist/Cline/Mono.d.ts +3 -0
  18. package/dist/Cline/Mono.js +10 -0
  19. package/dist/Cline/index.d.ts +4 -0
  20. package/dist/Cline/index.js +6 -0
  21. package/dist/Codex/Color.d.ts +3 -0
  22. package/dist/Codex/Color.js +10 -0
  23. package/dist/Codex/Mono.d.ts +3 -0
  24. package/dist/Codex/Mono.js +10 -0
  25. package/dist/Codex/index.d.ts +4 -0
  26. package/dist/Codex/index.js +6 -0
  27. package/dist/Cursor/Color.d.ts +3 -0
  28. package/dist/Cursor/Color.js +10 -0
  29. package/dist/Cursor/Mono.d.ts +3 -0
  30. package/dist/Cursor/Mono.js +10 -0
  31. package/dist/Cursor/index.d.ts +4 -0
  32. package/dist/Cursor/index.js +6 -0
  33. package/dist/Gemini/Color.d.ts +3 -0
  34. package/dist/Gemini/Color.js +10 -0
  35. package/dist/Gemini/Mono.d.ts +3 -0
  36. package/dist/Gemini/Mono.js +10 -0
  37. package/dist/Gemini/index.d.ts +4 -0
  38. package/dist/Gemini/index.js +6 -0
  39. package/dist/Obsidian/Color.d.ts +3 -0
  40. package/dist/Obsidian/Color.js +10 -0
  41. package/dist/Obsidian/Mono.d.ts +3 -0
  42. package/dist/Obsidian/Mono.js +10 -0
  43. package/dist/Obsidian/index.d.ts +4 -0
  44. package/dist/Obsidian/index.js +6 -0
  45. package/dist/Sider/Color.d.ts +3 -0
  46. package/dist/Sider/Color.js +10 -0
  47. package/dist/Sider/Mono.d.ts +3 -0
  48. package/dist/Sider/Mono.js +10 -0
  49. package/dist/Sider/index.d.ts +4 -0
  50. package/dist/Sider/index.js +6 -0
  51. package/dist/Zai/Color.d.ts +3 -0
  52. package/dist/Zai/Color.js +10 -0
  53. package/dist/Zai/Mono.d.ts +3 -0
  54. package/dist/Zai/Mono.js +10 -0
  55. package/dist/Zai/index.d.ts +4 -0
  56. package/dist/Zai/index.js +6 -0
  57. package/dist/catalog.d.ts +40 -0
  58. package/dist/catalog.js +52 -0
  59. package/dist/index.d.ts +10 -0
  60. package/dist/index.js +9 -0
  61. package/dist/lazy.d.ts +14 -0
  62. package/dist/lazy.js +49 -0
  63. package/dist/loaders.d.ts +41 -0
  64. package/dist/loaders.js +17 -0
  65. package/dist/types.d.ts +4 -0
  66. package/dist/types.js +1 -0
  67. package/icons/cherry-studio.svg +13 -0
  68. package/icons/claude.svg +9 -0
  69. package/icons/cline.svg +9 -0
  70. package/icons/codex.svg +14 -0
  71. package/icons/cursor.svg +9 -0
  72. package/icons/gemini.svg +24 -0
  73. package/icons/obsidian.svg +14 -0
  74. package/icons/sider.svg +24 -0
  75. package/icons/zai.svg +13 -0
  76. package/metadata.json +47 -0
  77. package/package.json +73 -0
  78. package/static/black/cherry-studio.svg +1 -0
  79. package/static/black/claude.svg +1 -0
  80. package/static/black/cline.svg +1 -0
  81. package/static/black/codex.svg +1 -0
  82. package/static/black/cursor.svg +1 -0
  83. package/static/black/gemini.svg +1 -0
  84. package/static/black/obsidian.svg +1 -0
  85. package/static/black/sider.svg +1 -0
  86. package/static/black/zai.svg +1 -0
  87. package/static/white/cherry-studio.svg +1 -0
  88. package/static/white/claude.svg +1 -0
  89. package/static/white/cline.svg +1 -0
  90. package/static/white/codex.svg +1 -0
  91. package/static/white/cursor.svg +1 -0
  92. package/static/white/gemini.svg +1 -0
  93. package/static/white/obsidian.svg +1 -0
  94. package/static/white/sider.svg +1 -0
  95. package/static/white/zai.svg +1 -0
package/NOTICE ADDED
@@ -0,0 +1 @@
1
+ Brand names and logos belong to their respective owners. Inclusion does not imply endorsement or affiliation. No trademark rights are granted.
package/README.md ADDED
@@ -0,0 +1,161 @@
1
+ # zenmux-icons
2
+
3
+ Transparent AI brand icons maintained by ZenMux.
4
+
5
+ GitHub repository: `ZenMux/zenmux-icons`. Package name: `@zenmux/icons`.
6
+ The scoped package contains the implementation. `packages/zenmux-icons` is a small
7
+ name-protection placeholder exporting package information only; it has no icons
8
+ and no second implementation. Its publication is independent of the main package.
9
+
10
+ **Status:** private GitHub repository. `@zenmux/icons` is available as a public dev
11
+ prerelease (`0.1.0-dev.0`, npm tag `dev`); there is no stable release. The name-protection placeholder
12
+ [`zenmux-icons@0.0.0`](https://www.npmjs.com/package/zenmux-icons) is published.
13
+ No CI or automatic package publishing is configured.
14
+
15
+ ## Icon catalog
16
+
17
+ | Icon | Preview | SVG |
18
+ | --- | --- | --- |
19
+ | Cherry Studio | <img src="icons/cherry-studio.svg" width="36" height="36" alt="Cherry Studio" /> | [Download](icons/cherry-studio.svg) |
20
+ | Claude | <img src="icons/claude.svg" width="36" height="36" alt="Claude" /> | [Download](icons/claude.svg) |
21
+ | Cline | <img src="icons/cline.svg" width="36" height="36" alt="Cline" /> | [Download](icons/cline.svg) |
22
+ | Codex | <img src="icons/codex.svg" width="36" height="36" alt="Codex" /> | [Download](icons/codex.svg) |
23
+ | Cursor | <img src="icons/cursor.svg" width="36" height="36" alt="Cursor" /> | [Download](icons/cursor.svg) |
24
+ | Gemini | <img src="icons/gemini.svg" width="36" height="36" alt="Gemini" /> | [Download](icons/gemini.svg) |
25
+ | Obsidian | <img src="icons/obsidian.svg" width="36" height="36" alt="Obsidian" /> | [Download](icons/obsidian.svg) |
26
+ | Sider | <img src="icons/sider.svg" width="36" height="36" alt="Sider" /> | [Download](icons/sider.svg) |
27
+ | Z.ai | <img src="icons/zai.svg" width="36" height="36" alt="Z.ai" /> | [Download](icons/zai.svg) |
28
+
29
+ ## Local development
30
+
31
+ Requires Node.js 22+ and npm. Python 3 is used only by the local static preview server.
32
+
33
+ ```sh
34
+ npm ci
35
+ npm run generate
36
+ npm test
37
+ npm run check
38
+ npm run preview
39
+ ```
40
+
41
+ Open http://localhost:4173 to browse source-defined groups, search icons, inspect transparency on light/dark
42
+ backgrounds, switch original/black/white variants and sizes, copy SVG/React snippets, or download
43
+ individual SVGs. Black/white assets are generated under `static/black` and `static/white`.
44
+
45
+ ## React
46
+
47
+ Install the development release:
48
+
49
+ ```sh
50
+ npm install @zenmux/icons@dev
51
+ ```
52
+
53
+ For a fixed version use `@zenmux/icons@0.1.0-dev.0`. The examples below also work
54
+ with a built local checkout installed by absolute directory.
55
+
56
+ ```tsx
57
+ import { Claude, Gemini } from '@zenmux/icons';
58
+
59
+ <Claude size={24} color="black" />
60
+ <Gemini size={32} color="white" />
61
+ <Gemini.Color size={32} />
62
+ ```
63
+
64
+ Default components are monochrome and follow `currentColor`; `color="black"` and
65
+ `color="white"` select explicit colors. `.Color` retains the original brand palette.
66
+ Both support `size` (number or CSS string, default `1em`), standard SVG props and
67
+ forwarded refs. Explicit `width`/`height` props override `size` on their respective axes. Decorative icons are
68
+ hidden from assistive technology by default. For a meaningful standalone icon:
69
+
70
+ ```tsx
71
+ <Claude role="img" aria-hidden={false} aria-label="Claude" />
72
+ ```
73
+
74
+ Generated components use React `useId` to isolate gradients and clipping references
75
+ for each rendered instance. Components carry a `use client` boundary for Next.js.
76
+ Static SVG files can be used in any framework via `<img>` or as downloaded assets;
77
+ when manually inlining the same raw SVG multiple times, namespace its fragment IDs.
78
+
79
+ ## Updating assets
80
+
81
+ The source-system adapter is maintained separately and is not distributed in this
82
+ repository. It submits only vetted SVG assets, a minimal catalog, and generated
83
+ React components. This repository's `scripts/` contains only local build and check
84
+ tools; none fetch source-system data.
85
+
86
+ `icons/*.svg` and `metadata.json` are the inputs. `src/` and `static/` are generated and should not
87
+ be edited by hand. Keep original colors and viewBoxes. Review changes against the
88
+ preview, including transparent and dark backgrounds. An update must pass:
89
+
90
+ ```sh
91
+ npm run generate
92
+ npm test
93
+ npm run check
94
+ ```
95
+
96
+ Tests cover repeated-instance SVG references, transparent corners, nonempty artwork,
97
+ and raster comparison between source SVGs and generated color React components. Additional checks cover size,
98
+ ref typings, and black/white output for both React and static SVG variants.
99
+
100
+ Brand artwork and names belong to their respective owners; see [NOTICE](NOTICE).
101
+ An open-source license will be decided separately. This prerelease is marked UNLICENSED.
102
+
103
+ ## Grouped galleries and asynchronous loading
104
+
105
+ Load the directory separately from artwork. This entry contains only data and types;
106
+ it does not import React, icon components or the SVG paths:
107
+
108
+ ```tsx
109
+ import iconCatalog, { iconGroups } from '@zenmux/icons/catalog';
110
+ import { LazyIcon } from '@zenmux/icons/lazy';
111
+
112
+ export function Gallery() {
113
+ return iconGroups.map(group => (
114
+ <section key={group}>
115
+ <h2>{group}</h2>
116
+ {iconCatalog.filter(icon => icon.group === group).map(icon => (
117
+ <div key={icon.id}>
118
+ <LazyIcon name={icon.id} variant="color" size={48} />
119
+ <span>{icon.name}</span>
120
+ </div>
121
+ ))}
122
+ </section>
123
+ ));
124
+ }
125
+ ```
126
+
127
+ `LazyIcon` reserves space and imports only the requested icon/variant when it enters
128
+ within 160px of the viewport. A shared IntersectionObserver is used. Pass `variant="mono"`
129
+ and `color="black"` or `color="white"` for monochrome output. Use `eager` for an icon
130
+ that should load on mount (for example, in an opened modal). `fallback` and
131
+ `errorFallback` accept React nodes. Changing name/variant cancels stale render updates;
132
+ unmounting disconnects observation and ignores pending results. Without
133
+ IntersectionObserver, it falls back to loading on mount. SSR renders the placeholder.
134
+ `LazyIcon` is a client component; place stateful gallery code in a client boundary in Next.js.
135
+
136
+ For your own visibility, modal or Suspense logic:
137
+
138
+ ```tsx
139
+ import { lazy, Suspense } from 'react';
140
+ import { loadIcon } from '@zenmux/icons/loaders';
141
+ const GeminiColor = lazy(() => loadIcon('gemini', 'color'));
142
+ // Render only when the containing view should load:
143
+ <Suspense fallback={null}><GeminiColor size={32} /></Suspense>
144
+ ```
145
+
146
+ The loader registry uses literal dynamic imports so bundlers can create separate
147
+ chunks. Module loading is cached by the runtime. Actual chunk scheduling remains
148
+ controlled by the consuming bundler; do not import the root icon barrel or prefetch
149
+ all loader functions for a lazy gallery. For a single synchronous component you can
150
+ use `import Gemini from '@zenmux/icons/Gemini'`.
151
+
152
+ The static gallery likewise fetches metadata first and assigns SVG image sources
153
+ only near the viewport. Group headings come from source metadata. Missing groups
154
+ and brand artwork are not fabricated from the reference design.
155
+
156
+ ## Development releases
157
+
158
+ A release is packed after generation, tests and validation. Only `dist/`, original
159
+ SVGs, black/white SVGs, metadata and package documentation are distributed. Internal
160
+ source adapters and authentication are never included. The default publication tag
161
+ is `dev`; use unique prerelease versions and do not move `latest` for development work.
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../types.js';
2
+ declare const ForwardRef: import("react").ForwardRefExoticComponent<Omit<IconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -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 CherryStudioColor = ({ 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 + "-cherry-studio-color__a)", children: _jsxs("g", { clipPath: 'url(#' + instanceId + "-cherry-studio-color__b)", children: [_jsx("path", { fill: "#EA5E5D", d: "M61.856 20.894c5.47 0 10.624 2.189 14.521 6.162a21.02 21.02 0 0 1 6.038 14.804c0 5.573-2.202 10.921-6.024 14.83a7.216 7.216 0 0 1-10.33 0 7.544 7.544 0 0 1 0-10.525 6.2 6.2 0 0 0 1.744-4.291c0-3.296-2.728-6.076-5.963-6.076s-5.963 2.78-5.963 6.076c0 1.607.65 3.196 1.782 4.342 3.812 3.884 5.905 9.119 5.905 14.74a20.93 20.93 0 0 1-6.038 14.805c-3.898 3.973-9.051 6.16-14.522 6.16h-.014c-5.47 0-10.622-2.187-14.52-6.16a21 21 0 0 1-5.964-12.989c-4.856-.39-9.38-2.519-12.887-6.093a21.02 21.02 0 0 1-6.038-14.805c0-5.573 2.14-10.832 6.038-14.805s9.051-6.162 14.522-6.162c5.47 0 10.709 2.24 14.531 6.138 2.855 2.903 2.855 7.625 0 10.524a7.22 7.22 0 0 1-7.964 1.61 7.2 7.2 0 0 1-2.362-1.61 5.94 5.94 0 0 0-4.219-1.781c-3.23 0-5.963 2.78-5.963 6.072 0 3.296 2.732 6.075 5.963 6.075 1.573 0 3.101-.649 4.219-1.784a7.2 7.2 0 0 1 3.747-2.036 7.2 7.2 0 0 1 4.33.401c.887.374 1.69.922 2.362 1.61 2.852 2.904 2.852 7.626 0 10.525a6.18 6.18 0 0 0-1.744 4.291c0 3.296 2.729 6.076 5.963 6.076 3.231 0 5.963-2.78 5.963-6.076 0-1.166-.284-2.838-1.624-4.216a21.39 21.39 0 0 1-6.052-14.866 21.1 21.1 0 0 1 6.042-14.804c3.898-3.973 9.047-6.161 14.52-6.162" }), _jsx("path", { fill: "#23AF69", d: "M42.992 23.34 31.04 12.126a4.57 4.57 0 0 1 1.193-7.568 4.57 4.57 0 0 1 5.054.904l4.787 4.49 6.793-8.398a4.568 4.568 0 0 1 7.095 5.744L42.975 23.34h.017" })] }) }), _jsxs("defs", { children: [_jsx("clipPath", { id: instanceId + "-cherry-studio-color__a", children: _jsx("path", { fill: "#fff", d: "M0 0h86v86H0z" }) }), _jsx("clipPath", { id: instanceId + "-cherry-studio-color__b", children: _jsx("path", { fill: "#fff", d: "M0 0h86v86H0z" }) })] })] });
8
+ };
9
+ const ForwardRef = forwardRef(CherryStudioColor);
10
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../types.js';
2
+ declare const ForwardRef: import("react").ForwardRefExoticComponent<Omit<IconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -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 CherryStudioMono = ({ 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 + "-cherry-studio-mono__a)", children: _jsxs("g", { fill: "currentColor", clipPath: 'url(#' + instanceId + "-cherry-studio-mono__b)", children: [_jsx("path", { d: "M61.856 20.894c5.47 0 10.624 2.189 14.521 6.162a21.02 21.02 0 0 1 6.038 14.804c0 5.573-2.202 10.921-6.024 14.83a7.216 7.216 0 0 1-10.33 0 7.544 7.544 0 0 1 0-10.525 6.2 6.2 0 0 0 1.744-4.291c0-3.296-2.728-6.076-5.963-6.076s-5.963 2.78-5.963 6.076c0 1.607.65 3.196 1.782 4.342 3.812 3.884 5.905 9.119 5.905 14.74a20.93 20.93 0 0 1-6.038 14.805c-3.898 3.973-9.051 6.16-14.522 6.16h-.014c-5.47 0-10.622-2.187-14.52-6.16a21 21 0 0 1-5.964-12.989c-4.856-.39-9.38-2.519-12.887-6.093a21.02 21.02 0 0 1-6.038-14.805c0-5.573 2.14-10.832 6.038-14.805s9.051-6.162 14.522-6.162c5.47 0 10.709 2.24 14.531 6.138 2.855 2.903 2.855 7.625 0 10.524a7.22 7.22 0 0 1-7.964 1.61 7.2 7.2 0 0 1-2.362-1.61 5.94 5.94 0 0 0-4.219-1.781c-3.23 0-5.963 2.78-5.963 6.072 0 3.296 2.732 6.075 5.963 6.075 1.573 0 3.101-.649 4.219-1.784a7.2 7.2 0 0 1 3.747-2.036 7.2 7.2 0 0 1 4.33.401c.887.374 1.69.922 2.362 1.61 2.852 2.904 2.852 7.626 0 10.525a6.18 6.18 0 0 0-1.744 4.291c0 3.296 2.729 6.076 5.963 6.076 3.231 0 5.963-2.78 5.963-6.076 0-1.166-.284-2.838-1.624-4.216a21.39 21.39 0 0 1-6.052-14.866 21.1 21.1 0 0 1 6.042-14.804c3.898-3.973 9.047-6.161 14.52-6.162" }), _jsx("path", { d: "M42.992 23.34 31.04 12.126a4.57 4.57 0 0 1 1.193-7.568 4.57 4.57 0 0 1 5.054.904l4.787 4.49 6.793-8.398a4.568 4.568 0 0 1 7.095 5.744L42.975 23.34h.017" })] }) }), _jsxs("defs", { children: [_jsx("clipPath", { id: instanceId + "-cherry-studio-mono__a", children: _jsx("path", { fill: "#fff", d: "M0 0h86v86H0z" }) }), _jsx("clipPath", { id: instanceId + "-cherry-studio-mono__b", children: _jsx("path", { fill: "#fff", d: "M0 0h86v86H0z" }) })] })] });
8
+ };
9
+ const ForwardRef = forwardRef(CherryStudioMono);
10
+ export default ForwardRef;
@@ -0,0 +1,4 @@
1
+ declare const CherryStudio: 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 CherryStudio;
@@ -0,0 +1,6 @@
1
+ 'use client';
2
+ // Generated. Do not edit manually.
3
+ import Mono from './Mono.js';
4
+ import Color from './Color.js';
5
+ const CherryStudio = Object.assign(Mono, { Color });
6
+ export default CherryStudio;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../types.js';
2
+ declare const ForwardRef: import("react").ForwardRefExoticComponent<Omit<IconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -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 ClaudeColor = ({ 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 + "-claude-color__a)", children: _jsx("path", { fill: "#D97757", d: "m17.963 56.582 16.208-9.09.275-.79-.275-.44h-.786l-2.713-.165-9.265-.25-8.032-.333-7.782-.42-1.96-.415-1.841-2.42.189-1.21 1.648-1.102 2.356.206 5.22.354 7.822.543 5.673.333 8.41.875h1.336l.189-.539-.46-.336-.354-.334-8.097-5.48-8.764-5.797-4.588-3.338-2.486-1.686-1.25-1.586-.543-3.462 2.253-2.48 3.025.207.773.21 3.066 2.355 6.553 5.069 8.554 6.294L33.57 32.4l.498-.354.065-.25-.563-.941-4.653-8.4-4.966-8.55-2.211-3.544-.584-2.126A10.2 10.2 0 0 1 20.8 5.73l2.569-3.48 1.418-.46 3.42.46 1.443 1.25 2.129 4.857 3.44 7.654 5.34 10.405 1.566 3.084.835 2.857.312.876h.543v-.502l.44-5.858.813-7.194.79-9.255.275-2.61 1.291-3.125L49.988 3l2.006.962 1.648 2.352-.23 1.525-.982 6.356-1.92 9.97-1.25 6.668h.728l.835-.83 3.382-4.486 5.673-7.087 2.507-2.816 2.92-3.105 1.877-1.48h3.548l2.61 3.877-1.168 4.004-3.654 4.626-3.025 3.922-4.34 5.837-2.713 4.67.25.378.646-.068 9.807-2.081 5.299-.962 6.322-1.081 2.86 1.332.313 1.356-1.126 2.772-6.762 1.669-7.929 1.586-11.81 2.792-.144.103.168.21 5.32.5 2.273.124h5.57l10.37.773 2.714 1.793 1.627 2.19-.27 1.666-4.173 2.13-5.632-1.337-13.149-3.125-4.505-1.13h-.625v.378l3.753 3.668 6.889 6.215 8.616 8.002.436 1.985-1.106 1.562-1.167-.168-7.573-5.69-2.922-2.566-6.614-5.563h-.44v.584l1.525 2.229 8.053 12.091.419 3.709-.584 1.212-2.088.731-2.294-.419-4.718-6.61-4.86-7.442-3.924-6.672-.48.275-2.315 24.91-1.086 1.27-2.503.962-2.085-1.583-1.105-2.565 1.105-5.069 1.336-6.607 1.082-5.254.982-6.524.584-2.17-.041-.145-.481.062-4.924 6.755-7.486 10.113-5.928 6.336-1.421.563-2.463-1.27.23-2.274 1.378-2.023 8.2-10.425 4.945-6.463 3.194-3.73-.02-.542h-.19L15.981 65.527l-3.88.502-1.673-1.566.21-2.562.793-.835 6.552-4.505z" }) }), _jsx("defs", { children: _jsx("clipPath", { id: instanceId + "-claude-color__a", children: _jsx("path", { fill: "#fff", d: "M0 0h86v86H0z" }) }) })] });
8
+ };
9
+ const ForwardRef = forwardRef(ClaudeColor);
10
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../types.js';
2
+ declare const ForwardRef: import("react").ForwardRefExoticComponent<Omit<IconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -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 ClaudeMono = ({ 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 + "-claude-mono__a)", children: _jsx("path", { fill: "currentColor", d: "m17.963 56.582 16.208-9.09.275-.79-.275-.44h-.786l-2.713-.165-9.265-.25-8.032-.333-7.782-.42-1.96-.415-1.841-2.42.189-1.21 1.648-1.102 2.356.206 5.22.354 7.822.543 5.673.333 8.41.875h1.336l.189-.539-.46-.336-.354-.334-8.097-5.48-8.764-5.797-4.588-3.338-2.486-1.686-1.25-1.586-.543-3.462 2.253-2.48 3.025.207.773.21 3.066 2.355 6.553 5.069 8.554 6.294L33.57 32.4l.498-.354.065-.25-.563-.941-4.653-8.4-4.966-8.55-2.211-3.544-.584-2.126A10.2 10.2 0 0 1 20.8 5.73l2.569-3.48 1.418-.46 3.42.46 1.443 1.25 2.129 4.857 3.44 7.654 5.34 10.405 1.566 3.084.835 2.857.312.876h.543v-.502l.44-5.858.813-7.194.79-9.255.275-2.61 1.291-3.125L49.988 3l2.006.962 1.648 2.352-.23 1.525-.982 6.356-1.92 9.97-1.25 6.668h.728l.835-.83 3.382-4.486 5.673-7.087 2.507-2.816 2.92-3.105 1.877-1.48h3.548l2.61 3.877-1.168 4.004-3.654 4.626-3.025 3.922-4.34 5.837-2.713 4.67.25.378.646-.068 9.807-2.081 5.299-.962 6.322-1.081 2.86 1.332.313 1.356-1.126 2.772-6.762 1.669-7.929 1.586-11.81 2.792-.144.103.168.21 5.32.5 2.273.124h5.57l10.37.773 2.714 1.793 1.627 2.19-.27 1.666-4.173 2.13-5.632-1.337-13.149-3.125-4.505-1.13h-.625v.378l3.753 3.668 6.889 6.215 8.616 8.002.436 1.985-1.106 1.562-1.167-.168-7.573-5.69-2.922-2.566-6.614-5.563h-.44v.584l1.525 2.229 8.053 12.091.419 3.709-.584 1.212-2.088.731-2.294-.419-4.718-6.61-4.86-7.442-3.924-6.672-.48.275-2.315 24.91-1.086 1.27-2.503.962-2.085-1.583-1.105-2.565 1.105-5.069 1.336-6.607 1.082-5.254.982-6.524.584-2.17-.041-.145-.481.062-4.924 6.755-7.486 10.113-5.928 6.336-1.421.563-2.463-1.27.23-2.274 1.378-2.023 8.2-10.425 4.945-6.463 3.194-3.73-.02-.542h-.19L15.981 65.527l-3.88.502-1.673-1.566.21-2.562.793-.835 6.552-4.505z" }) }), _jsx("defs", { children: _jsx("clipPath", { id: instanceId + "-claude-mono__a", children: _jsx("path", { fill: "#fff", d: "M0 0h86v86H0z" }) }) })] });
8
+ };
9
+ const ForwardRef = forwardRef(ClaudeMono);
10
+ export default ForwardRef;
@@ -0,0 +1,4 @@
1
+ declare const Claude: 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 Claude;
@@ -0,0 +1,6 @@
1
+ 'use client';
2
+ // Generated. Do not edit manually.
3
+ import Mono from './Mono.js';
4
+ import Color from './Color.js';
5
+ const Claude = Object.assign(Mono, { Color });
6
+ export default Claude;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../types.js';
2
+ declare const ForwardRef: import("react").ForwardRefExoticComponent<Omit<IconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -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 ClineColor = ({ 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 + "-cline-color__a)", children: _jsx("path", { fill: "#000", d: "M43.188 3.583a9.13 9.13 0 0 1 9.129 9.128c0 1.393-.32 2.753-.917 3.983h8.15c9.033 0 16.359 7.358 16.359 16.433v5.476l4.762 9.512a3.32 3.32 0 0 1-.007 2.986l-4.755 9.407v5.48c0 9.072-7.326 16.43-16.359 16.43H26.831c-9.036 0-16.358-7.358-16.358-16.43v-5.48L5.612 51.13a3.32 3.32 0 0 1-.01-3.045l4.868-9.482v-5.476c0-9.075 7.324-16.433 16.357-16.433h8.149a9.128 9.128 0 0 1 8.212-13.11m11.619 31.534a7.47 7.47 0 0 0-7.47 7.47v13.277a7.471 7.471 0 0 0 12.752 5.282 7.47 7.47 0 0 0 2.188-5.282V42.587a7.473 7.473 0 0 0-7.47-7.47m-24.064 0a7.47 7.47 0 0 0-7.47 7.47v13.277a7.47 7.47 0 0 0 12.694 5.18 7.47 7.47 0 0 0 2.242-5.18V42.587a7.47 7.47 0 0 0-7.466-7.47" }) }), _jsx("defs", { children: _jsx("clipPath", { id: instanceId + "-cline-color__a", children: _jsx("path", { fill: "#fff", d: "M0 0h86v86H0z" }) }) })] });
8
+ };
9
+ const ForwardRef = forwardRef(ClineColor);
10
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../types.js';
2
+ declare const ForwardRef: import("react").ForwardRefExoticComponent<Omit<IconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -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 ClineMono = ({ 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 + "-cline-mono__a)", children: _jsx("path", { fill: "currentColor", d: "M43.188 3.583a9.13 9.13 0 0 1 9.129 9.128c0 1.393-.32 2.753-.917 3.983h8.15c9.033 0 16.359 7.358 16.359 16.433v5.476l4.762 9.512a3.32 3.32 0 0 1-.007 2.986l-4.755 9.407v5.48c0 9.072-7.326 16.43-16.359 16.43H26.831c-9.036 0-16.358-7.358-16.358-16.43v-5.48L5.612 51.13a3.32 3.32 0 0 1-.01-3.045l4.868-9.482v-5.476c0-9.075 7.324-16.433 16.357-16.433h8.149a9.128 9.128 0 0 1 8.212-13.11m11.619 31.534a7.47 7.47 0 0 0-7.47 7.47v13.277a7.471 7.471 0 0 0 12.752 5.282 7.47 7.47 0 0 0 2.188-5.282V42.587a7.473 7.473 0 0 0-7.47-7.47m-24.064 0a7.47 7.47 0 0 0-7.47 7.47v13.277a7.47 7.47 0 0 0 12.694 5.18 7.47 7.47 0 0 0 2.242-5.18V42.587a7.47 7.47 0 0 0-7.466-7.47" }) }), _jsx("defs", { children: _jsx("clipPath", { id: instanceId + "-cline-mono__a", children: _jsx("path", { fill: "#fff", d: "M0 0h86v86H0z" }) }) })] });
8
+ };
9
+ const ForwardRef = forwardRef(ClineMono);
10
+ export default ForwardRef;
@@ -0,0 +1,4 @@
1
+ declare const Cline: 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 Cline;
@@ -0,0 +1,6 @@
1
+ 'use client';
2
+ // Generated. Do not edit manually.
3
+ import Mono from './Mono.js';
4
+ import Color from './Color.js';
5
+ const Cline = Object.assign(Mono, { Color });
6
+ export default Cline;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../types.js';
2
+ declare const ForwardRef: import("react").ForwardRefExoticComponent<Omit<IconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -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 CodexColor = ({ 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 + "-codex-color__a)", children: _jsx("path", { fill: 'url(#' + instanceId + "-codex-color__b)", d: "M30.374 5.778A19.7 19.7 0 0 1 40.2 4.436q6.45.742 11.494 5.483a.4.4 0 0 0 .159.09q.092.023.185 0c4.371-1.129 8.999-.711 13.097 1.182l.203.095.498.245a19.7 19.7 0 0 1 9.409 10.316 18.1 18.1 0 0 1 1.354 6.858 18.2 18.2 0 0 1-.576 5.26.53.53 0 0 0 .129.494q3.83 3.914 5.087 9.33 1.863 9.193-3.814 16.573l-.585.714a19.56 19.56 0 0 1-9.464 5.968.53.53 0 0 0-.349.327c-.82 2.37-1.647 4.399-3.182 6.424-3.87 5.104-9.554 7.938-15.957 7.904q-7.655-.039-13.575-5.599a.46.46 0 0 0-.452-.103c-1.668.537-3.353.615-5.177.593a19.1 19.1 0 0 1-8.363-2.004 19.54 19.54 0 0 1-6.923-5.74c-.654-.869-1.303-1.686-1.78-2.653a25 25 0 0 1-1.591-4.132 19.7 19.7 0 0 1-.06-9.882.5.5 0 0 0 .025-.24.37.37 0 0 0-.116-.207 19.2 19.2 0 0 1-4.446-7.1 16.8 16.8 0 0 1-1.08-5.125c-.156-2.31.049-4.632.607-6.88 1.449-4.782 4.223-8.536 8.312-11.257.911-.607 1.776-1.08 2.584-1.42a27 27 0 0 1 2.778-.976.42.42 0 0 0 .28-.283 19.4 19.4 0 0 1 3.564-6.945 19.5 19.5 0 0 1 7.9-5.968m14.973 45.43a2.739 2.739 0 0 0 0 5.469h15.635a2.74 2.74 0 1 0 0-5.47zm-17.561-20.12A2.739 2.739 0 0 0 23.03 33.8l5.47 9.563-5.444 9.185a2.738 2.738 0 0 0 3.995 3.585c.288-.215.53-.485.713-.794l6.252-10.557a2.74 2.74 0 0 0 .022-2.752z" }) }), _jsxs("defs", { children: [_jsxs("linearGradient", { id: instanceId + "-codex-color__b", x1: 42.999, x2: 42.999, y1: 4.299, y2: 81.699, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#B1A7FF" }), _jsx("stop", { offset: 0.5, stopColor: "#7A9DFF" }), _jsx("stop", { offset: 1, stopColor: "#3941FF" })] }), _jsx("clipPath", { id: instanceId + "-codex-color__a", children: _jsx("path", { fill: "#fff", d: "M0 0h86v86H0z" }) })] })] });
8
+ };
9
+ const ForwardRef = forwardRef(CodexColor);
10
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../types.js';
2
+ declare const ForwardRef: import("react").ForwardRefExoticComponent<Omit<IconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -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 CodexMono = ({ 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 + "-codex-mono__a)", children: _jsx("path", { fill: "currentColor", d: "M30.374 5.778A19.7 19.7 0 0 1 40.2 4.436q6.45.742 11.494 5.483a.4.4 0 0 0 .159.09q.092.023.185 0c4.371-1.129 8.999-.711 13.097 1.182l.203.095.498.245a19.7 19.7 0 0 1 9.409 10.316 18.1 18.1 0 0 1 1.354 6.858 18.2 18.2 0 0 1-.576 5.26.53.53 0 0 0 .129.494q3.83 3.914 5.087 9.33 1.863 9.193-3.814 16.573l-.585.714a19.56 19.56 0 0 1-9.464 5.968.53.53 0 0 0-.349.327c-.82 2.37-1.647 4.399-3.182 6.424-3.87 5.104-9.554 7.938-15.957 7.904q-7.655-.039-13.575-5.599a.46.46 0 0 0-.452-.103c-1.668.537-3.353.615-5.177.593a19.1 19.1 0 0 1-8.363-2.004 19.54 19.54 0 0 1-6.923-5.74c-.654-.869-1.303-1.686-1.78-2.653a25 25 0 0 1-1.591-4.132 19.7 19.7 0 0 1-.06-9.882.5.5 0 0 0 .025-.24.37.37 0 0 0-.116-.207 19.2 19.2 0 0 1-4.446-7.1 16.8 16.8 0 0 1-1.08-5.125c-.156-2.31.049-4.632.607-6.88 1.449-4.782 4.223-8.536 8.312-11.257.911-.607 1.776-1.08 2.584-1.42a27 27 0 0 1 2.778-.976.42.42 0 0 0 .28-.283 19.4 19.4 0 0 1 3.564-6.945 19.5 19.5 0 0 1 7.9-5.968m14.973 45.43a2.739 2.739 0 0 0 0 5.469h15.635a2.74 2.74 0 1 0 0-5.47zm-17.561-20.12A2.739 2.739 0 0 0 23.03 33.8l5.47 9.563-5.444 9.185a2.738 2.738 0 0 0 3.995 3.585c.288-.215.53-.485.713-.794l6.252-10.557a2.74 2.74 0 0 0 .022-2.752z" }) }), _jsx("defs", { children: _jsx("clipPath", { id: instanceId + "-codex-mono__a", children: _jsx("path", { fill: "#fff", d: "M0 0h86v86H0z" }) }) })] });
8
+ };
9
+ const ForwardRef = forwardRef(CodexMono);
10
+ export default ForwardRef;
@@ -0,0 +1,4 @@
1
+ declare const Codex: 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 Codex;
@@ -0,0 +1,6 @@
1
+ 'use client';
2
+ // Generated. Do not edit manually.
3
+ import Mono from './Mono.js';
4
+ import Color from './Color.js';
5
+ const Codex = Object.assign(Mono, { Color });
6
+ export default Codex;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../types.js';
2
+ declare const ForwardRef: import("react").ForwardRefExoticComponent<Omit<IconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -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 CursorColor = ({ 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 + "-cursor-color__a)", children: _jsx("path", { fill: "#000", fillRule: "evenodd", d: "M76.199 22.238 44.644 4.023a3.28 3.28 0 0 0-3.279 0L9.8 22.238a2.76 2.76 0 0 0-1.376 2.385v36.745c0 .986.525 1.896 1.38 2.389l31.558 18.221a3.28 3.28 0 0 0 3.278 0l31.562-18.221a2.76 2.76 0 0 0 1.38-2.389V24.627a2.76 2.76 0 0 0-1.38-2.385zm-1.98 3.863L43.75 78.871c-.207.355-.749.21-.749-.2V44.115a1.94 1.94 0 0 0-.969-1.675L12.106 25.16c-.351-.203-.207-.748.204-.748h60.936c.867 0 1.406.94.972 1.688", clipRule: "evenodd" }) }), _jsx("defs", { children: _jsx("clipPath", { id: instanceId + "-cursor-color__a", children: _jsx("path", { fill: "#fff", d: "M0 0h86v86H0z" }) }) })] });
8
+ };
9
+ const ForwardRef = forwardRef(CursorColor);
10
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../types.js';
2
+ declare const ForwardRef: import("react").ForwardRefExoticComponent<Omit<IconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -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 CursorMono = ({ 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 + "-cursor-mono__a)", children: _jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M76.199 22.238 44.644 4.023a3.28 3.28 0 0 0-3.279 0L9.8 22.238a2.76 2.76 0 0 0-1.376 2.385v36.745c0 .986.525 1.896 1.38 2.389l31.558 18.221a3.28 3.28 0 0 0 3.278 0l31.562-18.221a2.76 2.76 0 0 0 1.38-2.389V24.627a2.76 2.76 0 0 0-1.38-2.385zm-1.98 3.863L43.75 78.871c-.207.355-.749.21-.749-.2V44.115a1.94 1.94 0 0 0-.969-1.675L12.106 25.16c-.351-.203-.207-.748.204-.748h60.936c.867 0 1.406.94.972 1.688", clipRule: "evenodd" }) }), _jsx("defs", { children: _jsx("clipPath", { id: instanceId + "-cursor-mono__a", children: _jsx("path", { fill: "#fff", d: "M0 0h86v86H0z" }) }) })] });
8
+ };
9
+ const ForwardRef = forwardRef(CursorMono);
10
+ export default ForwardRef;
@@ -0,0 +1,4 @@
1
+ declare const Cursor: 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 Cursor;
@@ -0,0 +1,6 @@
1
+ 'use client';
2
+ // Generated. Do not edit manually.
3
+ import Mono from './Mono.js';
4
+ import Color from './Color.js';
5
+ const Cursor = Object.assign(Mono, { Color });
6
+ export default Cursor;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../types.js';
2
+ declare const ForwardRef: import("react").ForwardRefExoticComponent<Omit<IconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -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 GeminiColor = ({ 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: [_jsxs("g", { clipPath: 'url(#' + instanceId + "-gemini-color__a)", children: [_jsx("path", { fill: "#3186FF", d: "M73.883 38.824A50.7 50.7 0 0 1 57.938 28.07a50.57 50.57 0 0 1-13.18-23.12 1.804 1.804 0 0 0-3.494 0 50.65 50.65 0 0 1-13.183 23.12 50.7 50.7 0 0 1-15.945 10.754 47.6 47.6 0 0 1-7.174 2.43 1.8 1.8 0 0 0 0 3.493 47.4 47.4 0 0 1 7.174 2.426A50.7 50.7 0 0 1 28.08 57.926 50.57 50.57 0 0 1 41.264 81.05a1.797 1.797 0 0 0 2.857.986c.317-.248.54-.595.637-.986a47 47 0 0 1 2.426-7.178 50.7 50.7 0 0 1 10.754-15.946A50.56 50.56 0 0 1 81.06 44.747a1.803 1.803 0 0 0 0-3.494 47.5 47.5 0 0 1-7.178-2.43" }), _jsx("path", { fill: 'url(#' + instanceId + "-gemini-color__b)", d: "M73.883 38.824A50.7 50.7 0 0 1 57.938 28.07a50.57 50.57 0 0 1-13.18-23.12 1.804 1.804 0 0 0-3.494 0 50.65 50.65 0 0 1-13.183 23.12 50.7 50.7 0 0 1-15.945 10.754 47.6 47.6 0 0 1-7.174 2.43 1.8 1.8 0 0 0 0 3.493 47.4 47.4 0 0 1 7.174 2.426A50.7 50.7 0 0 1 28.08 57.926 50.57 50.57 0 0 1 41.264 81.05a1.797 1.797 0 0 0 2.857.986c.317-.248.54-.595.637-.986a47 47 0 0 1 2.426-7.178 50.7 50.7 0 0 1 10.754-15.946A50.56 50.56 0 0 1 81.06 44.747a1.803 1.803 0 0 0 0-3.494 47.5 47.5 0 0 1-7.178-2.43" }), _jsx("path", { fill: 'url(#' + instanceId + "-gemini-color__c)", d: "M73.883 38.824A50.7 50.7 0 0 1 57.938 28.07a50.57 50.57 0 0 1-13.18-23.12 1.804 1.804 0 0 0-3.494 0 50.65 50.65 0 0 1-13.183 23.12 50.7 50.7 0 0 1-15.945 10.754 47.6 47.6 0 0 1-7.174 2.43 1.8 1.8 0 0 0 0 3.493 47.4 47.4 0 0 1 7.174 2.426A50.7 50.7 0 0 1 28.08 57.926 50.57 50.57 0 0 1 41.264 81.05a1.797 1.797 0 0 0 2.857.986c.317-.248.54-.595.637-.986a47 47 0 0 1 2.426-7.178 50.7 50.7 0 0 1 10.754-15.946A50.56 50.56 0 0 1 81.06 44.747a1.803 1.803 0 0 0 0-3.494 47.5 47.5 0 0 1-7.178-2.43" }), _jsx("path", { fill: 'url(#' + instanceId + "-gemini-color__d)", d: "M73.883 38.824A50.7 50.7 0 0 1 57.938 28.07a50.57 50.57 0 0 1-13.18-23.12 1.804 1.804 0 0 0-3.494 0 50.65 50.65 0 0 1-13.183 23.12 50.7 50.7 0 0 1-15.945 10.754 47.6 47.6 0 0 1-7.174 2.43 1.8 1.8 0 0 0 0 3.493 47.4 47.4 0 0 1 7.174 2.426A50.7 50.7 0 0 1 28.08 57.926 50.57 50.57 0 0 1 41.264 81.05a1.797 1.797 0 0 0 2.857.986c.317-.248.54-.595.637-.986a47 47 0 0 1 2.426-7.178 50.7 50.7 0 0 1 10.754-15.946A50.56 50.56 0 0 1 81.06 44.747a1.803 1.803 0 0 0 0-3.494 47.5 47.5 0 0 1-7.178-2.43" })] }), _jsxs("defs", { children: [_jsxs("linearGradient", { id: instanceId + "-gemini-color__b", x1: 15.362, x2: 47.612, y1: 61.426, y2: 41.462, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#08B962" }), _jsx("stop", { offset: 1, stopColor: "#08B962", stopOpacity: 0 })] }), _jsxs("linearGradient", { id: instanceId + "-gemini-color__c", x1: 39.933, x2: 47.612, y1: 6.141, y2: 39.927, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#F94543" }), _jsx("stop", { offset: 1, stopColor: "#F94543", stopOpacity: 0 })] }), _jsxs("linearGradient", { id: instanceId + "-gemini-color__d", x1: 3.076, x2: 36.862, y1: 42.998, y2: 44.534, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#FABC12" }), _jsx("stop", { offset: 1, stopColor: "#FABC12", stopOpacity: 0 })] }), _jsx("clipPath", { id: instanceId + "-gemini-color__a", children: _jsx("path", { fill: "#fff", d: "M0 0h86v86H0z" }) })] })] });
8
+ };
9
+ const ForwardRef = forwardRef(GeminiColor);
10
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../types.js';
2
+ declare const ForwardRef: import("react").ForwardRefExoticComponent<Omit<IconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -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 GeminiMono = ({ 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: [_jsxs("g", { fill: "currentColor", clipPath: 'url(#' + instanceId + "-gemini-mono__a)", children: [_jsx("path", { d: "M73.883 38.824A50.7 50.7 0 0 1 57.938 28.07a50.57 50.57 0 0 1-13.18-23.12 1.804 1.804 0 0 0-3.494 0 50.65 50.65 0 0 1-13.183 23.12 50.7 50.7 0 0 1-15.945 10.754 47.6 47.6 0 0 1-7.174 2.43 1.8 1.8 0 0 0 0 3.493 47.4 47.4 0 0 1 7.174 2.426A50.7 50.7 0 0 1 28.08 57.926 50.57 50.57 0 0 1 41.264 81.05a1.797 1.797 0 0 0 2.857.986c.317-.248.54-.595.637-.986a47 47 0 0 1 2.426-7.178 50.7 50.7 0 0 1 10.754-15.946A50.56 50.56 0 0 1 81.06 44.747a1.803 1.803 0 0 0 0-3.494 47.5 47.5 0 0 1-7.178-2.43" }), _jsx("path", { d: "M73.883 38.824A50.7 50.7 0 0 1 57.938 28.07a50.57 50.57 0 0 1-13.18-23.12 1.804 1.804 0 0 0-3.494 0 50.65 50.65 0 0 1-13.183 23.12 50.7 50.7 0 0 1-15.945 10.754 47.6 47.6 0 0 1-7.174 2.43 1.8 1.8 0 0 0 0 3.493 47.4 47.4 0 0 1 7.174 2.426A50.7 50.7 0 0 1 28.08 57.926 50.57 50.57 0 0 1 41.264 81.05a1.797 1.797 0 0 0 2.857.986c.317-.248.54-.595.637-.986a47 47 0 0 1 2.426-7.178 50.7 50.7 0 0 1 10.754-15.946A50.56 50.56 0 0 1 81.06 44.747a1.803 1.803 0 0 0 0-3.494 47.5 47.5 0 0 1-7.178-2.43" }), _jsx("path", { d: "M73.883 38.824A50.7 50.7 0 0 1 57.938 28.07a50.57 50.57 0 0 1-13.18-23.12 1.804 1.804 0 0 0-3.494 0 50.65 50.65 0 0 1-13.183 23.12 50.7 50.7 0 0 1-15.945 10.754 47.6 47.6 0 0 1-7.174 2.43 1.8 1.8 0 0 0 0 3.493 47.4 47.4 0 0 1 7.174 2.426A50.7 50.7 0 0 1 28.08 57.926 50.57 50.57 0 0 1 41.264 81.05a1.797 1.797 0 0 0 2.857.986c.317-.248.54-.595.637-.986a47 47 0 0 1 2.426-7.178 50.7 50.7 0 0 1 10.754-15.946A50.56 50.56 0 0 1 81.06 44.747a1.803 1.803 0 0 0 0-3.494 47.5 47.5 0 0 1-7.178-2.43" }), _jsx("path", { d: "M73.883 38.824A50.7 50.7 0 0 1 57.938 28.07a50.57 50.57 0 0 1-13.18-23.12 1.804 1.804 0 0 0-3.494 0 50.65 50.65 0 0 1-13.183 23.12 50.7 50.7 0 0 1-15.945 10.754 47.6 47.6 0 0 1-7.174 2.43 1.8 1.8 0 0 0 0 3.493 47.4 47.4 0 0 1 7.174 2.426A50.7 50.7 0 0 1 28.08 57.926 50.57 50.57 0 0 1 41.264 81.05a1.797 1.797 0 0 0 2.857.986c.317-.248.54-.595.637-.986a47 47 0 0 1 2.426-7.178 50.7 50.7 0 0 1 10.754-15.946A50.56 50.56 0 0 1 81.06 44.747a1.803 1.803 0 0 0 0-3.494 47.5 47.5 0 0 1-7.178-2.43" })] }), _jsx("defs", { children: _jsx("clipPath", { id: instanceId + "-gemini-mono__a", children: _jsx("path", { fill: "#fff", d: "M0 0h86v86H0z" }) }) })] });
8
+ };
9
+ const ForwardRef = forwardRef(GeminiMono);
10
+ export default ForwardRef;
@@ -0,0 +1,4 @@
1
+ declare const Gemini: 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 Gemini;
@@ -0,0 +1,6 @@
1
+ 'use client';
2
+ // Generated. Do not edit manually.
3
+ import Mono from './Mono.js';
4
+ import Color from './Color.js';
5
+ const Gemini = Object.assign(Mono, { Color });
6
+ export default Gemini;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../types.js';
2
+ declare const ForwardRef: import("react").ForwardRefExoticComponent<Omit<IconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -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 ObsidianColor = ({ 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 + "-obsidian-color__a)", children: _jsxs("g", { fill: "#A88BFA", clipPath: 'url(#' + instanceId + "-obsidian-color__b)", children: [_jsx("path", { d: "M34.555 50.209c2.204-.656 5.751-1.667 9.836-1.914-2.45-6.181-3.042-11.592-2.565-16.408.548-5.561 2.508-10.201 4.421-14.154.409-.842.8-1.627 1.176-2.38a109 109 0 0 0 1.505-3.081c.777-1.684 1.354-3.171 1.648-4.55.287-1.362.287-2.577-.05-3.742-.34-1.164-1.065-2.419-2.44-3.798a5.73 5.73 0 0 0-5.286 1.29L25.063 17.428a5.74 5.74 0 0 0-1.835 3.412l-1.53 10.14c2.4 2.122 8.338 8.303 11.95 16.878q.483 1.146.907 2.35M20.98 35.607a6 6 0 0 1-.355 1.039L11.253 57.54a5.74 5.74 0 0 0 1.122 6.35l14.753 15.193c7.532-11.115 6.432-21.571 2.992-29.741-2.609-6.2-6.565-11.048-9.138-13.735" }), _jsx("path", { d: "M30.53 80.874c.262.036.523.065.788.072 2.799.082 7.507.326 11.324 1.032 3.117.573 9.291 2.3 14.372 3.784 3.878 1.132 7.873-1.964 8.436-5.963.412-2.917 1.182-6.217 2.597-9.245l-.032.015c-2.4-6.701-5.457-11.026-8.66-13.786a18.97 18.97 0 0 0-9.952-4.507c-5.521-.774-10.578.677-13.763 1.612 1.906 7.948 1.319 17.3-5.106 26.983z" }), _jsx("path", { d: "M70.505 66.428a247 247 0 0 0 6.658-10.578 2.91 2.91 0 0 0-.218-3.229c-1.85-2.45-5.39-7.435-7.318-12.047-1.985-4.74-2.279-12.105-2.293-15.688a6.12 6.12 0 0 0-1.286-3.766L54.592 6.557q-.065.987-.273 1.953c-.383 1.803-1.1 3.598-1.92 5.368-.484 1.04-1.04 2.154-1.599 3.279-.376.752-.752 1.505-1.11 2.243-1.853 3.827-3.576 7.98-4.057 12.864-.448 4.522.165 9.783 2.917 16.068q.69.056 1.383.154a22.8 22.8 0 0 1 11.922 5.396c3.282 2.831 6.246 6.888 8.65 12.546" })] }) }), _jsxs("defs", { children: [_jsx("clipPath", { id: instanceId + "-obsidian-color__a", children: _jsx("path", { fill: "#fff", d: "M0 0h86v86H0z" }) }), _jsx("clipPath", { id: instanceId + "-obsidian-color__b", children: _jsx("path", { fill: "#fff", d: "M0 0h86v86H0z" }) })] })] });
8
+ };
9
+ const ForwardRef = forwardRef(ObsidianColor);
10
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../types.js';
2
+ declare const ForwardRef: import("react").ForwardRefExoticComponent<Omit<IconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -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 ObsidianMono = ({ 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 + "-obsidian-mono__a)", children: _jsxs("g", { fill: "currentColor", clipPath: 'url(#' + instanceId + "-obsidian-mono__b)", children: [_jsx("path", { d: "M34.555 50.209c2.204-.656 5.751-1.667 9.836-1.914-2.45-6.181-3.042-11.592-2.565-16.408.548-5.561 2.508-10.201 4.421-14.154.409-.842.8-1.627 1.176-2.38a109 109 0 0 0 1.505-3.081c.777-1.684 1.354-3.171 1.648-4.55.287-1.362.287-2.577-.05-3.742-.34-1.164-1.065-2.419-2.44-3.798a5.73 5.73 0 0 0-5.286 1.29L25.063 17.428a5.74 5.74 0 0 0-1.835 3.412l-1.53 10.14c2.4 2.122 8.338 8.303 11.95 16.878q.483 1.146.907 2.35M20.98 35.607a6 6 0 0 1-.355 1.039L11.253 57.54a5.74 5.74 0 0 0 1.122 6.35l14.753 15.193c7.532-11.115 6.432-21.571 2.992-29.741-2.609-6.2-6.565-11.048-9.138-13.735" }), _jsx("path", { d: "M30.53 80.874c.262.036.523.065.788.072 2.799.082 7.507.326 11.324 1.032 3.117.573 9.291 2.3 14.372 3.784 3.878 1.132 7.873-1.964 8.436-5.963.412-2.917 1.182-6.217 2.597-9.245l-.032.015c-2.4-6.701-5.457-11.026-8.66-13.786a18.97 18.97 0 0 0-9.952-4.507c-5.521-.774-10.578.677-13.763 1.612 1.906 7.948 1.319 17.3-5.106 26.983z" }), _jsx("path", { d: "M70.505 66.428a247 247 0 0 0 6.658-10.578 2.91 2.91 0 0 0-.218-3.229c-1.85-2.45-5.39-7.435-7.318-12.047-1.985-4.74-2.279-12.105-2.293-15.688a6.12 6.12 0 0 0-1.286-3.766L54.592 6.557q-.065.987-.273 1.953c-.383 1.803-1.1 3.598-1.92 5.368-.484 1.04-1.04 2.154-1.599 3.279-.376.752-.752 1.505-1.11 2.243-1.853 3.827-3.576 7.98-4.057 12.864-.448 4.522.165 9.783 2.917 16.068q.69.056 1.383.154a22.8 22.8 0 0 1 11.922 5.396c3.282 2.831 6.246 6.888 8.65 12.546" })] }) }), _jsxs("defs", { children: [_jsx("clipPath", { id: instanceId + "-obsidian-mono__a", children: _jsx("path", { fill: "#fff", d: "M0 0h86v86H0z" }) }), _jsx("clipPath", { id: instanceId + "-obsidian-mono__b", children: _jsx("path", { fill: "#fff", d: "M0 0h86v86H0z" }) })] })] });
8
+ };
9
+ const ForwardRef = forwardRef(ObsidianMono);
10
+ export default ForwardRef;
@@ -0,0 +1,4 @@
1
+ declare const Obsidian: 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 Obsidian;
@@ -0,0 +1,6 @@
1
+ 'use client';
2
+ // Generated. Do not edit manually.
3
+ import Mono from './Mono.js';
4
+ import Color from './Color.js';
5
+ const Obsidian = Object.assign(Mono, { Color });
6
+ export default Obsidian;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../types.js';
2
+ declare const ForwardRef: import("react").ForwardRefExoticComponent<Omit<IconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -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 SiderColor = ({ 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: [_jsxs("g", { clipPath: 'url(#' + instanceId + "-sider-color__a)", children: [_jsx("path", { fill: 'url(#' + instanceId + "-sider-color__b)", d: "M28.953 7.167c6.105 0 11.145 4.712 11.906 10.81v1.135H29.657c-.269.001-.529.098-.734.272l-4.682 3.972a2.7 2.7 0 0 0-1.15-.263c-1.492 0-2.704 1.247-2.704 2.786 0 1.54 1.212 2.788 2.706 2.788 1.492 0 2.704-1.247 2.704-2.788q0-.35-.083-.68l4.36-3.699h10.785v20.305h-21.89a2.7 2.7 0 0 0-2.443-1.593c-1.494 0-2.705 1.249-2.705 2.788 0 1.54 1.211 2.788 2.705 2.788 1.079 0 2.009-.652 2.442-1.595H40.86V64.5H30.073l-4.359-3.7q.083-.327.083-.68c0-1.54-1.212-2.787-2.706-2.787-1.492 0-2.704 1.247-2.704 2.788s1.212 2.786 2.706 2.786c.41 0 .799-.095 1.148-.263l4.68 3.972c.206.175.467.271.736.272H40.86v1.136c-.846 6.11-5.956 10.81-12.1 10.81-5.664 0-10.428-3.993-11.8-9.403-4.11-1.851-6.983-6.087-6.983-11.017 0-1.161.16-2.286.457-3.349-3.673-1.974-6.2-5.918-6.266-10.48v-.39c0-4.988 2.964-9.263 7.178-11.05a11.8 11.8 0 0 1-1.351-4.889l-.01-.236a13 13 0 0 1-.024-.747c0-4.942 3.064-9.145 7.34-10.702 1.301-5.402 6.024-9.404 11.653-9.404" }), _jsx("path", { fill: 'url(#' + instanceId + "-sider-color__c)", fillRule: "evenodd", d: "M68.31 16.71c-1.252-5.473-6.007-9.543-11.68-9.543-6.107 0-11.149 4.712-11.908 10.81v50.047c.845 6.11 5.953 10.81 12.1 10.81 5.664 0 10.428-3.993 11.8-9.403 4.11-1.851 6.983-6.087 6.983-11.017 0-1.161-.16-2.286-.457-3.349 3.723-2.001 6.267-6.025 6.267-10.664 0-4.175-2.06-7.85-5.185-10.001a1.25 1.25 0 0 1-.244.658c-2.325 3.09-4.956 5.034-7.85 5.828a8.5 8.5 0 0 0-.485 3.253c.042.84.203 1.69.504 2.55a1.213 1.213 0 0 1-.694 1.54 1.153 1.153 0 0 1-1.488-.72 11.5 11.5 0 0 1-.642-3.251 11 11 0 0 1 .262-2.969c-2.924.138-6.083-.787-9.444-2.772a1.224 1.224 0 0 1-.142-1.99 1.14 1.14 0 0 1 1.294-.095l.206.12c6.783 3.916 12.208 2.632 16.663-3.28a11.9 11.9 0 0 0 1.435-5.686c0-4.98-3.035-9.227-7.294-10.877M50.5 57.18a1.22 1.22 0 0 1 .648-1.561 1.147 1.147 0 0 1 1.482.603l.027.065.05.108c.102.21.255.46.457.723.335.434.745.812 1.233 1.1 1.197.708 2.755.834 4.81.126 1.686-1.129 3.784-1.666 6.271-1.591.64.018 1.147.573 1.127 1.236a1.18 1.18 0 0 1-1.195 1.165c-4.572-.137-7.269 2.11-8.362 7.005a1.164 1.164 0 0 1-1.392.901 1.2 1.2 0 0 1-.87-1.438q.573-2.572 1.705-4.408a6.61 6.61 0 0 1-5.923-3.877l-.01-.023zm5.296-38.803a1.185 1.185 0 0 0-1.134 1.23q.076 3.233 1.335 5.534c-1.982.143-3.915 1.223-5.676 3.391a1.23 1.23 0 0 0 .143 1.693 1.14 1.14 0 0 0 1.638-.148c1.435-1.77 2.86-2.52 4.264-2.552a4.2 4.2 0 0 1 1.605.287c.305.118.56.255.753.378l.096.066.06.043q.04.027.08.05 1.976 1.312 4.827 1.832a1.164 1.164 0 0 0 1.345-.975 1.2 1.2 0 0 0-.942-1.392q-2.411-.436-4-1.496l-.101-.075-.118-.081c-1.946-1.406-2.917-3.587-2.987-6.611a1.18 1.18 0 0 0-1.188-1.174", clipRule: "evenodd" })] }), _jsxs("defs", { children: [_jsxs("linearGradient", { id: instanceId + "-sider-color__b", x1: 69.898, x2: 9.994, y1: 76.906, y2: 20.303, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#32C5FF" }), _jsx("stop", { offset: 0.25, stopColor: "#5666F5" }), _jsx("stop", { offset: 0.524, stopColor: "#8A57EA" }), _jsx("stop", { offset: 0.821, stopColor: "#EB35CE" }), _jsx("stop", { offset: 1, stopColor: "#F7B500" })] }), _jsxs("linearGradient", { id: instanceId + "-sider-color__c", x1: 69.898, x2: 9.994, y1: 76.906, y2: 20.303, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#32C5FF" }), _jsx("stop", { offset: 0.25, stopColor: "#5666F5" }), _jsx("stop", { offset: 0.524, stopColor: "#8A57EA" }), _jsx("stop", { offset: 0.821, stopColor: "#EB35CE" }), _jsx("stop", { offset: 1, stopColor: "#F7B500" })] }), _jsx("clipPath", { id: instanceId + "-sider-color__a", children: _jsx("path", { fill: "#fff", d: "M0 0h86v86H0z" }) })] })] });
8
+ };
9
+ const ForwardRef = forwardRef(SiderColor);
10
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../types.js';
2
+ declare const ForwardRef: import("react").ForwardRefExoticComponent<Omit<IconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -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 SiderMono = ({ 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: [_jsxs("g", { fill: "currentColor", clipPath: 'url(#' + instanceId + "-sider-mono__a)", children: [_jsx("path", { d: "M28.953 7.167c6.105 0 11.145 4.712 11.906 10.81v1.135H29.657c-.269.001-.529.098-.734.272l-4.682 3.972a2.7 2.7 0 0 0-1.15-.263c-1.492 0-2.704 1.247-2.704 2.786 0 1.54 1.212 2.788 2.706 2.788 1.492 0 2.704-1.247 2.704-2.788q0-.35-.083-.68l4.36-3.699h10.785v20.305h-21.89a2.7 2.7 0 0 0-2.443-1.593c-1.494 0-2.705 1.249-2.705 2.788 0 1.54 1.211 2.788 2.705 2.788 1.079 0 2.009-.652 2.442-1.595H40.86V64.5H30.073l-4.359-3.7q.083-.327.083-.68c0-1.54-1.212-2.787-2.706-2.787-1.492 0-2.704 1.247-2.704 2.788s1.212 2.786 2.706 2.786c.41 0 .799-.095 1.148-.263l4.68 3.972c.206.175.467.271.736.272H40.86v1.136c-.846 6.11-5.956 10.81-12.1 10.81-5.664 0-10.428-3.993-11.8-9.403-4.11-1.851-6.983-6.087-6.983-11.017 0-1.161.16-2.286.457-3.349-3.673-1.974-6.2-5.918-6.266-10.48v-.39c0-4.988 2.964-9.263 7.178-11.05a11.8 11.8 0 0 1-1.351-4.889l-.01-.236a13 13 0 0 1-.024-.747c0-4.942 3.064-9.145 7.34-10.702 1.301-5.402 6.024-9.404 11.653-9.404" }), _jsx("path", { fillRule: "evenodd", d: "M68.31 16.71c-1.252-5.473-6.007-9.543-11.68-9.543-6.107 0-11.149 4.712-11.908 10.81v50.047c.845 6.11 5.953 10.81 12.1 10.81 5.664 0 10.428-3.993 11.8-9.403 4.11-1.851 6.983-6.087 6.983-11.017 0-1.161-.16-2.286-.457-3.349 3.723-2.001 6.267-6.025 6.267-10.664 0-4.175-2.06-7.85-5.185-10.001a1.25 1.25 0 0 1-.244.658c-2.325 3.09-4.956 5.034-7.85 5.828a8.5 8.5 0 0 0-.485 3.253c.042.84.203 1.69.504 2.55a1.213 1.213 0 0 1-.694 1.54 1.153 1.153 0 0 1-1.488-.72 11.5 11.5 0 0 1-.642-3.251 11 11 0 0 1 .262-2.969c-2.924.138-6.083-.787-9.444-2.772a1.224 1.224 0 0 1-.142-1.99 1.14 1.14 0 0 1 1.294-.095l.206.12c6.783 3.916 12.208 2.632 16.663-3.28a11.9 11.9 0 0 0 1.435-5.686c0-4.98-3.035-9.227-7.294-10.877M50.5 57.18a1.22 1.22 0 0 1 .648-1.561 1.147 1.147 0 0 1 1.482.603l.027.065.05.108c.102.21.255.46.457.723.335.434.745.812 1.233 1.1 1.197.708 2.755.834 4.81.126 1.686-1.129 3.784-1.666 6.271-1.591.64.018 1.147.573 1.127 1.236a1.18 1.18 0 0 1-1.195 1.165c-4.572-.137-7.269 2.11-8.362 7.005a1.164 1.164 0 0 1-1.392.901 1.2 1.2 0 0 1-.87-1.438q.573-2.572 1.705-4.408a6.61 6.61 0 0 1-5.923-3.877l-.01-.023zm5.296-38.803a1.185 1.185 0 0 0-1.134 1.23q.076 3.233 1.335 5.534c-1.982.143-3.915 1.223-5.676 3.391a1.23 1.23 0 0 0 .143 1.693 1.14 1.14 0 0 0 1.638-.148c1.435-1.77 2.86-2.52 4.264-2.552a4.2 4.2 0 0 1 1.605.287c.305.118.56.255.753.378l.096.066.06.043q.04.027.08.05 1.976 1.312 4.827 1.832a1.164 1.164 0 0 0 1.345-.975 1.2 1.2 0 0 0-.942-1.392q-2.411-.436-4-1.496l-.101-.075-.118-.081c-1.946-1.406-2.917-3.587-2.987-6.611a1.18 1.18 0 0 0-1.188-1.174", clipRule: "evenodd" })] }), _jsx("defs", { children: _jsx("clipPath", { id: instanceId + "-sider-mono__a", children: _jsx("path", { fill: "#fff", d: "M0 0h86v86H0z" }) }) })] });
8
+ };
9
+ const ForwardRef = forwardRef(SiderMono);
10
+ export default ForwardRef;