about summary refs log tree commit diff
path: root/configs/shared/emacs/.emacs.d/elpa/all-the-icons-20180125.1557/data/data-alltheicons.el
blob: 3322500f19e96f449d2e5c0352714c5e7fae08b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
(defvar all-the-icons-data/alltheicons-alist
  '(

    ( "apache"             . "\xe909" )
    ( "atom"               . "\xe917" )
    ( "aws"                . "\xe90c" )
    ( "bower"              . "\xe918" )
    ( "c"                  . "\xe915" )
    ( "c-line"             . "\xe90f" )
    ( "clojure"            . "\xe919" )
    ( "clojure-line"       . "\xe91a" )
    ( "coffeescript"       . "\xe914" )
    ( "cplusplus"          . "\xe913" )
    ( "cplusplus-line"     . "\xe910" )
    ( "csharp"             . "\xe911" )
    ( "csharp-line"        . "\xe912" )
    ( "css3"               . "\xe91b" )
    ( "css3-alt"           . "\xe91c" )
    ( "d3"                 . "\xe90e" )
    ( "dlang"              . "\xe935" )
    ( "elixir"             . "\xe936" )
    ( "erlang"             . "\xe934" )
    ( "git"                . "\xe907" )
    ( "go"                 . "\xe91d" )
    ( "google-drive"       . "\xe91e" )
    ( "grunt"              . "\xe90d" )
    ( "grunt-line"         . "\xe91f" )
    ( "gulp"               . "\xe920" )
    ( "haskell"            . "\xe921" )
    ( "html5"              . "\xe932" )
    ( "jasmine"            . "\xe904" )
    ( "java"               . "\xe922" )
    ( "javascript"         . "\xe906" )
    ( "javascript-badge"   . "\xe923" )
    ( "javascript-shield"  . "\xe924" )
    ( "less"               . "\xe90b" )
    ( "nginx"              . "\xe933" )
    ( "nodejs"             . "\xe925" )
    ( "perl"               . "\xe905" )
    ( "perldocs"           . "\xe926" )
    ( "postgresql"         . "\xe938" )
    ( "prolog"             . "\xe927" )
    ( "python"             . "\xe928" )
    ( "react"              . "\xe929" )
    ( "ruby"               . "\xe92a" )
    ( "ruby-alt"           . "\xe92b" )
    ( "rust"               . "\xe92c" )
    ( "sass"               . "\xe92d" )
    ( "scala"              . "\xe908" )
    ( "script"             . "\xe90a" )
    ( "spring"             . "\xe937" )
    ( "stylus"             . "\xe92e" )
    ( "svg"                . "\xe903" )
    ( "swift"              . "\xe92f" )
    ( "terminal"           . "\xe930" )
    ( "terminal-alt"       . "\xe931" )
    ( "battery-charging"   . "\xe939" )

    ( "arrow-left"  . "\xe93a" )
    ( "arrow-right" . "\xe93b" )
    ( "cup-left"    . "\xe93c" )
    ( "cup-right"   . "\xe93d" )
    ( "slant-left"  . "\xe93e" )
    ( "slant-right" . "\xe93f" )
    ( "wave-left"   . "\xe940" )
    ( "wave-right"  . "\xe941" )

    ))

(provide 'data-alltheicons)