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} > - - - + + + + + + + + + + + + - - - + + + + + + + + );