import * as React from 'react'; export interface ServerRack64Props extends React.SVGProps { ariaLabel?: string } export default function ServerRack64({ ariaLabel, ...props }: ServerRack64Props) { return ( ); }