Sha256: 1404595715e7af280b3283aa6cb418147eacf859b86227a4c0b3b652857de178
Contents?: true
Size: 374 Bytes
Versions: 2
Compression:
Stored size: 374 Bytes
Contents
# frozen_string_literal: true module Micro module Menu module Icons ICON_LIST = { 'run' => "\ueb9e", 'terminal' => "\uea85", 'github' => "\uea84", 'chart' => "\ue760", 'jira' => "\ue75c", 'settings' => "\ue615", 'link' => "\ueb15" } def self.all ICON_LIST end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
u-menu-0.8.0 | lib/micro/menu/icons.rb |
u-menu-0.6.0 | lib/micro/menu/icons.rb |