1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
|
/* eslint-disable react/jsx-no-literals */
import type { FC } from 'react';
import styles from './cross-icon-paths.module.scss';
/**
* CrossIconPaths
*
* Render the svg paths to make a cross icon.
*/
export const CrossIconPaths: FC = () => (
<>
| summaryrefslogtreecommitdiffstats |