import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgSatellite: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgSatellite; //# sourceMappingURL=Satellite.d.ts.map