import React from 'react'; const LaunchIcon = ({ color = '#90909E', width = 14, height = 14 }) => ( ); export default LaunchIcon;