Refine client rail icons and motion
Build and Deploy Gateway / build-and-push (push) Successful in 22s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-08-15 02:26:02 +03:00
parent 978fe71628
commit 804e08727e
9 changed files with 107 additions and 145 deletions
+7 -5
View File
@@ -243,11 +243,13 @@ export function DevicesToggle({
onClick={onToggle}
>
<svg viewBox="0 0 24 24" aria-hidden="true">
<rect className="client-rail-device-primary" x="3" y="4.5" width="9" height="11" rx="1.5" />
<rect className="client-rail-device-secondary" x="15" y="7" width="6" height="9" rx="1.4" />
<path className="client-rail-device-link" d="M5.5 19.5h4M7.5 15.5v4" />
<path className="client-rail-device-bridge" d="M12 11.5h3" />
<path className="client-rail-device-pulse" pathLength="1" d="M12 11.5h3" />
<g className="client-rail-device-monitor">
<rect x="2.5" y="4.5" width="9" height="10.5" rx="1.5" />
<path d="M5 19h4M7 15v4" />
</g>
<rect className="client-rail-device-phone" x="16.5" y="7" width="5" height="9" rx="1.3" />
<path className="client-rail-device-bridge" d="M11.5 11.5h5" />
<path className="client-rail-device-packet" pathLength="1" d="M11.5 11.5h5" />
</svg>
</RailAction>;
}