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