From 7df25e8ce3e98e4cb56c5eb47c6ada1f414e083c Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 20 May 2023 00:08:22 +0200 Subject: Add icons file --- fnl/plugins/icons.fnl | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 fnl/plugins/icons.fnl (limited to 'fnl/plugins/icons.fnl') diff --git a/fnl/plugins/icons.fnl b/fnl/plugins/icons.fnl new file mode 100644 index 0000000..86eec76 --- /dev/null +++ b/fnl/plugins/icons.fnl @@ -0,0 +1,41 @@ +;; Icons. + +{:error "" + :warn "" + :hint "" + :info "" + :other "﫠 " + :git " " + :search "" + :text "" + :notebook "" + :clock "" + :cog "" + :cabinet "󰪶" + :org "" + :checkmark "" + :right-arrow "" + :small-right-arrow "" + :guillemet "»" + :close "" + :git-add "|" + :git-delete "_" + :git-top-delete "‾" + :git-change-delete "~" + :telescope "" + :caret ">" + :cmd "" + :lightning "" + :document "" + :import "" + :keyboard "" + :sleep "鈴" + :filled-orb "●" + :orb "○" + :package "" + :vim "" + :code "" + :play "" + :star "" + :line "‒" +} -- cgit v1.2.3-70-g09d2