From 2ed263f19bc0d957ba0e7d1efbf162ced67f15bd Mon Sep 17 00:00:00 2001 From: David Dossett Date: Mon, 13 May 2024 10:19:38 -0700 Subject: [PATCH] Add `attach` --- src/icons/attach.svg | 1 + src/template/mapping.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 src/icons/attach.svg diff --git a/src/icons/attach.svg b/src/icons/attach.svg new file mode 100644 index 0000000..10975ea --- /dev/null +++ b/src/icons/attach.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/template/mapping.json b/src/template/mapping.json index 0d07be2..dab7258 100644 --- a/src/template/mapping.json +++ b/src/template/mapping.json @@ -567,5 +567,6 @@ "fold-vertical-filled": 60465, "go-to-search": 60466, "percentage": 60467, - "sort-percentage": 60467 + "sort-percentage": 60467, + "attach": 60468 }