diff options
| author | Jay <[email protected]> | 2025-10-02 18:18:57 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-02 23:18:57 +0100 |
| commit | fe4589d33567d75ee7913590d1b1e3b5c7128a44 (patch) | |
| tree | b071933afef947ec4012b0606be02e783f566529 /packages/console/app/src | |
| parent | 6036a1d611d338dbf2f786552737aaffa948c270 (diff) | |
| download | opencode-fe4589d33567d75ee7913590d1b1e3b5c7128a44.tar.gz opencode-fe4589d33567d75ee7913590d1b1e3b5c7128a44.zip | |
ignore: Workspace updates (#2930)
Co-authored-by: David Hill <[email protected]>
Diffstat (limited to 'packages/console/app/src')
| -rw-r--r-- | packages/console/app/src/component/icon.tsx | 48 |
1 files changed, 20 insertions, 28 deletions
diff --git a/packages/console/app/src/component/icon.tsx b/packages/console/app/src/component/icon.tsx index fa28316e8..2b2dbe411 100644 --- a/packages/console/app/src/component/icon.tsx +++ b/packages/console/app/src/component/icon.tsx @@ -2,34 +2,26 @@ import { JSX } from "solid-js" export function IconLogo(props: JSX.SvgSVGAttributes<SVGSVGElement>) { return ( - <svg {...props} viewBox="0 0 289 50" fill="none" xmlns="http://www.w3.org/2000/svg"> - <path d="M264.5 0H288.5V8.5H272.5V16.5H288.5V25H272.5V33H288.5V41.5H264.5V0Z" fill="currentColor" /> - <path d="M248.5 0H224.5V41.5H248.5V33H232.5V8.5H248.5V0Z" fill="currentColor" /> - <path d="M256.5 8.5H248.5V33H256.5V8.5Z" fill="currentColor" /> - <path - fill-rule="evenodd" - clip-rule="evenodd" - d="M184.5 0H216.5V41.5H184.5V0ZM208.5 8.5H192.5V33H208.5V8.5Z" - fill="currentColor" - /> - <path d="M144.5 8.5H136.5V41.5H144.5V8.5Z" fill="currentColor" /> - <path d="M136.5 0H112.5V41.5H120.5V8.5H136.5V0Z" fill="currentColor" /> - <path d="M80.5 0H104.5V8.5H88.5V16.5H104.5V25H88.5V33H104.5V41.5H80.5V0Z" fill="currentColor" /> - <path - fill-rule="evenodd" - clip-rule="evenodd" - d="M40.5 0H72.5V41.5H48.5V49.5H40.5V0ZM64.5 8.5H48.5V33H64.5V8.5Z" - fill="currentColor" - /> - <path - fill-rule="evenodd" - clip-rule="evenodd" - d="M0.5 0H32.5V41.5955H0.5V0ZM24.5 8.5H8.5V33H24.5V8.5Z" - fill="currentColor" - /> - <path d="M152.5 0H176.5V8.5H160.5V33H176.5V41.5H152.5V0Z" fill="currentColor" /> - </svg> - ) + <svg {...props} width="234" height="42" viewBox="0 0 234 42" fill="none" + xmlns="http://www.w3.org/2000/svg"> + <path fill-rule="evenodd" clip-rule="evenodd" + d="M54 36H36V42H30V6H54V36ZM36 30H48V12H36V30Z" fill="currentColor"/> + <path fill-rule="evenodd" clip-rule="evenodd" + d="M24 36H0V6H24V36ZM6 30H18V12H6V30Z" fill="currentColor"/> + <path fill-rule="evenodd" clip-rule="evenodd" + d="M84 24H66V30H84V36H60V6H84V24ZM66 18H78V12H66V18Z" fill="currentColor"/> + <path d="M108 12H96V36H90V6H108V12Z" fill="currentColor"/> + <path d="M114 36H108V12H114V36Z" fill="currentColor"/> + <path d="M144 12H126V30H144V36H120V6H144V12Z" fill="currentColor"/> + <path fill-rule="evenodd" clip-rule="evenodd" + d="M174 36H150V6H174V36ZM156 30H168V12H156V30Z" fill="currentColor"/> + <path fill-rule="evenodd" clip-rule="evenodd" + d="M204 36H180V6H198V0H204V36ZM186 30H198V12H186V30Z" fill="currentColor"/> + <path fill-rule="evenodd" clip-rule="evenodd" + d="M234 24H216V30H234V36H210V6H234V24ZM216 18H228V12H216V18Z" fill="currentColor"/> + </svg> + +) } export function IconCopy(props: JSX.SvgSVGAttributes<SVGSVGElement>) { |
