From 6a00e063c4d3cc234adfd2c189a75bfa1b46e58c Mon Sep 17 00:00:00 2001 From: Jay V Date: Wed, 18 Jun 2025 18:33:51 -0400 Subject: ignore: share logo --- packages/web/src/components/icons/custom.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) (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 be5576718..b4e32d0cf 100644 --- a/packages/web/src/components/icons/custom.tsx +++ b/packages/web/src/components/icons/custom.tsx @@ -35,3 +35,12 @@ export function IconGemini(props: JSX.SvgSVGAttributes) { ) } + +export function IconOpencode(props: JSX.SvgSVGAttributes) { + return ( + + + + + ) +} -- cgit v1.2.3