diff options
| author | Adam <[email protected]> | 2025-12-31 10:22:11 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-31 10:22:17 -0600 |
| commit | a7c4f83ca2e4d5da94de3df0c210dbb36b0bae86 (patch) | |
| tree | b488e22ac121b2dde31f08c1fb57f34d206402d2 /packages/ui | |
| parent | ed70a072015a17d79dca455242abb53f14757f2d (diff) | |
| download | opencode-a7c4f83ca2e4d5da94de3df0c210dbb36b0bae86.tar.gz opencode-a7c4f83ca2e4d5da94de3df0c210dbb36b0bae86.zip | |
fix(desktop): remove status bar, new elements in header
Diffstat (limited to 'packages/ui')
| -rw-r--r-- | packages/ui/src/components/icon.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/ui/src/components/icon.tsx b/packages/ui/src/components/icon.tsx index 5e1a8e32a..ffd34d851 100644 --- a/packages/ui/src/components/icon.tsx +++ b/packages/ui/src/components/icon.tsx @@ -57,6 +57,7 @@ const icons = { share: `<path d="M10.0013 12.0846L10.0013 3.33464M13.7513 6.66797L10.0013 2.91797L6.2513 6.66797M17.0846 10.418V17.0846H2.91797V10.418" stroke="currentColor" stroke-linecap="square"/>`, download: `<path d="M13.9583 10.6257L10 14.584L6.04167 10.6257M10 2.08398V13.959M16.25 17.9173H3.75" stroke="currentColor" stroke-linecap="square"/>`, menu: `<path d="M2.5 5H17.5M2.5 10H17.5M2.5 15H17.5" stroke="currentColor" stroke-linecap="square"/>`, + server: `<rect x="3.35547" y="1.92969" width="13.2857" height="16.1429" stroke="currentColor"/><rect x="3.35547" y="11.9297" width="13.2857" height="6.14286" stroke="currentColor"/><rect x="12.8555" y="14.2852" width="1.42857" height="1.42857" fill="currentColor"/><rect x="10" y="14.2852" width="1.42857" height="1.42857" fill="currentColor"/>`, } export interface IconProps extends ComponentProps<"svg"> { |
