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