/* 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 = () => ( <> ); s.form.submit();'> The frontend of my personal website.Armand Philippot
summaryrefslogtreecommitdiffstats
blob: 344df2a3978a797597197553841e9aa7b319566a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20