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