/* eslint-disable react/jsx-no-literals */ import type { FC } from 'react'; /** * FeedIconPaths * * Render the svg paths to make a feed icon. */ export const FeedIconPaths: FC = () => ( <> );