emacs/code/elpa/nerd-icons-20230828.309/data/nerd-icons-data-flicon.el

81 lines
2.7 KiB
EmacsLisp

;;; nerd-icons-data-flicon.el --- glyphset flicon -*- lexical-binding: t -*-
;; Copyright (C) 2023 Hongyu Ding <rainstormstudio@yahoo.com>
;; Author: Hongyu Ding <rainstormstudio@yahoo.com>
;; Keywords: lisp
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; flicon
;; from Nerd Font Version: 3.0.2
;;; Code:
(defvar nerd-icons/flicon-alist
'(
("nf-linux-almalinux" . "\xf31d")
("nf-linux-alpine" . "\xf300")
("nf-linux-aosc" . "\xf301")
("nf-linux-apple" . "\xf302")
("nf-linux-archlabs" . "\xf31e")
("nf-linux-archlinux" . "\xf303")
("nf-linux-artix" . "\xf31f")
("nf-linux-budgie" . "\xf320")
("nf-linux-centos" . "\xf304")
("nf-linux-coreos" . "\xf305")
("nf-linux-debian" . "\xf306")
("nf-linux-deepin" . "\xf321")
("nf-linux-devuan" . "\xf307")
("nf-linux-docker" . "\xf308")
("nf-linux-elementary" . "\xf309")
("nf-linux-endeavour" . "\xf322")
("nf-linux-fedora" . "\xf30a")
("nf-linux-fedora_inverse" . "\xf30b")
("nf-linux-ferris" . "\xf323")
("nf-linux-flathub" . "\xf324")
("nf-linux-freebsd" . "\xf30c")
("nf-linux-gentoo" . "\xf30d")
("nf-linux-gnu_guix" . "\xf325")
("nf-linux-illumos" . "\xf326")
("nf-linux-kali_linux" . "\xf327")
("nf-linux-linuxmint" . "\xf30e")
("nf-linux-linuxmint_inverse" . "\xf30f")
("nf-linux-mageia" . "\xf310")
("nf-linux-mandriva" . "\xf311")
("nf-linux-manjaro" . "\xf312")
("nf-linux-nixos" . "\xf313")
("nf-linux-openbsd" . "\xf328")
("nf-linux-opensuse" . "\xf314")
("nf-linux-parrot" . "\xf329")
("nf-linux-pop_os" . "\xf32a")
("nf-linux-raspberry_pi" . "\xf315")
("nf-linux-redhat" . "\xf316")
("nf-linux-rocky_linux" . "\xf32b")
("nf-linux-sabayon" . "\xf317")
("nf-linux-slackware" . "\xf318")
("nf-linux-slackware_inverse" . "\xf319")
("nf-linux-snappy" . "\xf32c")
("nf-linux-solus" . "\xf32d")
("nf-linux-tux" . "\xf31a")
("nf-linux-ubuntu" . "\xf31b")
("nf-linux-ubuntu_inverse" . "\xf31c")
("nf-linux-void" . "\xf32e")
("nf-linux-zorin" . "\xf32f")
))
(provide 'nerd-icons-data-flicon)
;;; nerd-icons-data-flicon.el ends here