Skip to content

Commit

Permalink
So many funicode symbols!
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed Apr 10, 2017
1 parent a67625a commit 37d60eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/Term/Spinner/Color.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ my %frames = (
'ascii_blink' => [ qw(o -) ],
'ascii_v' => [ qw(v < ^ >) ],
'ascii_inflate' => [ qw(. o O o) ],
'uni_earth' => qw(🌍 🌏 🌎),
'uni_moon' => qw(🌑 🌘 🌗 🌖 🌕 🌔 🌒),
'uni_junk_food' => qw(🌭 🌮 🌯 🍔 🍕 🍟),
'uni_clapping' => qw(👐 👏),
'uni_diamonds' => qw(🔹 🔷 🔸 🔶),
'uni_dots' => [ qw(⠋ ⠙ ⠹ ⠸ ⠼ ⠴ ⠦ ⠧ ⠇ ⠏) ],
'uni_dots2' => [ qw(⣾ ⣽ ⣻ ⢿ ⡿ ⣟ ⣯ ⣷) ],
'uni_dots3' => [ qw(⣷ ⣯ ⣟ ⡿ ⢿ ⣻ ⣽ ⣾) ],
Expand Down

0 comments on commit 37d60eb

Please sign in to comment.