From f0ca3c1e94080115adfdd8e6ff64090f288863da Mon Sep 17 00:00:00 2001 From: MattIPv4 Date: Mon, 13 May 2024 23:19:15 +0100 Subject: [PATCH] Use traced vector fnm logo --- components/Icons/Platform/FNM.tsx | 97 +++++++++++++++++++++++++------ 1 file changed, 80 insertions(+), 17 deletions(-) diff --git a/components/Icons/Platform/FNM.tsx b/components/Icons/Platform/FNM.tsx index 14bf830b4f33..90407358527b 100644 --- a/components/Icons/Platform/FNM.tsx +++ b/components/Icons/Platform/FNM.tsx @@ -1,6 +1,7 @@ import type { FC, SVGProps } from 'react'; -// @todo: replace with a true vector (https://github.com/Schniz/fnm/issues/798#issuecomment-2068220441) +// @todo: replace with original vector (https://github.com/Schniz/fnm/issues/798#issuecomment-2068220441) +// this is a rough tracing of the available raster image const FNM: FC> = props => ( > = props => ( xmlns="http://www.w3.org/2000/svg" {...props} > - - - + + + + + + + + + + + + - - - + + + + + + + + );