diff --git a/+ui.el b/+ui.el
index 1a9707e..c0cd5f4 100644
--- a/+ui.el
+++ b/+ui.el
@@ -31,9 +31,6 @@
 ;; Eliminate gaps between windows
 (after! frame
   (remove-hook 'doom-init-ui-hook #'window-divider-mode))
-;; HACK: Disable Dart icon
-(after! all-the-icons
-  (add-to-list 'all-the-icons-data/file-icon-alist '("dart" . "D")))
 ;; Disable lsp header line
 (after! lsp-mode
   (setq lsp-headerline-breadcrumb-enable nil))