summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/components/icons
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-08-11 19:36:17 -0400
committerJay V <[email protected]>2025-08-11 19:36:34 -0400
commit04b51f261045a6621deb77a4a32399b93b66fff8 (patch)
tree8c1e18d105128a837e6a84d7e0755ddb00ad1b49 /packages/web/src/components/icons
parentb2a4f57d640655b78f25d4485d2cf137637c3c53 (diff)
downloadopencode-04b51f261045a6621deb77a4a32399b93b66fff8.tar.gz
opencode-04b51f261045a6621deb77a4a32399b93b66fff8.zip
ignore: share page thinking blocks
Diffstat (limited to 'packages/web/src/components/icons')
-rw-r--r--packages/web/src/components/icons/custom.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/web/src/components/icons/custom.tsx b/packages/web/src/components/icons/custom.tsx
index ffa4fea82..8023032e5 100644
--- a/packages/web/src/components/icons/custom.tsx
+++ b/packages/web/src/components/icons/custom.tsx
@@ -75,7 +75,7 @@ export function IconRobot(props: JSX.SvgSVGAttributes<SVGSVGElement>) {
}
// https://icones.js.org/collection/ri?s=brain&icon=ri:brain-2-line
-/* export function IconBrain(props: JSX.SvgSVGAttributes<SVGSVGElement>) {
+export function IconBrain(props: JSX.SvgSVGAttributes<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path
@@ -84,4 +84,4 @@ export function IconRobot(props: JSX.SvgSVGAttributes<SVGSVGElement>) {
/>
</svg>
)
-} */
+}