diff options
| author | Frank <[email protected]> | 2026-04-02 12:59:02 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-04-02 12:59:04 -0400 |
| commit | 92e820fdc8c04579d8e8f9ca3c59b1bf62341e34 (patch) | |
| tree | 0eb62e2dfa4b371e844b149caa6b523b7591f7ff /packages/console/app/src/component | |
| parent | c4b3971548f050a56827b3dada728c05e38e349a (diff) | |
| download | opencode-92e820fdc8c04579d8e8f9ca3c59b1bf62341e34.tar.gz opencode-92e820fdc8c04579d8e8f9ca3c59b1bf62341e34.zip | |
go: add mimo
Diffstat (limited to 'packages/console/app/src/component')
| -rw-r--r-- | packages/console/app/src/component/icon.tsx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/console/app/src/component/icon.tsx b/packages/console/app/src/component/icon.tsx index 0aaa302b3..4627c0084 100644 --- a/packages/console/app/src/component/icon.tsx +++ b/packages/console/app/src/component/icon.tsx @@ -204,6 +204,14 @@ export function IconGemini(props: JSX.SvgSVGAttributes<SVGSVGElement>) { ) } +export function IconMiMo(props: JSX.SvgSVGAttributes<SVGSVGElement>) { + return ( + <svg {...props} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"> + <path d="M12 0C8.016 0 4.756.255 2.493 2.516.23 4.776 0 8.033 0 12.012c0 3.98.23 7.235 2.494 9.497C4.757 23.77 8.017 24 12 24c3.983 0 7.243-.23 9.506-2.491C23.77 19.247 24 15.99 24 12.012c0-3.984-.233-7.243-2.502-9.504C19.234.252 15.978 0 12 0zM4.906 7.405h5.624c1.47 0 3.007.068 3.764.827.746.746.827 2.233.83 3.676v4.54a.15.15 0 0 1-.152.147h-1.947a.15.15 0 0 1-.152-.148V11.83c-.002-.806-.048-1.634-.464-2.051-.358-.36-1.026-.441-1.72-.458H7.158a.15.15 0 0 0-.151.147v6.98a.15.15 0 0 1-.152.148H4.906a.15.15 0 0 1-.15-.148V7.554a.15.15 0 0 1 .15-.149zm12.131 0h1.949a.15.15 0 0 1 .15.15v8.892a.15.15 0 0 1-.15.148h-1.949a.15.15 0 0 1-.151-.148V7.554a.15.15 0 0 1 .151-.149zM8.92 10.948h2.046c.083 0 .15.066.15.147v5.352a.15.15 0 0 1-.15.148H8.92a.15.15 0 0 1-.152-.148v-5.352a.15.15 0 0 1 .152-.147Z" /> + </svg> + ) +} + export function IconXiaomi(props: JSX.SvgSVGAttributes<SVGSVGElement>) { return ( <svg {...props} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"> |
