Refine secondary rail icons and animations
This commit is contained in:
@@ -243,11 +243,11 @@ export function DevicesToggle({
|
||||
onClick={onToggle}
|
||||
>
|
||||
<svg viewBox="0 0 24 24" aria-hidden="true">
|
||||
<rect className="client-rail-device-primary" x="3.5" y="5" width="7" height="10" rx="1.5" />
|
||||
<rect className="client-rail-device-secondary" x="13.5" y="8" width="7" height="7" rx="1.5" />
|
||||
<path className="client-rail-device-link" d="M7 15v4h3.5M17 15v4h-3.5" />
|
||||
<path className="client-rail-device-bridge" d="M10.5 19h3" />
|
||||
<path className="client-rail-device-pulse" pathLength="1" d="M7 19h10" />
|
||||
<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" />
|
||||
</svg>
|
||||
</RailAction>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user