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