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