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