1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2024-12-13 17:18:37 +02:00
nerd-fonts/bin/scripts/lib/i_iec.sh

11 lines
269 B
Bash
Raw Normal View History

2018-01-11 04:14:57 +02:00
#!/bin/bash
# IEC Power Symbols (5 icons)
# Codepoints: 23FB-23FE 2B58
test -n "$__i_iec_loaded" && return || __i_iec_loaded=1
i='⏻' i_iec_power=$i
i='⏼' i_iec_toggle_power=$i
i='⏽' i_iec_power_on=$i
i='⏾' i_iec_sleep_mode=$i
i='⭘' i_iec_power_off=$i
unset i