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