From db39c2549a50e3cb57f0745f9a183b13145bfdd3 Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Fri, 13 Jan 2023 09:22:08 +0100 Subject: [PATCH] Fix i_custom_asm codepoint [why] The new asm icon replaces the apple icon. I believe this has been entered as offset by mistake. [how] Add new icon to bottom. Signed-off-by: Fini Jastrow --- src/svgs/icons.tsv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/svgs/icons.tsv b/src/svgs/icons.tsv index 2138638a5..b3ec4dc16 100644 --- a/src/svgs/icons.tsv +++ b/src/svgs/icons.tsv @@ -84,7 +84,6 @@ 056 i_custom_emacs emacs_nf.svg 057 i_custom_orgmode orgmode_nf.svg 058 i_custom_kotlin kotlin_nf.svg -59 i_custom_asm asm_nf.svg 058 i_seti_kotlin 059 i_seti_apple apple.svg 060 i_seti_argdown argdown.svg @@ -207,3 +206,4 @@ 174 i_seti_yml yml.svg 175 i_seti_zig zig.svg 176 i_seti_zip zip.svg +177 i_custom_asm asm_nf.svg