Refine client rail icons and motion
This commit is contained in:
@@ -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>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user