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