-
Notifications
You must be signed in to change notification settings - Fork 27
/
entypoicons.go
289 lines (286 loc) · 10.6 KB
/
entypoicons.go
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
package nanogui
// generated by util/gen_icon_symbols.py
type Icon rune
const (
IconNote Icon = 0x266a
IconNoteBeamed Icon = 0x266b
IconMusic Icon = 0x1f3b5
IconSearch Icon = 0x1f50d
IconFlashlight Icon = 0x1f526
IconMail Icon = 0x2709
IconHeart Icon = 0x2665
IconHeartEmpty Icon = 0x2661
IconStar Icon = 0x2605
IconStarEmpty Icon = 0x2606
IconUser Icon = 0x1f464
IconUsers Icon = 0x1f465
IconUserAdd Icon = 0xe700
IconVideo Icon = 0x1f3ac
IconPicture Icon = 0x1f304
IconCamera Icon = 0x1f4f7
IconLayout Icon = 0x268f
IconMenu Icon = 0x2630
IconCheck Icon = 0x2713
IconCancel Icon = 0x2715
IconCancelCircled Icon = 0x2716
IconCancelSquared Icon = 0x274e
IconPlus Icon = 0x2b
IconPlusCircled Icon = 0x2795
IconPlusSquared Icon = 0x229e
IconMinus Icon = 0x2d
IconMinusCircled Icon = 0x2796
IconMinusSquared Icon = 0x229f
IconHelp Icon = 0x2753
IconHelpCircled Icon = 0xe704
IconInfo Icon = 0x2139
IconInfoCircled Icon = 0xe705
IconBack Icon = 0x1f519
IconHome Icon = 0x2302
IconLink Icon = 0x1f517
IconAttach Icon = 0x1f4ce
IconLock Icon = 0x1f512
IconLockOpen Icon = 0x1f513
IconTag Icon = 0xe70c
IconBookmark Icon = 0x1f516
IconBookmarks Icon = 0x1f4d1
IconFlag Icon = 0x2691
IconThumbsUp Icon = 0x1f44d
IconThumbsDown Icon = 0x1f44e
IconDownload Icon = 0x1f4e5
IconUpload Icon = 0x1f4e4
IconUploadCloud Icon = 0xe711
IconReply Icon = 0xe712
IconReplyAll Icon = 0xe713
IconForward Icon = 0x27a6
IconQuote Icon = 0x275e
IconCode Icon = 0xe714
IconExport Icon = 0xe715
IconFeather Icon = 0x2712
IconPrint Icon = 0xe716
IconRetweet Icon = 0xe717
IconKeyboard Icon = 0x2328
IconComment Icon = 0xe718
IconChat Icon = 0xe720
IconBell Icon = 0x1f514
IconAttention Icon = 0x26a0
IconAlert Icon = 0x1f4a5
IconVcard Icon = 0xe722
IconAddress Icon = 0xe723
IconLocation Icon = 0xe724
IconMap Icon = 0xe727
IconDirection Icon = 0x27a2
IconCompass Icon = 0xe728
IconCup Icon = 0x2615
IconTrash Icon = 0xe729
IconDoc Icon = 0xe730
IconDocs Icon = 0xe736
IconDocLandscape Icon = 0xe737
IconDocText Icon = 0x1f4c4
IconDocTextInv Icon = 0xe731
IconNewspaper Icon = 0x1f4f0
IconBookOpen Icon = 0x1f4d6
IconBook Icon = 0x1f4d5
IconFolder Icon = 0x1f4c1
IconArchive Icon = 0xe738
IconBox Icon = 0x1f4e6
IconRss Icon = 0xe73a
IconPhone Icon = 0x1f4de
IconCog Icon = 0x2699
IconTools Icon = 0x2692
IconShare Icon = 0xe73c
IconShareable Icon = 0xe73e
IconBasket Icon = 0xe73d
IconBag Icon = 0x1f45c
IconCalendar Icon = 0x1f4c5
IconLogin Icon = 0xe740
IconLogout Icon = 0xe741
IconMic Icon = 0x1f3a4
IconMute Icon = 0x1f507
IconSound Icon = 0x1f50a
IconVolume Icon = 0xe742
IconClock Icon = 0x1f554
IconHourglass Icon = 0x23f3
IconLamp Icon = 0x1f4a1
IconLightDown Icon = 0x1f505
IconLightUp Icon = 0x1f506
IconAdjust Icon = 0x25d1
IconBlock Icon = 0x1f6ab
IconResizeFull Icon = 0xe744
IconResizeSmall Icon = 0xe746
IconPopup Icon = 0xe74c
IconPublish Icon = 0xe74d
IconWindow Icon = 0xe74e
IconArrowCombo Icon = 0xe74f
IconDownCircled Icon = 0xe758
IconLeftCircled Icon = 0xe759
IconRightCircled Icon = 0xe75a
IconUpCircled Icon = 0xe75b
IconDownOpen Icon = 0xe75c
IconLeftOpen Icon = 0xe75d
IconRightOpen Icon = 0xe75e
IconUpOpen Icon = 0xe75f
IconDownOpenMini Icon = 0xe760
IconLeftOpenMini Icon = 0xe761
IconRightOpenMini Icon = 0xe762
IconUpOpenMini Icon = 0xe763
IconDownOpenBig Icon = 0xe764
IconLeftOpenBig Icon = 0xe765
IconRightOpenBig Icon = 0xe766
IconUpOpenBig Icon = 0xe767
IconDown Icon = 0x2b07
IconLeft Icon = 0x2b05
IconRight Icon = 0x27a1
IconUp Icon = 0x2b06
IconDownDir Icon = 0x25be
IconLeftDir Icon = 0x25c2
IconRightDir Icon = 0x25b8
IconUpDir Icon = 0x25b4
IconDownBold Icon = 0xe4b0
IconLeftBold Icon = 0xe4ad
IconRightBold Icon = 0xe4ae
IconUpBold Icon = 0xe4af
IconDownThin Icon = 0x2193
IconLeftThin Icon = 0x2190
IconRightThin Icon = 0x2192
IconUpThin Icon = 0x2191
IconCcw Icon = 0x27f2
IconCw Icon = 0x27f3
IconArrowsCcw Icon = 0x1f504
IconLevelDown Icon = 0x21b3
IconLevelUp Icon = 0x21b0
IconShuffle Icon = 0x1f500
IconLoop Icon = 0x1f501
IconSwitch Icon = 0x21c6
IconPlay Icon = 0x25b6
IconStop Icon = 0x25a0
IconPause Icon = 0x2389
IconRecord Icon = 0x26ab
IconToEnd Icon = 0x23ed
IconToStart Icon = 0x23ee
IconFastForward Icon = 0x23e9
IconFastBackward Icon = 0x23ea
IconProgress0 Icon = 0xe768
IconProgress1 Icon = 0xe769
IconProgress2 Icon = 0xe76a
IconProgress3 Icon = 0xe76b
IconTarget Icon = 0x1f3af
IconPalette Icon = 0x1f3a8
IconList Icon = 0xe005
IconListAdd Icon = 0xe003
IconSignal Icon = 0x1f4f6
IconTrophy Icon = 0x1f3c6
IconBattery Icon = 0x1f50b
IconBackInTime Icon = 0xe771
IconMonitor Icon = 0x1f4bb
IconMobile Icon = 0x1f4f1
IconNetwork Icon = 0xe776
IconInbox Icon = 0xe777
IconInstall Icon = 0xe778
IconGlobe Icon = 0x1f30e
IconCloud Icon = 0x2601
IconCloudThunder Icon = 0x26c8
IconFlash Icon = 0x26a1
IconMoon Icon = 0x263d
IconFlight Icon = 0x2708
IconPaperPlane Icon = 0xe79b
IconLeaf Icon = 0x1f342
IconLifebuoy Icon = 0xe788
IconMouse Icon = 0xe789
IconBriefcase Icon = 0x1f4bc
IconSuitcase Icon = 0xe78e
IconDot Icon = 0xe78b
IconDot2 Icon = 0xe78c
IconDot3 Icon = 0xe78d
IconBrush Icon = 0xe79a
IconMagnet Icon = 0xe7a1
IconInfinity Icon = 0x221e
IconErase Icon = 0x232b
IconChartPie Icon = 0xe751
IconChartLine Icon = 0x1f4c8
IconChartBar Icon = 0x1f4ca
IconChartArea Icon = 0x1f53e
IconTape Icon = 0x2707
IconGraduationCap Icon = 0x1f393
IconLanguage Icon = 0xe752
IconTicket Icon = 0x1f3ab
IconWater Icon = 0x1f4a6
IconDroplet Icon = 0x1f4a7
IconAir Icon = 0xe753
IconCreditCard Icon = 0x1f4b3
IconFloppy Icon = 0x1f4be
IconClipboard Icon = 0x1f4cb
IconMegaphone Icon = 0x1f4e3
IconDatabase Icon = 0xe754
IconDrive Icon = 0xe755
IconBucket Icon = 0xe756
IconThermometer Icon = 0xe757
IconKey Icon = 0x1f511
IconFlowCascade Icon = 0xe790
IconFlowBranch Icon = 0xe791
IconFlowTree Icon = 0xe792
IconFlowLine Icon = 0xe793
IconFlowParallel Icon = 0xe794
IconRocket Icon = 0x1f680
IconGauge Icon = 0xe7a2
IconTrafficCone Icon = 0xe7a3
IconCc Icon = 0xe7a5
IconCcBy Icon = 0xe7a6
IconCcNc Icon = 0xe7a7
IconCcNcEu Icon = 0xe7a8
IconCcNcJp Icon = 0xe7a9
IconCcSa Icon = 0xe7aa
IconCcNd Icon = 0xe7ab
IconCcPd Icon = 0xe7ac
IconCcZero Icon = 0xe7ad
IconCcShare Icon = 0xe7ae
IconCcRemix Icon = 0xe7af
IconGithub Icon = 0xf300
IconGithubCircled Icon = 0xf301
IconFlickr Icon = 0xf303
IconFlickrCircled Icon = 0xf304
IconVimeo Icon = 0xf306
IconVimeoCircled Icon = 0xf307
IconTwitter Icon = 0xf309
IconTwitterCircled Icon = 0xf30a
IconFacebook Icon = 0xf30c
IconFacebookCircled Icon = 0xf30d
IconFacebookSquared Icon = 0xf30e
IconGplus Icon = 0xf30f
IconGplusCircled Icon = 0xf310
IconPinterest Icon = 0xf312
IconPinterestCircled Icon = 0xf313
IconTumblr Icon = 0xf315
IconTumblrCircled Icon = 0xf316
IconLinkedin Icon = 0xf318
IconLinkedinCircled Icon = 0xf319
IconDribbble Icon = 0xf31b
IconDribbbleCircled Icon = 0xf31c
IconStumbleupon Icon = 0xf31e
IconStumbleuponCircled Icon = 0xf31f
IconLastfm Icon = 0xf321
IconLastfmCircled Icon = 0xf322
IconRdio Icon = 0xf324
IconRdioCircled Icon = 0xf325
IconSpotify Icon = 0xf327
IconSpotifyCircled Icon = 0xf328
IconQq Icon = 0xf32a
IconInstagrem Icon = 0xf32d
IconDropbox Icon = 0xf330
IconEvernote Icon = 0xf333
IconFlattr Icon = 0xf336
IconSkype Icon = 0xf339
IconSkypeCircled Icon = 0xf33a
IconRenren Icon = 0xf33c
IconSinaWeibo Icon = 0xf33f
IconPaypal Icon = 0xf342
IconPicasa Icon = 0xf345
IconSoundcloud Icon = 0xf348
IconMixi Icon = 0xf34b
IconBehance Icon = 0xf34e
IconGoogleCircles Icon = 0xf351
IconVkontakte Icon = 0xf354
IconSmashing Icon = 0xf357
IconSweden Icon = 0xf601
IconDbShape Icon = 0xf600
IconLogoDb Icon = 0xf603
)