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