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