import React from 'react'; const FollowingFeedIcon = ({ width = 24, height = 24, color = '#fff' }) => ( ); export default FollowingFeedIcon;