From b8d2aebf09313d451cec873b3d0807b818015b32 Mon Sep 17 00:00:00 2001 From: adamdotdevin <2363879+adamdottv@users.noreply.github.com> Date: Sun, 10 Aug 2025 19:24:16 -0500 Subject: feat: thinking blocks rendered in tui and share page --- packages/web/src/components/icons/custom.tsx | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'packages/web/src/components/icons') diff --git a/packages/web/src/components/icons/custom.tsx b/packages/web/src/components/icons/custom.tsx index ba06ddfb3..8023032e5 100644 --- a/packages/web/src/components/icons/custom.tsx +++ b/packages/web/src/components/icons/custom.tsx @@ -54,7 +54,10 @@ export function IconOpencode(props: JSX.SvgSVGAttributes) { export function IconMeta(props: JSX.SvgSVGAttributes) { return ( - + ) } @@ -63,6 +66,22 @@ export function IconMeta(props: JSX.SvgSVGAttributes) { export function IconRobot(props: JSX.SvgSVGAttributes) { return ( - + + + ) +} + +// https://icones.js.org/collection/ri?s=brain&icon=ri:brain-2-line +export function IconBrain(props: JSX.SvgSVGAttributes) { + return ( + + + ) } -- cgit v1.2.3