summaryrefslogtreecommitdiff
path: root/fnl/plugins/icons.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/icons.fnl')
-rw-r--r--fnl/plugins/icons.fnl41
1 files changed, 41 insertions, 0 deletions
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 "‒"
+}