import { createIcon } from '../lib/create-icon' const SvgFeedIcon = createIcon(props => { return ( ) }) export default SvgFeedIcon