MIT licensed by Alexander 'ccntrq' Pankoff
Maintained by [email protected]
This version can be pinned in stack with:nerd-font-icons-0.1.0.0@sha256:f18728a39503b09529ad66e29e31b0dbb34af7f2c0709679e4ca926dae6a5143,945

Module documentation for 0.1.0.0

Depends on 1 package(full list with versions):

nerd-font-icons

Nerd Fonts Icons for use in Haskell

A library for using NerdFonts Icons in Haskell Source code.

Usage

Import the module and use the icons in your strings.

import qualified Graphics.Icons.NerdFonts as NF

memInfo :: String ->  String
memInfo memUsedPercent = NF.mdMemory <> " " <> memUsedPercent <> "%"

Autocompletion and this Cheat Sheet are useful to find the icons you want.

Requirements

Requires a patched font to properly display the icons.

You can find more info on how to patch your own fonts here

Info

The module is generated from the Nerd Fonts Repo using this shell script.


Based on Nerd Fonts Version: v3.3.0

Changes

Revision history for nerd-fonts-icons-hs

0.1.0.0 – YYYY-mm-dd

  • First version. Released on an unsuspecting world.