diff options
| author | Jay V <[email protected]> | 2025-06-18 18:33:51 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-06-18 18:33:51 -0400 |
| commit | 6a00e063c4d3cc234adfd2c189a75bfa1b46e58c (patch) | |
| tree | c8829ec9e9cf6cb1fc1557c4e274d054b26cc35b /packages/web/src/components/icons | |
| parent | 73a0ce2b7dd0b401337482813d20674c4c394f00 (diff) | |
| download | opencode-6a00e063c4d3cc234adfd2c189a75bfa1b46e58c.tar.gz opencode-6a00e063c4d3cc234adfd2c189a75bfa1b46e58c.zip | |
ignore: share logo
Diffstat (limited to 'packages/web/src/components/icons')
| -rw-r--r-- | packages/web/src/components/icons/custom.tsx | 9 |
1 files changed, 9 insertions, 0 deletions
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<SVGSVGElement>) { </svg> ) } + +export function IconOpencode(props: JSX.SvgSVGAttributes<SVGSVGElement>) { + return ( + <svg {...props} viewBox="0 0 70 70" fill="none" xmlns="http://www.w3.org/2000/svg"> + <path fill-rule="evenodd" clip-rule="evenodd" d="M0 13H35V58H0V13ZM26.25 22.1957H8.75V48.701H26.25V22.1957Z" fill="currentColor" /> + <path d="M43.75 13H70V22.1957H52.5V48.701H70V57.8967H43.75V13Z" fill="currentColor" /> + </svg> + ) +} |
