phlex-icons-bootstrap 0.9.0 → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,14 +2,2064 @@
2
2
 
3
3
  module Phlex
4
4
  module Icons
5
- module Bootstrap
6
- require_relative 'bootstrap/base'
5
+ module Bootstrap # rubocop:disable Metrics/ModuleLength
6
+ extend Phlex::Icons::Helper
7
+ extend Phlex::Kit
7
8
 
8
- Dir[File.join(__dir__, 'bootstrap', '*.rb')].each do |file|
9
- next if ['base.rb'].include?(::File.basename(file))
9
+ require_relative 'bootstrap/base'
10
10
 
11
- require_relative file
12
- end
11
+ # auto-generated autoload: start
12
+ autoload :Activity, 'phlex/icons/bootstrap/activity'
13
+ autoload :Airplane, 'phlex/icons/bootstrap/airplane'
14
+ autoload :AirplaneEngines, 'phlex/icons/bootstrap/airplane_engines'
15
+ autoload :AirplaneEnginesFill, 'phlex/icons/bootstrap/airplane_engines_fill'
16
+ autoload :AirplaneFill, 'phlex/icons/bootstrap/airplane_fill'
17
+ autoload :Alarm, 'phlex/icons/bootstrap/alarm'
18
+ autoload :AlarmFill, 'phlex/icons/bootstrap/alarm_fill'
19
+ autoload :Alexa, 'phlex/icons/bootstrap/alexa'
20
+ autoload :AlignBottom, 'phlex/icons/bootstrap/align_bottom'
21
+ autoload :AlignCenter, 'phlex/icons/bootstrap/align_center'
22
+ autoload :AlignEnd, 'phlex/icons/bootstrap/align_end'
23
+ autoload :AlignMiddle, 'phlex/icons/bootstrap/align_middle'
24
+ autoload :AlignStart, 'phlex/icons/bootstrap/align_start'
25
+ autoload :AlignTop, 'phlex/icons/bootstrap/align_top'
26
+ autoload :Alipay, 'phlex/icons/bootstrap/alipay'
27
+ autoload :Alphabet, 'phlex/icons/bootstrap/alphabet'
28
+ autoload :AlphabetUppercase, 'phlex/icons/bootstrap/alphabet_uppercase'
29
+ autoload :Alt, 'phlex/icons/bootstrap/alt'
30
+ autoload :Amazon, 'phlex/icons/bootstrap/amazon'
31
+ autoload :Amd, 'phlex/icons/bootstrap/amd'
32
+ autoload :Android, 'phlex/icons/bootstrap/android'
33
+ autoload :Android2, 'phlex/icons/bootstrap/android2'
34
+ autoload :App, 'phlex/icons/bootstrap/app'
35
+ autoload :AppIndicator, 'phlex/icons/bootstrap/app_indicator'
36
+ autoload :Apple, 'phlex/icons/bootstrap/apple'
37
+ autoload :Archive, 'phlex/icons/bootstrap/archive'
38
+ autoload :ArchiveFill, 'phlex/icons/bootstrap/archive_fill'
39
+ autoload :Arrow90degDown, 'phlex/icons/bootstrap/arrow_90deg_down'
40
+ autoload :Arrow90degLeft, 'phlex/icons/bootstrap/arrow_90deg_left'
41
+ autoload :Arrow90degRight, 'phlex/icons/bootstrap/arrow_90deg_right'
42
+ autoload :Arrow90degUp, 'phlex/icons/bootstrap/arrow_90deg_up'
43
+ autoload :ArrowBarDown, 'phlex/icons/bootstrap/arrow_bar_down'
44
+ autoload :ArrowBarLeft, 'phlex/icons/bootstrap/arrow_bar_left'
45
+ autoload :ArrowBarRight, 'phlex/icons/bootstrap/arrow_bar_right'
46
+ autoload :ArrowBarUp, 'phlex/icons/bootstrap/arrow_bar_up'
47
+ autoload :ArrowClockwise, 'phlex/icons/bootstrap/arrow_clockwise'
48
+ autoload :ArrowCounterclockwise, 'phlex/icons/bootstrap/arrow_counterclockwise'
49
+ autoload :ArrowDown, 'phlex/icons/bootstrap/arrow_down'
50
+ autoload :ArrowDownCircle, 'phlex/icons/bootstrap/arrow_down_circle'
51
+ autoload :ArrowDownCircleFill, 'phlex/icons/bootstrap/arrow_down_circle_fill'
52
+ autoload :ArrowDownLeft, 'phlex/icons/bootstrap/arrow_down_left'
53
+ autoload :ArrowDownLeftCircle, 'phlex/icons/bootstrap/arrow_down_left_circle'
54
+ autoload :ArrowDownLeftCircleFill, 'phlex/icons/bootstrap/arrow_down_left_circle_fill'
55
+ autoload :ArrowDownLeftSquare, 'phlex/icons/bootstrap/arrow_down_left_square'
56
+ autoload :ArrowDownLeftSquareFill, 'phlex/icons/bootstrap/arrow_down_left_square_fill'
57
+ autoload :ArrowDownRight, 'phlex/icons/bootstrap/arrow_down_right'
58
+ autoload :ArrowDownRightCircle, 'phlex/icons/bootstrap/arrow_down_right_circle'
59
+ autoload :ArrowDownRightCircleFill, 'phlex/icons/bootstrap/arrow_down_right_circle_fill'
60
+ autoload :ArrowDownRightSquare, 'phlex/icons/bootstrap/arrow_down_right_square'
61
+ autoload :ArrowDownRightSquareFill, 'phlex/icons/bootstrap/arrow_down_right_square_fill'
62
+ autoload :ArrowDownShort, 'phlex/icons/bootstrap/arrow_down_short'
63
+ autoload :ArrowDownSquare, 'phlex/icons/bootstrap/arrow_down_square'
64
+ autoload :ArrowDownSquareFill, 'phlex/icons/bootstrap/arrow_down_square_fill'
65
+ autoload :ArrowDownUp, 'phlex/icons/bootstrap/arrow_down_up'
66
+ autoload :ArrowLeft, 'phlex/icons/bootstrap/arrow_left'
67
+ autoload :ArrowLeftCircle, 'phlex/icons/bootstrap/arrow_left_circle'
68
+ autoload :ArrowLeftCircleFill, 'phlex/icons/bootstrap/arrow_left_circle_fill'
69
+ autoload :ArrowLeftRight, 'phlex/icons/bootstrap/arrow_left_right'
70
+ autoload :ArrowLeftShort, 'phlex/icons/bootstrap/arrow_left_short'
71
+ autoload :ArrowLeftSquare, 'phlex/icons/bootstrap/arrow_left_square'
72
+ autoload :ArrowLeftSquareFill, 'phlex/icons/bootstrap/arrow_left_square_fill'
73
+ autoload :ArrowRepeat, 'phlex/icons/bootstrap/arrow_repeat'
74
+ autoload :ArrowReturnLeft, 'phlex/icons/bootstrap/arrow_return_left'
75
+ autoload :ArrowReturnRight, 'phlex/icons/bootstrap/arrow_return_right'
76
+ autoload :ArrowRight, 'phlex/icons/bootstrap/arrow_right'
77
+ autoload :ArrowRightCircle, 'phlex/icons/bootstrap/arrow_right_circle'
78
+ autoload :ArrowRightCircleFill, 'phlex/icons/bootstrap/arrow_right_circle_fill'
79
+ autoload :ArrowRightShort, 'phlex/icons/bootstrap/arrow_right_short'
80
+ autoload :ArrowRightSquare, 'phlex/icons/bootstrap/arrow_right_square'
81
+ autoload :ArrowRightSquareFill, 'phlex/icons/bootstrap/arrow_right_square_fill'
82
+ autoload :ArrowThroughHeart, 'phlex/icons/bootstrap/arrow_through_heart'
83
+ autoload :ArrowThroughHeartFill, 'phlex/icons/bootstrap/arrow_through_heart_fill'
84
+ autoload :ArrowUp, 'phlex/icons/bootstrap/arrow_up'
85
+ autoload :ArrowUpCircle, 'phlex/icons/bootstrap/arrow_up_circle'
86
+ autoload :ArrowUpCircleFill, 'phlex/icons/bootstrap/arrow_up_circle_fill'
87
+ autoload :ArrowUpLeft, 'phlex/icons/bootstrap/arrow_up_left'
88
+ autoload :ArrowUpLeftCircle, 'phlex/icons/bootstrap/arrow_up_left_circle'
89
+ autoload :ArrowUpLeftCircleFill, 'phlex/icons/bootstrap/arrow_up_left_circle_fill'
90
+ autoload :ArrowUpLeftSquare, 'phlex/icons/bootstrap/arrow_up_left_square'
91
+ autoload :ArrowUpLeftSquareFill, 'phlex/icons/bootstrap/arrow_up_left_square_fill'
92
+ autoload :ArrowUpRight, 'phlex/icons/bootstrap/arrow_up_right'
93
+ autoload :ArrowUpRightCircle, 'phlex/icons/bootstrap/arrow_up_right_circle'
94
+ autoload :ArrowUpRightCircleFill, 'phlex/icons/bootstrap/arrow_up_right_circle_fill'
95
+ autoload :ArrowUpRightSquare, 'phlex/icons/bootstrap/arrow_up_right_square'
96
+ autoload :ArrowUpRightSquareFill, 'phlex/icons/bootstrap/arrow_up_right_square_fill'
97
+ autoload :ArrowUpShort, 'phlex/icons/bootstrap/arrow_up_short'
98
+ autoload :ArrowUpSquare, 'phlex/icons/bootstrap/arrow_up_square'
99
+ autoload :ArrowUpSquareFill, 'phlex/icons/bootstrap/arrow_up_square_fill'
100
+ autoload :Arrows, 'phlex/icons/bootstrap/arrows'
101
+ autoload :ArrowsAngleContract, 'phlex/icons/bootstrap/arrows_angle_contract'
102
+ autoload :ArrowsAngleExpand, 'phlex/icons/bootstrap/arrows_angle_expand'
103
+ autoload :ArrowsCollapse, 'phlex/icons/bootstrap/arrows_collapse'
104
+ autoload :ArrowsCollapseVertical, 'phlex/icons/bootstrap/arrows_collapse_vertical'
105
+ autoload :ArrowsExpand, 'phlex/icons/bootstrap/arrows_expand'
106
+ autoload :ArrowsExpandVertical, 'phlex/icons/bootstrap/arrows_expand_vertical'
107
+ autoload :ArrowsFullscreen, 'phlex/icons/bootstrap/arrows_fullscreen'
108
+ autoload :ArrowsMove, 'phlex/icons/bootstrap/arrows_move'
109
+ autoload :ArrowsVertical, 'phlex/icons/bootstrap/arrows_vertical'
110
+ autoload :AspectRatio, 'phlex/icons/bootstrap/aspect_ratio'
111
+ autoload :AspectRatioFill, 'phlex/icons/bootstrap/aspect_ratio_fill'
112
+ autoload :Asterisk, 'phlex/icons/bootstrap/asterisk'
113
+ autoload :At, 'phlex/icons/bootstrap/at'
114
+ autoload :Award, 'phlex/icons/bootstrap/award'
115
+ autoload :AwardFill, 'phlex/icons/bootstrap/award_fill'
116
+ autoload :Back, 'phlex/icons/bootstrap/back'
117
+ autoload :Backpack, 'phlex/icons/bootstrap/backpack'
118
+ autoload :Backpack2, 'phlex/icons/bootstrap/backpack2'
119
+ autoload :Backpack2Fill, 'phlex/icons/bootstrap/backpack2_fill'
120
+ autoload :Backpack3, 'phlex/icons/bootstrap/backpack3'
121
+ autoload :Backpack3Fill, 'phlex/icons/bootstrap/backpack3_fill'
122
+ autoload :Backpack4, 'phlex/icons/bootstrap/backpack4'
123
+ autoload :Backpack4Fill, 'phlex/icons/bootstrap/backpack4_fill'
124
+ autoload :BackpackFill, 'phlex/icons/bootstrap/backpack_fill'
125
+ autoload :Backspace, 'phlex/icons/bootstrap/backspace'
126
+ autoload :BackspaceFill, 'phlex/icons/bootstrap/backspace_fill'
127
+ autoload :BackspaceReverse, 'phlex/icons/bootstrap/backspace_reverse'
128
+ autoload :BackspaceReverseFill, 'phlex/icons/bootstrap/backspace_reverse_fill'
129
+ autoload :Badge3d, 'phlex/icons/bootstrap/badge_3d'
130
+ autoload :Badge3dFill, 'phlex/icons/bootstrap/badge_3d_fill'
131
+ autoload :Badge4k, 'phlex/icons/bootstrap/badge_4k'
132
+ autoload :Badge4kFill, 'phlex/icons/bootstrap/badge_4k_fill'
133
+ autoload :Badge8k, 'phlex/icons/bootstrap/badge_8k'
134
+ autoload :Badge8kFill, 'phlex/icons/bootstrap/badge_8k_fill'
135
+ autoload :BadgeAd, 'phlex/icons/bootstrap/badge_ad'
136
+ autoload :BadgeAdFill, 'phlex/icons/bootstrap/badge_ad_fill'
137
+ autoload :BadgeAr, 'phlex/icons/bootstrap/badge_ar'
138
+ autoload :BadgeArFill, 'phlex/icons/bootstrap/badge_ar_fill'
139
+ autoload :BadgeCc, 'phlex/icons/bootstrap/badge_cc'
140
+ autoload :BadgeCcFill, 'phlex/icons/bootstrap/badge_cc_fill'
141
+ autoload :BadgeHd, 'phlex/icons/bootstrap/badge_hd'
142
+ autoload :BadgeHdFill, 'phlex/icons/bootstrap/badge_hd_fill'
143
+ autoload :BadgeSd, 'phlex/icons/bootstrap/badge_sd'
144
+ autoload :BadgeSdFill, 'phlex/icons/bootstrap/badge_sd_fill'
145
+ autoload :BadgeTm, 'phlex/icons/bootstrap/badge_tm'
146
+ autoload :BadgeTmFill, 'phlex/icons/bootstrap/badge_tm_fill'
147
+ autoload :BadgeVo, 'phlex/icons/bootstrap/badge_vo'
148
+ autoload :BadgeVoFill, 'phlex/icons/bootstrap/badge_vo_fill'
149
+ autoload :BadgeVr, 'phlex/icons/bootstrap/badge_vr'
150
+ autoload :BadgeVrFill, 'phlex/icons/bootstrap/badge_vr_fill'
151
+ autoload :BadgeWc, 'phlex/icons/bootstrap/badge_wc'
152
+ autoload :BadgeWcFill, 'phlex/icons/bootstrap/badge_wc_fill'
153
+ autoload :Bag, 'phlex/icons/bootstrap/bag'
154
+ autoload :BagCheck, 'phlex/icons/bootstrap/bag_check'
155
+ autoload :BagCheckFill, 'phlex/icons/bootstrap/bag_check_fill'
156
+ autoload :BagDash, 'phlex/icons/bootstrap/bag_dash'
157
+ autoload :BagDashFill, 'phlex/icons/bootstrap/bag_dash_fill'
158
+ autoload :BagFill, 'phlex/icons/bootstrap/bag_fill'
159
+ autoload :BagHeart, 'phlex/icons/bootstrap/bag_heart'
160
+ autoload :BagHeartFill, 'phlex/icons/bootstrap/bag_heart_fill'
161
+ autoload :BagPlus, 'phlex/icons/bootstrap/bag_plus'
162
+ autoload :BagPlusFill, 'phlex/icons/bootstrap/bag_plus_fill'
163
+ autoload :BagX, 'phlex/icons/bootstrap/bag_x'
164
+ autoload :BagXFill, 'phlex/icons/bootstrap/bag_x_fill'
165
+ autoload :Balloon, 'phlex/icons/bootstrap/balloon'
166
+ autoload :BalloonFill, 'phlex/icons/bootstrap/balloon_fill'
167
+ autoload :BalloonHeart, 'phlex/icons/bootstrap/balloon_heart'
168
+ autoload :BalloonHeartFill, 'phlex/icons/bootstrap/balloon_heart_fill'
169
+ autoload :Ban, 'phlex/icons/bootstrap/ban'
170
+ autoload :BanFill, 'phlex/icons/bootstrap/ban_fill'
171
+ autoload :Bandaid, 'phlex/icons/bootstrap/bandaid'
172
+ autoload :BandaidFill, 'phlex/icons/bootstrap/bandaid_fill'
173
+ autoload :Bank, 'phlex/icons/bootstrap/bank'
174
+ autoload :Bank2, 'phlex/icons/bootstrap/bank2'
175
+ autoload :BarChart, 'phlex/icons/bootstrap/bar_chart'
176
+ autoload :BarChartFill, 'phlex/icons/bootstrap/bar_chart_fill'
177
+ autoload :BarChartLine, 'phlex/icons/bootstrap/bar_chart_line'
178
+ autoload :BarChartLineFill, 'phlex/icons/bootstrap/bar_chart_line_fill'
179
+ autoload :BarChartSteps, 'phlex/icons/bootstrap/bar_chart_steps'
180
+ autoload :Basket, 'phlex/icons/bootstrap/basket'
181
+ autoload :Basket2, 'phlex/icons/bootstrap/basket2'
182
+ autoload :Basket2Fill, 'phlex/icons/bootstrap/basket2_fill'
183
+ autoload :Basket3, 'phlex/icons/bootstrap/basket3'
184
+ autoload :Basket3Fill, 'phlex/icons/bootstrap/basket3_fill'
185
+ autoload :BasketFill, 'phlex/icons/bootstrap/basket_fill'
186
+ autoload :Battery, 'phlex/icons/bootstrap/battery'
187
+ autoload :BatteryCharging, 'phlex/icons/bootstrap/battery_charging'
188
+ autoload :BatteryFull, 'phlex/icons/bootstrap/battery_full'
189
+ autoload :BatteryHalf, 'phlex/icons/bootstrap/battery_half'
190
+ autoload :Behance, 'phlex/icons/bootstrap/behance'
191
+ autoload :Bell, 'phlex/icons/bootstrap/bell'
192
+ autoload :BellFill, 'phlex/icons/bootstrap/bell_fill'
193
+ autoload :BellSlash, 'phlex/icons/bootstrap/bell_slash'
194
+ autoload :BellSlashFill, 'phlex/icons/bootstrap/bell_slash_fill'
195
+ autoload :Bezier, 'phlex/icons/bootstrap/bezier'
196
+ autoload :Bezier2, 'phlex/icons/bootstrap/bezier2'
197
+ autoload :Bicycle, 'phlex/icons/bootstrap/bicycle'
198
+ autoload :Bing, 'phlex/icons/bootstrap/bing'
199
+ autoload :Binoculars, 'phlex/icons/bootstrap/binoculars'
200
+ autoload :BinocularsFill, 'phlex/icons/bootstrap/binoculars_fill'
201
+ autoload :BlockquoteLeft, 'phlex/icons/bootstrap/blockquote_left'
202
+ autoload :BlockquoteRight, 'phlex/icons/bootstrap/blockquote_right'
203
+ autoload :Bluetooth, 'phlex/icons/bootstrap/bluetooth'
204
+ autoload :BodyText, 'phlex/icons/bootstrap/body_text'
205
+ autoload :Book, 'phlex/icons/bootstrap/book'
206
+ autoload :BookFill, 'phlex/icons/bootstrap/book_fill'
207
+ autoload :BookHalf, 'phlex/icons/bootstrap/book_half'
208
+ autoload :Bookmark, 'phlex/icons/bootstrap/bookmark'
209
+ autoload :BookmarkCheck, 'phlex/icons/bootstrap/bookmark_check'
210
+ autoload :BookmarkCheckFill, 'phlex/icons/bootstrap/bookmark_check_fill'
211
+ autoload :BookmarkDash, 'phlex/icons/bootstrap/bookmark_dash'
212
+ autoload :BookmarkDashFill, 'phlex/icons/bootstrap/bookmark_dash_fill'
213
+ autoload :BookmarkFill, 'phlex/icons/bootstrap/bookmark_fill'
214
+ autoload :BookmarkHeart, 'phlex/icons/bootstrap/bookmark_heart'
215
+ autoload :BookmarkHeartFill, 'phlex/icons/bootstrap/bookmark_heart_fill'
216
+ autoload :BookmarkPlus, 'phlex/icons/bootstrap/bookmark_plus'
217
+ autoload :BookmarkPlusFill, 'phlex/icons/bootstrap/bookmark_plus_fill'
218
+ autoload :BookmarkStar, 'phlex/icons/bootstrap/bookmark_star'
219
+ autoload :BookmarkStarFill, 'phlex/icons/bootstrap/bookmark_star_fill'
220
+ autoload :BookmarkX, 'phlex/icons/bootstrap/bookmark_x'
221
+ autoload :BookmarkXFill, 'phlex/icons/bootstrap/bookmark_x_fill'
222
+ autoload :Bookmarks, 'phlex/icons/bootstrap/bookmarks'
223
+ autoload :BookmarksFill, 'phlex/icons/bootstrap/bookmarks_fill'
224
+ autoload :Bookshelf, 'phlex/icons/bootstrap/bookshelf'
225
+ autoload :Boombox, 'phlex/icons/bootstrap/boombox'
226
+ autoload :BoomboxFill, 'phlex/icons/bootstrap/boombox_fill'
227
+ autoload :Bootstrap, 'phlex/icons/bootstrap/bootstrap'
228
+ autoload :BootstrapFill, 'phlex/icons/bootstrap/bootstrap_fill'
229
+ autoload :BootstrapReboot, 'phlex/icons/bootstrap/bootstrap_reboot'
230
+ autoload :Border, 'phlex/icons/bootstrap/border'
231
+ autoload :BorderAll, 'phlex/icons/bootstrap/border_all'
232
+ autoload :BorderBottom, 'phlex/icons/bootstrap/border_bottom'
233
+ autoload :BorderCenter, 'phlex/icons/bootstrap/border_center'
234
+ autoload :BorderInner, 'phlex/icons/bootstrap/border_inner'
235
+ autoload :BorderLeft, 'phlex/icons/bootstrap/border_left'
236
+ autoload :BorderMiddle, 'phlex/icons/bootstrap/border_middle'
237
+ autoload :BorderOuter, 'phlex/icons/bootstrap/border_outer'
238
+ autoload :BorderRight, 'phlex/icons/bootstrap/border_right'
239
+ autoload :BorderStyle, 'phlex/icons/bootstrap/border_style'
240
+ autoload :BorderTop, 'phlex/icons/bootstrap/border_top'
241
+ autoload :BorderWidth, 'phlex/icons/bootstrap/border_width'
242
+ autoload :BoundingBox, 'phlex/icons/bootstrap/bounding_box'
243
+ autoload :BoundingBoxCircles, 'phlex/icons/bootstrap/bounding_box_circles'
244
+ autoload :Box, 'phlex/icons/bootstrap/box'
245
+ autoload :Box2, 'phlex/icons/bootstrap/box2'
246
+ autoload :Box2Fill, 'phlex/icons/bootstrap/box2_fill'
247
+ autoload :Box2Heart, 'phlex/icons/bootstrap/box2_heart'
248
+ autoload :Box2HeartFill, 'phlex/icons/bootstrap/box2_heart_fill'
249
+ autoload :BoxArrowDown, 'phlex/icons/bootstrap/box_arrow_down'
250
+ autoload :BoxArrowDownLeft, 'phlex/icons/bootstrap/box_arrow_down_left'
251
+ autoload :BoxArrowDownRight, 'phlex/icons/bootstrap/box_arrow_down_right'
252
+ autoload :BoxArrowInDown, 'phlex/icons/bootstrap/box_arrow_in_down'
253
+ autoload :BoxArrowInDownLeft, 'phlex/icons/bootstrap/box_arrow_in_down_left'
254
+ autoload :BoxArrowInDownRight, 'phlex/icons/bootstrap/box_arrow_in_down_right'
255
+ autoload :BoxArrowInLeft, 'phlex/icons/bootstrap/box_arrow_in_left'
256
+ autoload :BoxArrowInRight, 'phlex/icons/bootstrap/box_arrow_in_right'
257
+ autoload :BoxArrowInUp, 'phlex/icons/bootstrap/box_arrow_in_up'
258
+ autoload :BoxArrowInUpLeft, 'phlex/icons/bootstrap/box_arrow_in_up_left'
259
+ autoload :BoxArrowInUpRight, 'phlex/icons/bootstrap/box_arrow_in_up_right'
260
+ autoload :BoxArrowLeft, 'phlex/icons/bootstrap/box_arrow_left'
261
+ autoload :BoxArrowRight, 'phlex/icons/bootstrap/box_arrow_right'
262
+ autoload :BoxArrowUp, 'phlex/icons/bootstrap/box_arrow_up'
263
+ autoload :BoxArrowUpLeft, 'phlex/icons/bootstrap/box_arrow_up_left'
264
+ autoload :BoxArrowUpRight, 'phlex/icons/bootstrap/box_arrow_up_right'
265
+ autoload :BoxFill, 'phlex/icons/bootstrap/box_fill'
266
+ autoload :BoxSeam, 'phlex/icons/bootstrap/box_seam'
267
+ autoload :BoxSeamFill, 'phlex/icons/bootstrap/box_seam_fill'
268
+ autoload :Boxes, 'phlex/icons/bootstrap/boxes'
269
+ autoload :Braces, 'phlex/icons/bootstrap/braces'
270
+ autoload :BracesAsterisk, 'phlex/icons/bootstrap/braces_asterisk'
271
+ autoload :Bricks, 'phlex/icons/bootstrap/bricks'
272
+ autoload :Briefcase, 'phlex/icons/bootstrap/briefcase'
273
+ autoload :BriefcaseFill, 'phlex/icons/bootstrap/briefcase_fill'
274
+ autoload :BrightnessAltHigh, 'phlex/icons/bootstrap/brightness_alt_high'
275
+ autoload :BrightnessAltHighFill, 'phlex/icons/bootstrap/brightness_alt_high_fill'
276
+ autoload :BrightnessAltLow, 'phlex/icons/bootstrap/brightness_alt_low'
277
+ autoload :BrightnessAltLowFill, 'phlex/icons/bootstrap/brightness_alt_low_fill'
278
+ autoload :BrightnessHigh, 'phlex/icons/bootstrap/brightness_high'
279
+ autoload :BrightnessHighFill, 'phlex/icons/bootstrap/brightness_high_fill'
280
+ autoload :BrightnessLow, 'phlex/icons/bootstrap/brightness_low'
281
+ autoload :BrightnessLowFill, 'phlex/icons/bootstrap/brightness_low_fill'
282
+ autoload :Brilliance, 'phlex/icons/bootstrap/brilliance'
283
+ autoload :Broadcast, 'phlex/icons/bootstrap/broadcast'
284
+ autoload :BroadcastPin, 'phlex/icons/bootstrap/broadcast_pin'
285
+ autoload :BrowserChrome, 'phlex/icons/bootstrap/browser_chrome'
286
+ autoload :BrowserEdge, 'phlex/icons/bootstrap/browser_edge'
287
+ autoload :BrowserFirefox, 'phlex/icons/bootstrap/browser_firefox'
288
+ autoload :BrowserSafari, 'phlex/icons/bootstrap/browser_safari'
289
+ autoload :Brush, 'phlex/icons/bootstrap/brush'
290
+ autoload :BrushFill, 'phlex/icons/bootstrap/brush_fill'
291
+ autoload :Bucket, 'phlex/icons/bootstrap/bucket'
292
+ autoload :BucketFill, 'phlex/icons/bootstrap/bucket_fill'
293
+ autoload :Bug, 'phlex/icons/bootstrap/bug'
294
+ autoload :BugFill, 'phlex/icons/bootstrap/bug_fill'
295
+ autoload :Building, 'phlex/icons/bootstrap/building'
296
+ autoload :BuildingAdd, 'phlex/icons/bootstrap/building_add'
297
+ autoload :BuildingCheck, 'phlex/icons/bootstrap/building_check'
298
+ autoload :BuildingDash, 'phlex/icons/bootstrap/building_dash'
299
+ autoload :BuildingDown, 'phlex/icons/bootstrap/building_down'
300
+ autoload :BuildingExclamation, 'phlex/icons/bootstrap/building_exclamation'
301
+ autoload :BuildingFill, 'phlex/icons/bootstrap/building_fill'
302
+ autoload :BuildingFillAdd, 'phlex/icons/bootstrap/building_fill_add'
303
+ autoload :BuildingFillCheck, 'phlex/icons/bootstrap/building_fill_check'
304
+ autoload :BuildingFillDash, 'phlex/icons/bootstrap/building_fill_dash'
305
+ autoload :BuildingFillDown, 'phlex/icons/bootstrap/building_fill_down'
306
+ autoload :BuildingFillExclamation, 'phlex/icons/bootstrap/building_fill_exclamation'
307
+ autoload :BuildingFillGear, 'phlex/icons/bootstrap/building_fill_gear'
308
+ autoload :BuildingFillLock, 'phlex/icons/bootstrap/building_fill_lock'
309
+ autoload :BuildingFillSlash, 'phlex/icons/bootstrap/building_fill_slash'
310
+ autoload :BuildingFillUp, 'phlex/icons/bootstrap/building_fill_up'
311
+ autoload :BuildingFillX, 'phlex/icons/bootstrap/building_fill_x'
312
+ autoload :BuildingGear, 'phlex/icons/bootstrap/building_gear'
313
+ autoload :BuildingLock, 'phlex/icons/bootstrap/building_lock'
314
+ autoload :BuildingSlash, 'phlex/icons/bootstrap/building_slash'
315
+ autoload :BuildingUp, 'phlex/icons/bootstrap/building_up'
316
+ autoload :BuildingX, 'phlex/icons/bootstrap/building_x'
317
+ autoload :Buildings, 'phlex/icons/bootstrap/buildings'
318
+ autoload :BuildingsFill, 'phlex/icons/bootstrap/buildings_fill'
319
+ autoload :Bullseye, 'phlex/icons/bootstrap/bullseye'
320
+ autoload :BusFront, 'phlex/icons/bootstrap/bus_front'
321
+ autoload :BusFrontFill, 'phlex/icons/bootstrap/bus_front_fill'
322
+ autoload :CCircle, 'phlex/icons/bootstrap/c_circle'
323
+ autoload :CCircleFill, 'phlex/icons/bootstrap/c_circle_fill'
324
+ autoload :CSquare, 'phlex/icons/bootstrap/c_square'
325
+ autoload :CSquareFill, 'phlex/icons/bootstrap/c_square_fill'
326
+ autoload :Cake, 'phlex/icons/bootstrap/cake'
327
+ autoload :Cake2, 'phlex/icons/bootstrap/cake2'
328
+ autoload :Cake2Fill, 'phlex/icons/bootstrap/cake2_fill'
329
+ autoload :CakeFill, 'phlex/icons/bootstrap/cake_fill'
330
+ autoload :Calculator, 'phlex/icons/bootstrap/calculator'
331
+ autoload :CalculatorFill, 'phlex/icons/bootstrap/calculator_fill'
332
+ autoload :Calendar, 'phlex/icons/bootstrap/calendar'
333
+ autoload :Calendar2, 'phlex/icons/bootstrap/calendar2'
334
+ autoload :Calendar2Check, 'phlex/icons/bootstrap/calendar2_check'
335
+ autoload :Calendar2CheckFill, 'phlex/icons/bootstrap/calendar2_check_fill'
336
+ autoload :Calendar2Date, 'phlex/icons/bootstrap/calendar2_date'
337
+ autoload :Calendar2DateFill, 'phlex/icons/bootstrap/calendar2_date_fill'
338
+ autoload :Calendar2Day, 'phlex/icons/bootstrap/calendar2_day'
339
+ autoload :Calendar2DayFill, 'phlex/icons/bootstrap/calendar2_day_fill'
340
+ autoload :Calendar2Event, 'phlex/icons/bootstrap/calendar2_event'
341
+ autoload :Calendar2EventFill, 'phlex/icons/bootstrap/calendar2_event_fill'
342
+ autoload :Calendar2Fill, 'phlex/icons/bootstrap/calendar2_fill'
343
+ autoload :Calendar2Heart, 'phlex/icons/bootstrap/calendar2_heart'
344
+ autoload :Calendar2HeartFill, 'phlex/icons/bootstrap/calendar2_heart_fill'
345
+ autoload :Calendar2Minus, 'phlex/icons/bootstrap/calendar2_minus'
346
+ autoload :Calendar2MinusFill, 'phlex/icons/bootstrap/calendar2_minus_fill'
347
+ autoload :Calendar2Month, 'phlex/icons/bootstrap/calendar2_month'
348
+ autoload :Calendar2MonthFill, 'phlex/icons/bootstrap/calendar2_month_fill'
349
+ autoload :Calendar2Plus, 'phlex/icons/bootstrap/calendar2_plus'
350
+ autoload :Calendar2PlusFill, 'phlex/icons/bootstrap/calendar2_plus_fill'
351
+ autoload :Calendar2Range, 'phlex/icons/bootstrap/calendar2_range'
352
+ autoload :Calendar2RangeFill, 'phlex/icons/bootstrap/calendar2_range_fill'
353
+ autoload :Calendar2Week, 'phlex/icons/bootstrap/calendar2_week'
354
+ autoload :Calendar2WeekFill, 'phlex/icons/bootstrap/calendar2_week_fill'
355
+ autoload :Calendar2X, 'phlex/icons/bootstrap/calendar2_x'
356
+ autoload :Calendar2XFill, 'phlex/icons/bootstrap/calendar2_x_fill'
357
+ autoload :Calendar3, 'phlex/icons/bootstrap/calendar3'
358
+ autoload :Calendar3Event, 'phlex/icons/bootstrap/calendar3_event'
359
+ autoload :Calendar3EventFill, 'phlex/icons/bootstrap/calendar3_event_fill'
360
+ autoload :Calendar3Fill, 'phlex/icons/bootstrap/calendar3_fill'
361
+ autoload :Calendar3Range, 'phlex/icons/bootstrap/calendar3_range'
362
+ autoload :Calendar3RangeFill, 'phlex/icons/bootstrap/calendar3_range_fill'
363
+ autoload :Calendar3Week, 'phlex/icons/bootstrap/calendar3_week'
364
+ autoload :Calendar3WeekFill, 'phlex/icons/bootstrap/calendar3_week_fill'
365
+ autoload :Calendar4, 'phlex/icons/bootstrap/calendar4'
366
+ autoload :Calendar4Event, 'phlex/icons/bootstrap/calendar4_event'
367
+ autoload :Calendar4Range, 'phlex/icons/bootstrap/calendar4_range'
368
+ autoload :Calendar4Week, 'phlex/icons/bootstrap/calendar4_week'
369
+ autoload :CalendarCheck, 'phlex/icons/bootstrap/calendar_check'
370
+ autoload :CalendarCheckFill, 'phlex/icons/bootstrap/calendar_check_fill'
371
+ autoload :CalendarDate, 'phlex/icons/bootstrap/calendar_date'
372
+ autoload :CalendarDateFill, 'phlex/icons/bootstrap/calendar_date_fill'
373
+ autoload :CalendarDay, 'phlex/icons/bootstrap/calendar_day'
374
+ autoload :CalendarDayFill, 'phlex/icons/bootstrap/calendar_day_fill'
375
+ autoload :CalendarEvent, 'phlex/icons/bootstrap/calendar_event'
376
+ autoload :CalendarEventFill, 'phlex/icons/bootstrap/calendar_event_fill'
377
+ autoload :CalendarFill, 'phlex/icons/bootstrap/calendar_fill'
378
+ autoload :CalendarHeart, 'phlex/icons/bootstrap/calendar_heart'
379
+ autoload :CalendarHeartFill, 'phlex/icons/bootstrap/calendar_heart_fill'
380
+ autoload :CalendarMinus, 'phlex/icons/bootstrap/calendar_minus'
381
+ autoload :CalendarMinusFill, 'phlex/icons/bootstrap/calendar_minus_fill'
382
+ autoload :CalendarMonth, 'phlex/icons/bootstrap/calendar_month'
383
+ autoload :CalendarMonthFill, 'phlex/icons/bootstrap/calendar_month_fill'
384
+ autoload :CalendarPlus, 'phlex/icons/bootstrap/calendar_plus'
385
+ autoload :CalendarPlusFill, 'phlex/icons/bootstrap/calendar_plus_fill'
386
+ autoload :CalendarRange, 'phlex/icons/bootstrap/calendar_range'
387
+ autoload :CalendarRangeFill, 'phlex/icons/bootstrap/calendar_range_fill'
388
+ autoload :CalendarWeek, 'phlex/icons/bootstrap/calendar_week'
389
+ autoload :CalendarWeekFill, 'phlex/icons/bootstrap/calendar_week_fill'
390
+ autoload :CalendarX, 'phlex/icons/bootstrap/calendar_x'
391
+ autoload :CalendarXFill, 'phlex/icons/bootstrap/calendar_x_fill'
392
+ autoload :Camera, 'phlex/icons/bootstrap/camera'
393
+ autoload :Camera2, 'phlex/icons/bootstrap/camera2'
394
+ autoload :CameraFill, 'phlex/icons/bootstrap/camera_fill'
395
+ autoload :CameraReels, 'phlex/icons/bootstrap/camera_reels'
396
+ autoload :CameraReelsFill, 'phlex/icons/bootstrap/camera_reels_fill'
397
+ autoload :CameraVideo, 'phlex/icons/bootstrap/camera_video'
398
+ autoload :CameraVideoFill, 'phlex/icons/bootstrap/camera_video_fill'
399
+ autoload :CameraVideoOff, 'phlex/icons/bootstrap/camera_video_off'
400
+ autoload :CameraVideoOffFill, 'phlex/icons/bootstrap/camera_video_off_fill'
401
+ autoload :Capslock, 'phlex/icons/bootstrap/capslock'
402
+ autoload :CapslockFill, 'phlex/icons/bootstrap/capslock_fill'
403
+ autoload :Capsule, 'phlex/icons/bootstrap/capsule'
404
+ autoload :CapsulePill, 'phlex/icons/bootstrap/capsule_pill'
405
+ autoload :CarFront, 'phlex/icons/bootstrap/car_front'
406
+ autoload :CarFrontFill, 'phlex/icons/bootstrap/car_front_fill'
407
+ autoload :CardChecklist, 'phlex/icons/bootstrap/card_checklist'
408
+ autoload :CardHeading, 'phlex/icons/bootstrap/card_heading'
409
+ autoload :CardImage, 'phlex/icons/bootstrap/card_image'
410
+ autoload :CardList, 'phlex/icons/bootstrap/card_list'
411
+ autoload :CardText, 'phlex/icons/bootstrap/card_text'
412
+ autoload :CaretDown, 'phlex/icons/bootstrap/caret_down'
413
+ autoload :CaretDownFill, 'phlex/icons/bootstrap/caret_down_fill'
414
+ autoload :CaretDownSquare, 'phlex/icons/bootstrap/caret_down_square'
415
+ autoload :CaretDownSquareFill, 'phlex/icons/bootstrap/caret_down_square_fill'
416
+ autoload :CaretLeft, 'phlex/icons/bootstrap/caret_left'
417
+ autoload :CaretLeftFill, 'phlex/icons/bootstrap/caret_left_fill'
418
+ autoload :CaretLeftSquare, 'phlex/icons/bootstrap/caret_left_square'
419
+ autoload :CaretLeftSquareFill, 'phlex/icons/bootstrap/caret_left_square_fill'
420
+ autoload :CaretRight, 'phlex/icons/bootstrap/caret_right'
421
+ autoload :CaretRightFill, 'phlex/icons/bootstrap/caret_right_fill'
422
+ autoload :CaretRightSquare, 'phlex/icons/bootstrap/caret_right_square'
423
+ autoload :CaretRightSquareFill, 'phlex/icons/bootstrap/caret_right_square_fill'
424
+ autoload :CaretUp, 'phlex/icons/bootstrap/caret_up'
425
+ autoload :CaretUpFill, 'phlex/icons/bootstrap/caret_up_fill'
426
+ autoload :CaretUpSquare, 'phlex/icons/bootstrap/caret_up_square'
427
+ autoload :CaretUpSquareFill, 'phlex/icons/bootstrap/caret_up_square_fill'
428
+ autoload :Cart, 'phlex/icons/bootstrap/cart'
429
+ autoload :Cart2, 'phlex/icons/bootstrap/cart2'
430
+ autoload :Cart3, 'phlex/icons/bootstrap/cart3'
431
+ autoload :Cart4, 'phlex/icons/bootstrap/cart4'
432
+ autoload :CartCheck, 'phlex/icons/bootstrap/cart_check'
433
+ autoload :CartCheckFill, 'phlex/icons/bootstrap/cart_check_fill'
434
+ autoload :CartDash, 'phlex/icons/bootstrap/cart_dash'
435
+ autoload :CartDashFill, 'phlex/icons/bootstrap/cart_dash_fill'
436
+ autoload :CartFill, 'phlex/icons/bootstrap/cart_fill'
437
+ autoload :CartPlus, 'phlex/icons/bootstrap/cart_plus'
438
+ autoload :CartPlusFill, 'phlex/icons/bootstrap/cart_plus_fill'
439
+ autoload :CartX, 'phlex/icons/bootstrap/cart_x'
440
+ autoload :CartXFill, 'phlex/icons/bootstrap/cart_x_fill'
441
+ autoload :Cash, 'phlex/icons/bootstrap/cash'
442
+ autoload :CashCoin, 'phlex/icons/bootstrap/cash_coin'
443
+ autoload :CashStack, 'phlex/icons/bootstrap/cash_stack'
444
+ autoload :Cassette, 'phlex/icons/bootstrap/cassette'
445
+ autoload :CassetteFill, 'phlex/icons/bootstrap/cassette_fill'
446
+ autoload :Cast, 'phlex/icons/bootstrap/cast'
447
+ autoload :CcCircle, 'phlex/icons/bootstrap/cc_circle'
448
+ autoload :CcCircleFill, 'phlex/icons/bootstrap/cc_circle_fill'
449
+ autoload :CcSquare, 'phlex/icons/bootstrap/cc_square'
450
+ autoload :CcSquareFill, 'phlex/icons/bootstrap/cc_square_fill'
451
+ autoload :Chat, 'phlex/icons/bootstrap/chat'
452
+ autoload :ChatDots, 'phlex/icons/bootstrap/chat_dots'
453
+ autoload :ChatDotsFill, 'phlex/icons/bootstrap/chat_dots_fill'
454
+ autoload :ChatFill, 'phlex/icons/bootstrap/chat_fill'
455
+ autoload :ChatHeart, 'phlex/icons/bootstrap/chat_heart'
456
+ autoload :ChatHeartFill, 'phlex/icons/bootstrap/chat_heart_fill'
457
+ autoload :ChatLeft, 'phlex/icons/bootstrap/chat_left'
458
+ autoload :ChatLeftDots, 'phlex/icons/bootstrap/chat_left_dots'
459
+ autoload :ChatLeftDotsFill, 'phlex/icons/bootstrap/chat_left_dots_fill'
460
+ autoload :ChatLeftFill, 'phlex/icons/bootstrap/chat_left_fill'
461
+ autoload :ChatLeftHeart, 'phlex/icons/bootstrap/chat_left_heart'
462
+ autoload :ChatLeftHeartFill, 'phlex/icons/bootstrap/chat_left_heart_fill'
463
+ autoload :ChatLeftQuote, 'phlex/icons/bootstrap/chat_left_quote'
464
+ autoload :ChatLeftQuoteFill, 'phlex/icons/bootstrap/chat_left_quote_fill'
465
+ autoload :ChatLeftText, 'phlex/icons/bootstrap/chat_left_text'
466
+ autoload :ChatLeftTextFill, 'phlex/icons/bootstrap/chat_left_text_fill'
467
+ autoload :ChatQuote, 'phlex/icons/bootstrap/chat_quote'
468
+ autoload :ChatQuoteFill, 'phlex/icons/bootstrap/chat_quote_fill'
469
+ autoload :ChatRight, 'phlex/icons/bootstrap/chat_right'
470
+ autoload :ChatRightDots, 'phlex/icons/bootstrap/chat_right_dots'
471
+ autoload :ChatRightDotsFill, 'phlex/icons/bootstrap/chat_right_dots_fill'
472
+ autoload :ChatRightFill, 'phlex/icons/bootstrap/chat_right_fill'
473
+ autoload :ChatRightHeart, 'phlex/icons/bootstrap/chat_right_heart'
474
+ autoload :ChatRightHeartFill, 'phlex/icons/bootstrap/chat_right_heart_fill'
475
+ autoload :ChatRightQuote, 'phlex/icons/bootstrap/chat_right_quote'
476
+ autoload :ChatRightQuoteFill, 'phlex/icons/bootstrap/chat_right_quote_fill'
477
+ autoload :ChatRightText, 'phlex/icons/bootstrap/chat_right_text'
478
+ autoload :ChatRightTextFill, 'phlex/icons/bootstrap/chat_right_text_fill'
479
+ autoload :ChatSquare, 'phlex/icons/bootstrap/chat_square'
480
+ autoload :ChatSquareDots, 'phlex/icons/bootstrap/chat_square_dots'
481
+ autoload :ChatSquareDotsFill, 'phlex/icons/bootstrap/chat_square_dots_fill'
482
+ autoload :ChatSquareFill, 'phlex/icons/bootstrap/chat_square_fill'
483
+ autoload :ChatSquareHeart, 'phlex/icons/bootstrap/chat_square_heart'
484
+ autoload :ChatSquareHeartFill, 'phlex/icons/bootstrap/chat_square_heart_fill'
485
+ autoload :ChatSquareQuote, 'phlex/icons/bootstrap/chat_square_quote'
486
+ autoload :ChatSquareQuoteFill, 'phlex/icons/bootstrap/chat_square_quote_fill'
487
+ autoload :ChatSquareText, 'phlex/icons/bootstrap/chat_square_text'
488
+ autoload :ChatSquareTextFill, 'phlex/icons/bootstrap/chat_square_text_fill'
489
+ autoload :ChatText, 'phlex/icons/bootstrap/chat_text'
490
+ autoload :ChatTextFill, 'phlex/icons/bootstrap/chat_text_fill'
491
+ autoload :Check, 'phlex/icons/bootstrap/check'
492
+ autoload :Check2, 'phlex/icons/bootstrap/check2'
493
+ autoload :Check2All, 'phlex/icons/bootstrap/check2_all'
494
+ autoload :Check2Circle, 'phlex/icons/bootstrap/check2_circle'
495
+ autoload :Check2Square, 'phlex/icons/bootstrap/check2_square'
496
+ autoload :CheckAll, 'phlex/icons/bootstrap/check_all'
497
+ autoload :CheckCircle, 'phlex/icons/bootstrap/check_circle'
498
+ autoload :CheckCircleFill, 'phlex/icons/bootstrap/check_circle_fill'
499
+ autoload :CheckLg, 'phlex/icons/bootstrap/check_lg'
500
+ autoload :CheckSquare, 'phlex/icons/bootstrap/check_square'
501
+ autoload :CheckSquareFill, 'phlex/icons/bootstrap/check_square_fill'
502
+ autoload :ChevronBarContract, 'phlex/icons/bootstrap/chevron_bar_contract'
503
+ autoload :ChevronBarDown, 'phlex/icons/bootstrap/chevron_bar_down'
504
+ autoload :ChevronBarExpand, 'phlex/icons/bootstrap/chevron_bar_expand'
505
+ autoload :ChevronBarLeft, 'phlex/icons/bootstrap/chevron_bar_left'
506
+ autoload :ChevronBarRight, 'phlex/icons/bootstrap/chevron_bar_right'
507
+ autoload :ChevronBarUp, 'phlex/icons/bootstrap/chevron_bar_up'
508
+ autoload :ChevronCompactDown, 'phlex/icons/bootstrap/chevron_compact_down'
509
+ autoload :ChevronCompactLeft, 'phlex/icons/bootstrap/chevron_compact_left'
510
+ autoload :ChevronCompactRight, 'phlex/icons/bootstrap/chevron_compact_right'
511
+ autoload :ChevronCompactUp, 'phlex/icons/bootstrap/chevron_compact_up'
512
+ autoload :ChevronContract, 'phlex/icons/bootstrap/chevron_contract'
513
+ autoload :ChevronDoubleDown, 'phlex/icons/bootstrap/chevron_double_down'
514
+ autoload :ChevronDoubleLeft, 'phlex/icons/bootstrap/chevron_double_left'
515
+ autoload :ChevronDoubleRight, 'phlex/icons/bootstrap/chevron_double_right'
516
+ autoload :ChevronDoubleUp, 'phlex/icons/bootstrap/chevron_double_up'
517
+ autoload :ChevronDown, 'phlex/icons/bootstrap/chevron_down'
518
+ autoload :ChevronExpand, 'phlex/icons/bootstrap/chevron_expand'
519
+ autoload :ChevronLeft, 'phlex/icons/bootstrap/chevron_left'
520
+ autoload :ChevronRight, 'phlex/icons/bootstrap/chevron_right'
521
+ autoload :ChevronUp, 'phlex/icons/bootstrap/chevron_up'
522
+ autoload :Circle, 'phlex/icons/bootstrap/circle'
523
+ autoload :CircleFill, 'phlex/icons/bootstrap/circle_fill'
524
+ autoload :CircleHalf, 'phlex/icons/bootstrap/circle_half'
525
+ autoload :CircleSquare, 'phlex/icons/bootstrap/circle_square'
526
+ autoload :Clipboard, 'phlex/icons/bootstrap/clipboard'
527
+ autoload :Clipboard2, 'phlex/icons/bootstrap/clipboard2'
528
+ autoload :Clipboard2Check, 'phlex/icons/bootstrap/clipboard2_check'
529
+ autoload :Clipboard2CheckFill, 'phlex/icons/bootstrap/clipboard2_check_fill'
530
+ autoload :Clipboard2Data, 'phlex/icons/bootstrap/clipboard2_data'
531
+ autoload :Clipboard2DataFill, 'phlex/icons/bootstrap/clipboard2_data_fill'
532
+ autoload :Clipboard2Fill, 'phlex/icons/bootstrap/clipboard2_fill'
533
+ autoload :Clipboard2Heart, 'phlex/icons/bootstrap/clipboard2_heart'
534
+ autoload :Clipboard2HeartFill, 'phlex/icons/bootstrap/clipboard2_heart_fill'
535
+ autoload :Clipboard2Minus, 'phlex/icons/bootstrap/clipboard2_minus'
536
+ autoload :Clipboard2MinusFill, 'phlex/icons/bootstrap/clipboard2_minus_fill'
537
+ autoload :Clipboard2Plus, 'phlex/icons/bootstrap/clipboard2_plus'
538
+ autoload :Clipboard2PlusFill, 'phlex/icons/bootstrap/clipboard2_plus_fill'
539
+ autoload :Clipboard2Pulse, 'phlex/icons/bootstrap/clipboard2_pulse'
540
+ autoload :Clipboard2PulseFill, 'phlex/icons/bootstrap/clipboard2_pulse_fill'
541
+ autoload :Clipboard2X, 'phlex/icons/bootstrap/clipboard2_x'
542
+ autoload :Clipboard2XFill, 'phlex/icons/bootstrap/clipboard2_x_fill'
543
+ autoload :ClipboardCheck, 'phlex/icons/bootstrap/clipboard_check'
544
+ autoload :ClipboardCheckFill, 'phlex/icons/bootstrap/clipboard_check_fill'
545
+ autoload :ClipboardData, 'phlex/icons/bootstrap/clipboard_data'
546
+ autoload :ClipboardDataFill, 'phlex/icons/bootstrap/clipboard_data_fill'
547
+ autoload :ClipboardFill, 'phlex/icons/bootstrap/clipboard_fill'
548
+ autoload :ClipboardHeart, 'phlex/icons/bootstrap/clipboard_heart'
549
+ autoload :ClipboardHeartFill, 'phlex/icons/bootstrap/clipboard_heart_fill'
550
+ autoload :ClipboardMinus, 'phlex/icons/bootstrap/clipboard_minus'
551
+ autoload :ClipboardMinusFill, 'phlex/icons/bootstrap/clipboard_minus_fill'
552
+ autoload :ClipboardPlus, 'phlex/icons/bootstrap/clipboard_plus'
553
+ autoload :ClipboardPlusFill, 'phlex/icons/bootstrap/clipboard_plus_fill'
554
+ autoload :ClipboardPulse, 'phlex/icons/bootstrap/clipboard_pulse'
555
+ autoload :ClipboardX, 'phlex/icons/bootstrap/clipboard_x'
556
+ autoload :ClipboardXFill, 'phlex/icons/bootstrap/clipboard_x_fill'
557
+ autoload :Clock, 'phlex/icons/bootstrap/clock'
558
+ autoload :ClockFill, 'phlex/icons/bootstrap/clock_fill'
559
+ autoload :ClockHistory, 'phlex/icons/bootstrap/clock_history'
560
+ autoload :Cloud, 'phlex/icons/bootstrap/cloud'
561
+ autoload :CloudArrowDown, 'phlex/icons/bootstrap/cloud_arrow_down'
562
+ autoload :CloudArrowDownFill, 'phlex/icons/bootstrap/cloud_arrow_down_fill'
563
+ autoload :CloudArrowUp, 'phlex/icons/bootstrap/cloud_arrow_up'
564
+ autoload :CloudArrowUpFill, 'phlex/icons/bootstrap/cloud_arrow_up_fill'
565
+ autoload :CloudCheck, 'phlex/icons/bootstrap/cloud_check'
566
+ autoload :CloudCheckFill, 'phlex/icons/bootstrap/cloud_check_fill'
567
+ autoload :CloudDownload, 'phlex/icons/bootstrap/cloud_download'
568
+ autoload :CloudDownloadFill, 'phlex/icons/bootstrap/cloud_download_fill'
569
+ autoload :CloudDrizzle, 'phlex/icons/bootstrap/cloud_drizzle'
570
+ autoload :CloudDrizzleFill, 'phlex/icons/bootstrap/cloud_drizzle_fill'
571
+ autoload :CloudFill, 'phlex/icons/bootstrap/cloud_fill'
572
+ autoload :CloudFog, 'phlex/icons/bootstrap/cloud_fog'
573
+ autoload :CloudFog2, 'phlex/icons/bootstrap/cloud_fog2'
574
+ autoload :CloudFog2Fill, 'phlex/icons/bootstrap/cloud_fog2_fill'
575
+ autoload :CloudFogFill, 'phlex/icons/bootstrap/cloud_fog_fill'
576
+ autoload :CloudHail, 'phlex/icons/bootstrap/cloud_hail'
577
+ autoload :CloudHailFill, 'phlex/icons/bootstrap/cloud_hail_fill'
578
+ autoload :CloudHaze, 'phlex/icons/bootstrap/cloud_haze'
579
+ autoload :CloudHaze2, 'phlex/icons/bootstrap/cloud_haze2'
580
+ autoload :CloudHaze2Fill, 'phlex/icons/bootstrap/cloud_haze2_fill'
581
+ autoload :CloudHazeFill, 'phlex/icons/bootstrap/cloud_haze_fill'
582
+ autoload :CloudLightning, 'phlex/icons/bootstrap/cloud_lightning'
583
+ autoload :CloudLightningFill, 'phlex/icons/bootstrap/cloud_lightning_fill'
584
+ autoload :CloudLightningRain, 'phlex/icons/bootstrap/cloud_lightning_rain'
585
+ autoload :CloudLightningRainFill, 'phlex/icons/bootstrap/cloud_lightning_rain_fill'
586
+ autoload :CloudMinus, 'phlex/icons/bootstrap/cloud_minus'
587
+ autoload :CloudMinusFill, 'phlex/icons/bootstrap/cloud_minus_fill'
588
+ autoload :CloudMoon, 'phlex/icons/bootstrap/cloud_moon'
589
+ autoload :CloudMoonFill, 'phlex/icons/bootstrap/cloud_moon_fill'
590
+ autoload :CloudPlus, 'phlex/icons/bootstrap/cloud_plus'
591
+ autoload :CloudPlusFill, 'phlex/icons/bootstrap/cloud_plus_fill'
592
+ autoload :CloudRain, 'phlex/icons/bootstrap/cloud_rain'
593
+ autoload :CloudRainFill, 'phlex/icons/bootstrap/cloud_rain_fill'
594
+ autoload :CloudRainHeavy, 'phlex/icons/bootstrap/cloud_rain_heavy'
595
+ autoload :CloudRainHeavyFill, 'phlex/icons/bootstrap/cloud_rain_heavy_fill'
596
+ autoload :CloudSlash, 'phlex/icons/bootstrap/cloud_slash'
597
+ autoload :CloudSlashFill, 'phlex/icons/bootstrap/cloud_slash_fill'
598
+ autoload :CloudSleet, 'phlex/icons/bootstrap/cloud_sleet'
599
+ autoload :CloudSleetFill, 'phlex/icons/bootstrap/cloud_sleet_fill'
600
+ autoload :CloudSnow, 'phlex/icons/bootstrap/cloud_snow'
601
+ autoload :CloudSnowFill, 'phlex/icons/bootstrap/cloud_snow_fill'
602
+ autoload :CloudSun, 'phlex/icons/bootstrap/cloud_sun'
603
+ autoload :CloudSunFill, 'phlex/icons/bootstrap/cloud_sun_fill'
604
+ autoload :CloudUpload, 'phlex/icons/bootstrap/cloud_upload'
605
+ autoload :CloudUploadFill, 'phlex/icons/bootstrap/cloud_upload_fill'
606
+ autoload :Clouds, 'phlex/icons/bootstrap/clouds'
607
+ autoload :CloudsFill, 'phlex/icons/bootstrap/clouds_fill'
608
+ autoload :Cloudy, 'phlex/icons/bootstrap/cloudy'
609
+ autoload :CloudyFill, 'phlex/icons/bootstrap/cloudy_fill'
610
+ autoload :Code, 'phlex/icons/bootstrap/code'
611
+ autoload :CodeSlash, 'phlex/icons/bootstrap/code_slash'
612
+ autoload :CodeSquare, 'phlex/icons/bootstrap/code_square'
613
+ autoload :Coin, 'phlex/icons/bootstrap/coin'
614
+ autoload :Collection, 'phlex/icons/bootstrap/collection'
615
+ autoload :CollectionFill, 'phlex/icons/bootstrap/collection_fill'
616
+ autoload :CollectionPlay, 'phlex/icons/bootstrap/collection_play'
617
+ autoload :CollectionPlayFill, 'phlex/icons/bootstrap/collection_play_fill'
618
+ autoload :Columns, 'phlex/icons/bootstrap/columns'
619
+ autoload :ColumnsGap, 'phlex/icons/bootstrap/columns_gap'
620
+ autoload :Command, 'phlex/icons/bootstrap/command'
621
+ autoload :Compass, 'phlex/icons/bootstrap/compass'
622
+ autoload :CompassFill, 'phlex/icons/bootstrap/compass_fill'
623
+ autoload :Cone, 'phlex/icons/bootstrap/cone'
624
+ autoload :ConeStriped, 'phlex/icons/bootstrap/cone_striped'
625
+ autoload :Controller, 'phlex/icons/bootstrap/controller'
626
+ autoload :Cookie, 'phlex/icons/bootstrap/cookie'
627
+ autoload :Copy, 'phlex/icons/bootstrap/copy'
628
+ autoload :Cpu, 'phlex/icons/bootstrap/cpu'
629
+ autoload :CpuFill, 'phlex/icons/bootstrap/cpu_fill'
630
+ autoload :CreditCard, 'phlex/icons/bootstrap/credit_card'
631
+ autoload :CreditCard2Back, 'phlex/icons/bootstrap/credit_card_2_back'
632
+ autoload :CreditCard2BackFill, 'phlex/icons/bootstrap/credit_card_2_back_fill'
633
+ autoload :CreditCard2Front, 'phlex/icons/bootstrap/credit_card_2_front'
634
+ autoload :CreditCard2FrontFill, 'phlex/icons/bootstrap/credit_card_2_front_fill'
635
+ autoload :CreditCardFill, 'phlex/icons/bootstrap/credit_card_fill'
636
+ autoload :Crop, 'phlex/icons/bootstrap/crop'
637
+ autoload :Crosshair, 'phlex/icons/bootstrap/crosshair'
638
+ autoload :Crosshair2, 'phlex/icons/bootstrap/crosshair2'
639
+ autoload :Cup, 'phlex/icons/bootstrap/cup'
640
+ autoload :CupFill, 'phlex/icons/bootstrap/cup_fill'
641
+ autoload :CupHot, 'phlex/icons/bootstrap/cup_hot'
642
+ autoload :CupHotFill, 'phlex/icons/bootstrap/cup_hot_fill'
643
+ autoload :CupStraw, 'phlex/icons/bootstrap/cup_straw'
644
+ autoload :CurrencyBitcoin, 'phlex/icons/bootstrap/currency_bitcoin'
645
+ autoload :CurrencyDollar, 'phlex/icons/bootstrap/currency_dollar'
646
+ autoload :CurrencyEuro, 'phlex/icons/bootstrap/currency_euro'
647
+ autoload :CurrencyExchange, 'phlex/icons/bootstrap/currency_exchange'
648
+ autoload :CurrencyPound, 'phlex/icons/bootstrap/currency_pound'
649
+ autoload :CurrencyRupee, 'phlex/icons/bootstrap/currency_rupee'
650
+ autoload :CurrencyYen, 'phlex/icons/bootstrap/currency_yen'
651
+ autoload :Cursor, 'phlex/icons/bootstrap/cursor'
652
+ autoload :CursorFill, 'phlex/icons/bootstrap/cursor_fill'
653
+ autoload :CursorText, 'phlex/icons/bootstrap/cursor_text'
654
+ autoload :Dash, 'phlex/icons/bootstrap/dash'
655
+ autoload :DashCircle, 'phlex/icons/bootstrap/dash_circle'
656
+ autoload :DashCircleDotted, 'phlex/icons/bootstrap/dash_circle_dotted'
657
+ autoload :DashCircleFill, 'phlex/icons/bootstrap/dash_circle_fill'
658
+ autoload :DashLg, 'phlex/icons/bootstrap/dash_lg'
659
+ autoload :DashSquare, 'phlex/icons/bootstrap/dash_square'
660
+ autoload :DashSquareDotted, 'phlex/icons/bootstrap/dash_square_dotted'
661
+ autoload :DashSquareFill, 'phlex/icons/bootstrap/dash_square_fill'
662
+ autoload :Database, 'phlex/icons/bootstrap/database'
663
+ autoload :DatabaseAdd, 'phlex/icons/bootstrap/database_add'
664
+ autoload :DatabaseCheck, 'phlex/icons/bootstrap/database_check'
665
+ autoload :DatabaseDash, 'phlex/icons/bootstrap/database_dash'
666
+ autoload :DatabaseDown, 'phlex/icons/bootstrap/database_down'
667
+ autoload :DatabaseExclamation, 'phlex/icons/bootstrap/database_exclamation'
668
+ autoload :DatabaseFill, 'phlex/icons/bootstrap/database_fill'
669
+ autoload :DatabaseFillAdd, 'phlex/icons/bootstrap/database_fill_add'
670
+ autoload :DatabaseFillCheck, 'phlex/icons/bootstrap/database_fill_check'
671
+ autoload :DatabaseFillDash, 'phlex/icons/bootstrap/database_fill_dash'
672
+ autoload :DatabaseFillDown, 'phlex/icons/bootstrap/database_fill_down'
673
+ autoload :DatabaseFillExclamation, 'phlex/icons/bootstrap/database_fill_exclamation'
674
+ autoload :DatabaseFillGear, 'phlex/icons/bootstrap/database_fill_gear'
675
+ autoload :DatabaseFillLock, 'phlex/icons/bootstrap/database_fill_lock'
676
+ autoload :DatabaseFillSlash, 'phlex/icons/bootstrap/database_fill_slash'
677
+ autoload :DatabaseFillUp, 'phlex/icons/bootstrap/database_fill_up'
678
+ autoload :DatabaseFillX, 'phlex/icons/bootstrap/database_fill_x'
679
+ autoload :DatabaseGear, 'phlex/icons/bootstrap/database_gear'
680
+ autoload :DatabaseLock, 'phlex/icons/bootstrap/database_lock'
681
+ autoload :DatabaseSlash, 'phlex/icons/bootstrap/database_slash'
682
+ autoload :DatabaseUp, 'phlex/icons/bootstrap/database_up'
683
+ autoload :DatabaseX, 'phlex/icons/bootstrap/database_x'
684
+ autoload :DeviceHdd, 'phlex/icons/bootstrap/device_hdd'
685
+ autoload :DeviceHddFill, 'phlex/icons/bootstrap/device_hdd_fill'
686
+ autoload :DeviceSsd, 'phlex/icons/bootstrap/device_ssd'
687
+ autoload :DeviceSsdFill, 'phlex/icons/bootstrap/device_ssd_fill'
688
+ autoload :Diagram2, 'phlex/icons/bootstrap/diagram_2'
689
+ autoload :Diagram2Fill, 'phlex/icons/bootstrap/diagram_2_fill'
690
+ autoload :Diagram3, 'phlex/icons/bootstrap/diagram_3'
691
+ autoload :Diagram3Fill, 'phlex/icons/bootstrap/diagram_3_fill'
692
+ autoload :Diamond, 'phlex/icons/bootstrap/diamond'
693
+ autoload :DiamondFill, 'phlex/icons/bootstrap/diamond_fill'
694
+ autoload :DiamondHalf, 'phlex/icons/bootstrap/diamond_half'
695
+ autoload :Dice1, 'phlex/icons/bootstrap/dice_1'
696
+ autoload :Dice1Fill, 'phlex/icons/bootstrap/dice_1_fill'
697
+ autoload :Dice2, 'phlex/icons/bootstrap/dice_2'
698
+ autoload :Dice2Fill, 'phlex/icons/bootstrap/dice_2_fill'
699
+ autoload :Dice3, 'phlex/icons/bootstrap/dice_3'
700
+ autoload :Dice3Fill, 'phlex/icons/bootstrap/dice_3_fill'
701
+ autoload :Dice4, 'phlex/icons/bootstrap/dice_4'
702
+ autoload :Dice4Fill, 'phlex/icons/bootstrap/dice_4_fill'
703
+ autoload :Dice5, 'phlex/icons/bootstrap/dice_5'
704
+ autoload :Dice5Fill, 'phlex/icons/bootstrap/dice_5_fill'
705
+ autoload :Dice6, 'phlex/icons/bootstrap/dice_6'
706
+ autoload :Dice6Fill, 'phlex/icons/bootstrap/dice_6_fill'
707
+ autoload :Disc, 'phlex/icons/bootstrap/disc'
708
+ autoload :DiscFill, 'phlex/icons/bootstrap/disc_fill'
709
+ autoload :Discord, 'phlex/icons/bootstrap/discord'
710
+ autoload :Display, 'phlex/icons/bootstrap/display'
711
+ autoload :DisplayFill, 'phlex/icons/bootstrap/display_fill'
712
+ autoload :Displayport, 'phlex/icons/bootstrap/displayport'
713
+ autoload :DisplayportFill, 'phlex/icons/bootstrap/displayport_fill'
714
+ autoload :DistributeHorizontal, 'phlex/icons/bootstrap/distribute_horizontal'
715
+ autoload :DistributeVertical, 'phlex/icons/bootstrap/distribute_vertical'
716
+ autoload :DoorClosed, 'phlex/icons/bootstrap/door_closed'
717
+ autoload :DoorClosedFill, 'phlex/icons/bootstrap/door_closed_fill'
718
+ autoload :DoorOpen, 'phlex/icons/bootstrap/door_open'
719
+ autoload :DoorOpenFill, 'phlex/icons/bootstrap/door_open_fill'
720
+ autoload :Dot, 'phlex/icons/bootstrap/dot'
721
+ autoload :Download, 'phlex/icons/bootstrap/download'
722
+ autoload :Dpad, 'phlex/icons/bootstrap/dpad'
723
+ autoload :DpadFill, 'phlex/icons/bootstrap/dpad_fill'
724
+ autoload :Dribbble, 'phlex/icons/bootstrap/dribbble'
725
+ autoload :Dropbox, 'phlex/icons/bootstrap/dropbox'
726
+ autoload :Droplet, 'phlex/icons/bootstrap/droplet'
727
+ autoload :DropletFill, 'phlex/icons/bootstrap/droplet_fill'
728
+ autoload :DropletHalf, 'phlex/icons/bootstrap/droplet_half'
729
+ autoload :Duffle, 'phlex/icons/bootstrap/duffle'
730
+ autoload :DuffleFill, 'phlex/icons/bootstrap/duffle_fill'
731
+ autoload :Ear, 'phlex/icons/bootstrap/ear'
732
+ autoload :EarFill, 'phlex/icons/bootstrap/ear_fill'
733
+ autoload :Earbuds, 'phlex/icons/bootstrap/earbuds'
734
+ autoload :Easel, 'phlex/icons/bootstrap/easel'
735
+ autoload :Easel2, 'phlex/icons/bootstrap/easel2'
736
+ autoload :Easel2Fill, 'phlex/icons/bootstrap/easel2_fill'
737
+ autoload :Easel3, 'phlex/icons/bootstrap/easel3'
738
+ autoload :Easel3Fill, 'phlex/icons/bootstrap/easel3_fill'
739
+ autoload :EaselFill, 'phlex/icons/bootstrap/easel_fill'
740
+ autoload :Egg, 'phlex/icons/bootstrap/egg'
741
+ autoload :EggFill, 'phlex/icons/bootstrap/egg_fill'
742
+ autoload :EggFried, 'phlex/icons/bootstrap/egg_fried'
743
+ autoload :EightCircle, 'phlex/icons/bootstrap/eight_circle'
744
+ autoload :EightCircleFill, 'phlex/icons/bootstrap/eight_circle_fill'
745
+ autoload :EightSquare, 'phlex/icons/bootstrap/eight_square'
746
+ autoload :EightSquareFill, 'phlex/icons/bootstrap/eight_square_fill'
747
+ autoload :Eject, 'phlex/icons/bootstrap/eject'
748
+ autoload :EjectFill, 'phlex/icons/bootstrap/eject_fill'
749
+ autoload :EmojiAngry, 'phlex/icons/bootstrap/emoji_angry'
750
+ autoload :EmojiAngryFill, 'phlex/icons/bootstrap/emoji_angry_fill'
751
+ autoload :EmojiAstonished, 'phlex/icons/bootstrap/emoji_astonished'
752
+ autoload :EmojiAstonishedFill, 'phlex/icons/bootstrap/emoji_astonished_fill'
753
+ autoload :EmojiDizzy, 'phlex/icons/bootstrap/emoji_dizzy'
754
+ autoload :EmojiDizzyFill, 'phlex/icons/bootstrap/emoji_dizzy_fill'
755
+ autoload :EmojiExpressionless, 'phlex/icons/bootstrap/emoji_expressionless'
756
+ autoload :EmojiExpressionlessFill, 'phlex/icons/bootstrap/emoji_expressionless_fill'
757
+ autoload :EmojiFrown, 'phlex/icons/bootstrap/emoji_frown'
758
+ autoload :EmojiFrownFill, 'phlex/icons/bootstrap/emoji_frown_fill'
759
+ autoload :EmojiGrimace, 'phlex/icons/bootstrap/emoji_grimace'
760
+ autoload :EmojiGrimaceFill, 'phlex/icons/bootstrap/emoji_grimace_fill'
761
+ autoload :EmojiGrin, 'phlex/icons/bootstrap/emoji_grin'
762
+ autoload :EmojiGrinFill, 'phlex/icons/bootstrap/emoji_grin_fill'
763
+ autoload :EmojiHeartEyes, 'phlex/icons/bootstrap/emoji_heart_eyes'
764
+ autoload :EmojiHeartEyesFill, 'phlex/icons/bootstrap/emoji_heart_eyes_fill'
765
+ autoload :EmojiKiss, 'phlex/icons/bootstrap/emoji_kiss'
766
+ autoload :EmojiKissFill, 'phlex/icons/bootstrap/emoji_kiss_fill'
767
+ autoload :EmojiLaughing, 'phlex/icons/bootstrap/emoji_laughing'
768
+ autoload :EmojiLaughingFill, 'phlex/icons/bootstrap/emoji_laughing_fill'
769
+ autoload :EmojiNeutral, 'phlex/icons/bootstrap/emoji_neutral'
770
+ autoload :EmojiNeutralFill, 'phlex/icons/bootstrap/emoji_neutral_fill'
771
+ autoload :EmojiSmile, 'phlex/icons/bootstrap/emoji_smile'
772
+ autoload :EmojiSmileFill, 'phlex/icons/bootstrap/emoji_smile_fill'
773
+ autoload :EmojiSmileUpsideDown, 'phlex/icons/bootstrap/emoji_smile_upside_down'
774
+ autoload :EmojiSmileUpsideDownFill, 'phlex/icons/bootstrap/emoji_smile_upside_down_fill'
775
+ autoload :EmojiSunglasses, 'phlex/icons/bootstrap/emoji_sunglasses'
776
+ autoload :EmojiSunglassesFill, 'phlex/icons/bootstrap/emoji_sunglasses_fill'
777
+ autoload :EmojiSurprise, 'phlex/icons/bootstrap/emoji_surprise'
778
+ autoload :EmojiSurpriseFill, 'phlex/icons/bootstrap/emoji_surprise_fill'
779
+ autoload :EmojiTear, 'phlex/icons/bootstrap/emoji_tear'
780
+ autoload :EmojiTearFill, 'phlex/icons/bootstrap/emoji_tear_fill'
781
+ autoload :EmojiWink, 'phlex/icons/bootstrap/emoji_wink'
782
+ autoload :EmojiWinkFill, 'phlex/icons/bootstrap/emoji_wink_fill'
783
+ autoload :Envelope, 'phlex/icons/bootstrap/envelope'
784
+ autoload :EnvelopeArrowDown, 'phlex/icons/bootstrap/envelope_arrow_down'
785
+ autoload :EnvelopeArrowDownFill, 'phlex/icons/bootstrap/envelope_arrow_down_fill'
786
+ autoload :EnvelopeArrowUp, 'phlex/icons/bootstrap/envelope_arrow_up'
787
+ autoload :EnvelopeArrowUpFill, 'phlex/icons/bootstrap/envelope_arrow_up_fill'
788
+ autoload :EnvelopeAt, 'phlex/icons/bootstrap/envelope_at'
789
+ autoload :EnvelopeAtFill, 'phlex/icons/bootstrap/envelope_at_fill'
790
+ autoload :EnvelopeCheck, 'phlex/icons/bootstrap/envelope_check'
791
+ autoload :EnvelopeCheckFill, 'phlex/icons/bootstrap/envelope_check_fill'
792
+ autoload :EnvelopeDash, 'phlex/icons/bootstrap/envelope_dash'
793
+ autoload :EnvelopeDashFill, 'phlex/icons/bootstrap/envelope_dash_fill'
794
+ autoload :EnvelopeExclamation, 'phlex/icons/bootstrap/envelope_exclamation'
795
+ autoload :EnvelopeExclamationFill, 'phlex/icons/bootstrap/envelope_exclamation_fill'
796
+ autoload :EnvelopeFill, 'phlex/icons/bootstrap/envelope_fill'
797
+ autoload :EnvelopeHeart, 'phlex/icons/bootstrap/envelope_heart'
798
+ autoload :EnvelopeHeartFill, 'phlex/icons/bootstrap/envelope_heart_fill'
799
+ autoload :EnvelopeOpen, 'phlex/icons/bootstrap/envelope_open'
800
+ autoload :EnvelopeOpenFill, 'phlex/icons/bootstrap/envelope_open_fill'
801
+ autoload :EnvelopeOpenHeart, 'phlex/icons/bootstrap/envelope_open_heart'
802
+ autoload :EnvelopeOpenHeartFill, 'phlex/icons/bootstrap/envelope_open_heart_fill'
803
+ autoload :EnvelopePaper, 'phlex/icons/bootstrap/envelope_paper'
804
+ autoload :EnvelopePaperFill, 'phlex/icons/bootstrap/envelope_paper_fill'
805
+ autoload :EnvelopePaperHeart, 'phlex/icons/bootstrap/envelope_paper_heart'
806
+ autoload :EnvelopePaperHeartFill, 'phlex/icons/bootstrap/envelope_paper_heart_fill'
807
+ autoload :EnvelopePlus, 'phlex/icons/bootstrap/envelope_plus'
808
+ autoload :EnvelopePlusFill, 'phlex/icons/bootstrap/envelope_plus_fill'
809
+ autoload :EnvelopeSlash, 'phlex/icons/bootstrap/envelope_slash'
810
+ autoload :EnvelopeSlashFill, 'phlex/icons/bootstrap/envelope_slash_fill'
811
+ autoload :EnvelopeX, 'phlex/icons/bootstrap/envelope_x'
812
+ autoload :EnvelopeXFill, 'phlex/icons/bootstrap/envelope_x_fill'
813
+ autoload :Eraser, 'phlex/icons/bootstrap/eraser'
814
+ autoload :EraserFill, 'phlex/icons/bootstrap/eraser_fill'
815
+ autoload :Escape, 'phlex/icons/bootstrap/escape'
816
+ autoload :Ethernet, 'phlex/icons/bootstrap/ethernet'
817
+ autoload :EvFront, 'phlex/icons/bootstrap/ev_front'
818
+ autoload :EvFrontFill, 'phlex/icons/bootstrap/ev_front_fill'
819
+ autoload :EvStation, 'phlex/icons/bootstrap/ev_station'
820
+ autoload :EvStationFill, 'phlex/icons/bootstrap/ev_station_fill'
821
+ autoload :Exclamation, 'phlex/icons/bootstrap/exclamation'
822
+ autoload :ExclamationCircle, 'phlex/icons/bootstrap/exclamation_circle'
823
+ autoload :ExclamationCircleFill, 'phlex/icons/bootstrap/exclamation_circle_fill'
824
+ autoload :ExclamationDiamond, 'phlex/icons/bootstrap/exclamation_diamond'
825
+ autoload :ExclamationDiamondFill, 'phlex/icons/bootstrap/exclamation_diamond_fill'
826
+ autoload :ExclamationLg, 'phlex/icons/bootstrap/exclamation_lg'
827
+ autoload :ExclamationOctagon, 'phlex/icons/bootstrap/exclamation_octagon'
828
+ autoload :ExclamationOctagonFill, 'phlex/icons/bootstrap/exclamation_octagon_fill'
829
+ autoload :ExclamationSquare, 'phlex/icons/bootstrap/exclamation_square'
830
+ autoload :ExclamationSquareFill, 'phlex/icons/bootstrap/exclamation_square_fill'
831
+ autoload :ExclamationTriangle, 'phlex/icons/bootstrap/exclamation_triangle'
832
+ autoload :ExclamationTriangleFill, 'phlex/icons/bootstrap/exclamation_triangle_fill'
833
+ autoload :Exclude, 'phlex/icons/bootstrap/exclude'
834
+ autoload :Explicit, 'phlex/icons/bootstrap/explicit'
835
+ autoload :ExplicitFill, 'phlex/icons/bootstrap/explicit_fill'
836
+ autoload :Exposure, 'phlex/icons/bootstrap/exposure'
837
+ autoload :Eye, 'phlex/icons/bootstrap/eye'
838
+ autoload :EyeFill, 'phlex/icons/bootstrap/eye_fill'
839
+ autoload :EyeSlash, 'phlex/icons/bootstrap/eye_slash'
840
+ autoload :EyeSlashFill, 'phlex/icons/bootstrap/eye_slash_fill'
841
+ autoload :Eyedropper, 'phlex/icons/bootstrap/eyedropper'
842
+ autoload :Eyeglasses, 'phlex/icons/bootstrap/eyeglasses'
843
+ autoload :Facebook, 'phlex/icons/bootstrap/facebook'
844
+ autoload :Fan, 'phlex/icons/bootstrap/fan'
845
+ autoload :FastForward, 'phlex/icons/bootstrap/fast_forward'
846
+ autoload :FastForwardBtn, 'phlex/icons/bootstrap/fast_forward_btn'
847
+ autoload :FastForwardBtnFill, 'phlex/icons/bootstrap/fast_forward_btn_fill'
848
+ autoload :FastForwardCircle, 'phlex/icons/bootstrap/fast_forward_circle'
849
+ autoload :FastForwardCircleFill, 'phlex/icons/bootstrap/fast_forward_circle_fill'
850
+ autoload :FastForwardFill, 'phlex/icons/bootstrap/fast_forward_fill'
851
+ autoload :Feather, 'phlex/icons/bootstrap/feather'
852
+ autoload :Feather2, 'phlex/icons/bootstrap/feather2'
853
+ autoload :File, 'phlex/icons/bootstrap/file'
854
+ autoload :FileArrowDown, 'phlex/icons/bootstrap/file_arrow_down'
855
+ autoload :FileArrowDownFill, 'phlex/icons/bootstrap/file_arrow_down_fill'
856
+ autoload :FileArrowUp, 'phlex/icons/bootstrap/file_arrow_up'
857
+ autoload :FileArrowUpFill, 'phlex/icons/bootstrap/file_arrow_up_fill'
858
+ autoload :FileBarGraph, 'phlex/icons/bootstrap/file_bar_graph'
859
+ autoload :FileBarGraphFill, 'phlex/icons/bootstrap/file_bar_graph_fill'
860
+ autoload :FileBinary, 'phlex/icons/bootstrap/file_binary'
861
+ autoload :FileBinaryFill, 'phlex/icons/bootstrap/file_binary_fill'
862
+ autoload :FileBreak, 'phlex/icons/bootstrap/file_break'
863
+ autoload :FileBreakFill, 'phlex/icons/bootstrap/file_break_fill'
864
+ autoload :FileCheck, 'phlex/icons/bootstrap/file_check'
865
+ autoload :FileCheckFill, 'phlex/icons/bootstrap/file_check_fill'
866
+ autoload :FileCode, 'phlex/icons/bootstrap/file_code'
867
+ autoload :FileCodeFill, 'phlex/icons/bootstrap/file_code_fill'
868
+ autoload :FileDiff, 'phlex/icons/bootstrap/file_diff'
869
+ autoload :FileDiffFill, 'phlex/icons/bootstrap/file_diff_fill'
870
+ autoload :FileEarmark, 'phlex/icons/bootstrap/file_earmark'
871
+ autoload :FileEarmarkArrowDown, 'phlex/icons/bootstrap/file_earmark_arrow_down'
872
+ autoload :FileEarmarkArrowDownFill, 'phlex/icons/bootstrap/file_earmark_arrow_down_fill'
873
+ autoload :FileEarmarkArrowUp, 'phlex/icons/bootstrap/file_earmark_arrow_up'
874
+ autoload :FileEarmarkArrowUpFill, 'phlex/icons/bootstrap/file_earmark_arrow_up_fill'
875
+ autoload :FileEarmarkBarGraph, 'phlex/icons/bootstrap/file_earmark_bar_graph'
876
+ autoload :FileEarmarkBarGraphFill, 'phlex/icons/bootstrap/file_earmark_bar_graph_fill'
877
+ autoload :FileEarmarkBinary, 'phlex/icons/bootstrap/file_earmark_binary'
878
+ autoload :FileEarmarkBinaryFill, 'phlex/icons/bootstrap/file_earmark_binary_fill'
879
+ autoload :FileEarmarkBreak, 'phlex/icons/bootstrap/file_earmark_break'
880
+ autoload :FileEarmarkBreakFill, 'phlex/icons/bootstrap/file_earmark_break_fill'
881
+ autoload :FileEarmarkCheck, 'phlex/icons/bootstrap/file_earmark_check'
882
+ autoload :FileEarmarkCheckFill, 'phlex/icons/bootstrap/file_earmark_check_fill'
883
+ autoload :FileEarmarkCode, 'phlex/icons/bootstrap/file_earmark_code'
884
+ autoload :FileEarmarkCodeFill, 'phlex/icons/bootstrap/file_earmark_code_fill'
885
+ autoload :FileEarmarkDiff, 'phlex/icons/bootstrap/file_earmark_diff'
886
+ autoload :FileEarmarkDiffFill, 'phlex/icons/bootstrap/file_earmark_diff_fill'
887
+ autoload :FileEarmarkEasel, 'phlex/icons/bootstrap/file_earmark_easel'
888
+ autoload :FileEarmarkEaselFill, 'phlex/icons/bootstrap/file_earmark_easel_fill'
889
+ autoload :FileEarmarkExcel, 'phlex/icons/bootstrap/file_earmark_excel'
890
+ autoload :FileEarmarkExcelFill, 'phlex/icons/bootstrap/file_earmark_excel_fill'
891
+ autoload :FileEarmarkFill, 'phlex/icons/bootstrap/file_earmark_fill'
892
+ autoload :FileEarmarkFont, 'phlex/icons/bootstrap/file_earmark_font'
893
+ autoload :FileEarmarkFontFill, 'phlex/icons/bootstrap/file_earmark_font_fill'
894
+ autoload :FileEarmarkImage, 'phlex/icons/bootstrap/file_earmark_image'
895
+ autoload :FileEarmarkImageFill, 'phlex/icons/bootstrap/file_earmark_image_fill'
896
+ autoload :FileEarmarkLock, 'phlex/icons/bootstrap/file_earmark_lock'
897
+ autoload :FileEarmarkLock2, 'phlex/icons/bootstrap/file_earmark_lock2'
898
+ autoload :FileEarmarkLock2Fill, 'phlex/icons/bootstrap/file_earmark_lock2_fill'
899
+ autoload :FileEarmarkLockFill, 'phlex/icons/bootstrap/file_earmark_lock_fill'
900
+ autoload :FileEarmarkMedical, 'phlex/icons/bootstrap/file_earmark_medical'
901
+ autoload :FileEarmarkMedicalFill, 'phlex/icons/bootstrap/file_earmark_medical_fill'
902
+ autoload :FileEarmarkMinus, 'phlex/icons/bootstrap/file_earmark_minus'
903
+ autoload :FileEarmarkMinusFill, 'phlex/icons/bootstrap/file_earmark_minus_fill'
904
+ autoload :FileEarmarkMusic, 'phlex/icons/bootstrap/file_earmark_music'
905
+ autoload :FileEarmarkMusicFill, 'phlex/icons/bootstrap/file_earmark_music_fill'
906
+ autoload :FileEarmarkPdf, 'phlex/icons/bootstrap/file_earmark_pdf'
907
+ autoload :FileEarmarkPdfFill, 'phlex/icons/bootstrap/file_earmark_pdf_fill'
908
+ autoload :FileEarmarkPerson, 'phlex/icons/bootstrap/file_earmark_person'
909
+ autoload :FileEarmarkPersonFill, 'phlex/icons/bootstrap/file_earmark_person_fill'
910
+ autoload :FileEarmarkPlay, 'phlex/icons/bootstrap/file_earmark_play'
911
+ autoload :FileEarmarkPlayFill, 'phlex/icons/bootstrap/file_earmark_play_fill'
912
+ autoload :FileEarmarkPlus, 'phlex/icons/bootstrap/file_earmark_plus'
913
+ autoload :FileEarmarkPlusFill, 'phlex/icons/bootstrap/file_earmark_plus_fill'
914
+ autoload :FileEarmarkPost, 'phlex/icons/bootstrap/file_earmark_post'
915
+ autoload :FileEarmarkPostFill, 'phlex/icons/bootstrap/file_earmark_post_fill'
916
+ autoload :FileEarmarkPpt, 'phlex/icons/bootstrap/file_earmark_ppt'
917
+ autoload :FileEarmarkPptFill, 'phlex/icons/bootstrap/file_earmark_ppt_fill'
918
+ autoload :FileEarmarkRichtext, 'phlex/icons/bootstrap/file_earmark_richtext'
919
+ autoload :FileEarmarkRichtextFill, 'phlex/icons/bootstrap/file_earmark_richtext_fill'
920
+ autoload :FileEarmarkRuled, 'phlex/icons/bootstrap/file_earmark_ruled'
921
+ autoload :FileEarmarkRuledFill, 'phlex/icons/bootstrap/file_earmark_ruled_fill'
922
+ autoload :FileEarmarkSlides, 'phlex/icons/bootstrap/file_earmark_slides'
923
+ autoload :FileEarmarkSlidesFill, 'phlex/icons/bootstrap/file_earmark_slides_fill'
924
+ autoload :FileEarmarkSpreadsheet, 'phlex/icons/bootstrap/file_earmark_spreadsheet'
925
+ autoload :FileEarmarkSpreadsheetFill, 'phlex/icons/bootstrap/file_earmark_spreadsheet_fill'
926
+ autoload :FileEarmarkText, 'phlex/icons/bootstrap/file_earmark_text'
927
+ autoload :FileEarmarkTextFill, 'phlex/icons/bootstrap/file_earmark_text_fill'
928
+ autoload :FileEarmarkWord, 'phlex/icons/bootstrap/file_earmark_word'
929
+ autoload :FileEarmarkWordFill, 'phlex/icons/bootstrap/file_earmark_word_fill'
930
+ autoload :FileEarmarkX, 'phlex/icons/bootstrap/file_earmark_x'
931
+ autoload :FileEarmarkXFill, 'phlex/icons/bootstrap/file_earmark_x_fill'
932
+ autoload :FileEarmarkZip, 'phlex/icons/bootstrap/file_earmark_zip'
933
+ autoload :FileEarmarkZipFill, 'phlex/icons/bootstrap/file_earmark_zip_fill'
934
+ autoload :FileEasel, 'phlex/icons/bootstrap/file_easel'
935
+ autoload :FileEaselFill, 'phlex/icons/bootstrap/file_easel_fill'
936
+ autoload :FileExcel, 'phlex/icons/bootstrap/file_excel'
937
+ autoload :FileExcelFill, 'phlex/icons/bootstrap/file_excel_fill'
938
+ autoload :FileFill, 'phlex/icons/bootstrap/file_fill'
939
+ autoload :FileFont, 'phlex/icons/bootstrap/file_font'
940
+ autoload :FileFontFill, 'phlex/icons/bootstrap/file_font_fill'
941
+ autoload :FileImage, 'phlex/icons/bootstrap/file_image'
942
+ autoload :FileImageFill, 'phlex/icons/bootstrap/file_image_fill'
943
+ autoload :FileLock, 'phlex/icons/bootstrap/file_lock'
944
+ autoload :FileLock2, 'phlex/icons/bootstrap/file_lock2'
945
+ autoload :FileLock2Fill, 'phlex/icons/bootstrap/file_lock2_fill'
946
+ autoload :FileLockFill, 'phlex/icons/bootstrap/file_lock_fill'
947
+ autoload :FileMedical, 'phlex/icons/bootstrap/file_medical'
948
+ autoload :FileMedicalFill, 'phlex/icons/bootstrap/file_medical_fill'
949
+ autoload :FileMinus, 'phlex/icons/bootstrap/file_minus'
950
+ autoload :FileMinusFill, 'phlex/icons/bootstrap/file_minus_fill'
951
+ autoload :FileMusic, 'phlex/icons/bootstrap/file_music'
952
+ autoload :FileMusicFill, 'phlex/icons/bootstrap/file_music_fill'
953
+ autoload :FilePdf, 'phlex/icons/bootstrap/file_pdf'
954
+ autoload :FilePdfFill, 'phlex/icons/bootstrap/file_pdf_fill'
955
+ autoload :FilePerson, 'phlex/icons/bootstrap/file_person'
956
+ autoload :FilePersonFill, 'phlex/icons/bootstrap/file_person_fill'
957
+ autoload :FilePlay, 'phlex/icons/bootstrap/file_play'
958
+ autoload :FilePlayFill, 'phlex/icons/bootstrap/file_play_fill'
959
+ autoload :FilePlus, 'phlex/icons/bootstrap/file_plus'
960
+ autoload :FilePlusFill, 'phlex/icons/bootstrap/file_plus_fill'
961
+ autoload :FilePost, 'phlex/icons/bootstrap/file_post'
962
+ autoload :FilePostFill, 'phlex/icons/bootstrap/file_post_fill'
963
+ autoload :FilePpt, 'phlex/icons/bootstrap/file_ppt'
964
+ autoload :FilePptFill, 'phlex/icons/bootstrap/file_ppt_fill'
965
+ autoload :FileRichtext, 'phlex/icons/bootstrap/file_richtext'
966
+ autoload :FileRichtextFill, 'phlex/icons/bootstrap/file_richtext_fill'
967
+ autoload :FileRuled, 'phlex/icons/bootstrap/file_ruled'
968
+ autoload :FileRuledFill, 'phlex/icons/bootstrap/file_ruled_fill'
969
+ autoload :FileSlides, 'phlex/icons/bootstrap/file_slides'
970
+ autoload :FileSlidesFill, 'phlex/icons/bootstrap/file_slides_fill'
971
+ autoload :FileSpreadsheet, 'phlex/icons/bootstrap/file_spreadsheet'
972
+ autoload :FileSpreadsheetFill, 'phlex/icons/bootstrap/file_spreadsheet_fill'
973
+ autoload :FileText, 'phlex/icons/bootstrap/file_text'
974
+ autoload :FileTextFill, 'phlex/icons/bootstrap/file_text_fill'
975
+ autoload :FileWord, 'phlex/icons/bootstrap/file_word'
976
+ autoload :FileWordFill, 'phlex/icons/bootstrap/file_word_fill'
977
+ autoload :FileX, 'phlex/icons/bootstrap/file_x'
978
+ autoload :FileXFill, 'phlex/icons/bootstrap/file_x_fill'
979
+ autoload :FileZip, 'phlex/icons/bootstrap/file_zip'
980
+ autoload :FileZipFill, 'phlex/icons/bootstrap/file_zip_fill'
981
+ autoload :Files, 'phlex/icons/bootstrap/files'
982
+ autoload :FilesAlt, 'phlex/icons/bootstrap/files_alt'
983
+ autoload :FiletypeAac, 'phlex/icons/bootstrap/filetype_aac'
984
+ autoload :FiletypeAi, 'phlex/icons/bootstrap/filetype_ai'
985
+ autoload :FiletypeBmp, 'phlex/icons/bootstrap/filetype_bmp'
986
+ autoload :FiletypeCs, 'phlex/icons/bootstrap/filetype_cs'
987
+ autoload :FiletypeCss, 'phlex/icons/bootstrap/filetype_css'
988
+ autoload :FiletypeCsv, 'phlex/icons/bootstrap/filetype_csv'
989
+ autoload :FiletypeDoc, 'phlex/icons/bootstrap/filetype_doc'
990
+ autoload :FiletypeDocx, 'phlex/icons/bootstrap/filetype_docx'
991
+ autoload :FiletypeExe, 'phlex/icons/bootstrap/filetype_exe'
992
+ autoload :FiletypeGif, 'phlex/icons/bootstrap/filetype_gif'
993
+ autoload :FiletypeHeic, 'phlex/icons/bootstrap/filetype_heic'
994
+ autoload :FiletypeHtml, 'phlex/icons/bootstrap/filetype_html'
995
+ autoload :FiletypeJava, 'phlex/icons/bootstrap/filetype_java'
996
+ autoload :FiletypeJpg, 'phlex/icons/bootstrap/filetype_jpg'
997
+ autoload :FiletypeJs, 'phlex/icons/bootstrap/filetype_js'
998
+ autoload :FiletypeJson, 'phlex/icons/bootstrap/filetype_json'
999
+ autoload :FiletypeJsx, 'phlex/icons/bootstrap/filetype_jsx'
1000
+ autoload :FiletypeKey, 'phlex/icons/bootstrap/filetype_key'
1001
+ autoload :FiletypeM4p, 'phlex/icons/bootstrap/filetype_m4p'
1002
+ autoload :FiletypeMd, 'phlex/icons/bootstrap/filetype_md'
1003
+ autoload :FiletypeMdx, 'phlex/icons/bootstrap/filetype_mdx'
1004
+ autoload :FiletypeMov, 'phlex/icons/bootstrap/filetype_mov'
1005
+ autoload :FiletypeMp3, 'phlex/icons/bootstrap/filetype_mp3'
1006
+ autoload :FiletypeMp4, 'phlex/icons/bootstrap/filetype_mp4'
1007
+ autoload :FiletypeOtf, 'phlex/icons/bootstrap/filetype_otf'
1008
+ autoload :FiletypePdf, 'phlex/icons/bootstrap/filetype_pdf'
1009
+ autoload :FiletypePhp, 'phlex/icons/bootstrap/filetype_php'
1010
+ autoload :FiletypePng, 'phlex/icons/bootstrap/filetype_png'
1011
+ autoload :FiletypePpt, 'phlex/icons/bootstrap/filetype_ppt'
1012
+ autoload :FiletypePptx, 'phlex/icons/bootstrap/filetype_pptx'
1013
+ autoload :FiletypePsd, 'phlex/icons/bootstrap/filetype_psd'
1014
+ autoload :FiletypePy, 'phlex/icons/bootstrap/filetype_py'
1015
+ autoload :FiletypeRaw, 'phlex/icons/bootstrap/filetype_raw'
1016
+ autoload :FiletypeRb, 'phlex/icons/bootstrap/filetype_rb'
1017
+ autoload :FiletypeSass, 'phlex/icons/bootstrap/filetype_sass'
1018
+ autoload :FiletypeScss, 'phlex/icons/bootstrap/filetype_scss'
1019
+ autoload :FiletypeSh, 'phlex/icons/bootstrap/filetype_sh'
1020
+ autoload :FiletypeSql, 'phlex/icons/bootstrap/filetype_sql'
1021
+ autoload :FiletypeSvg, 'phlex/icons/bootstrap/filetype_svg'
1022
+ autoload :FiletypeTiff, 'phlex/icons/bootstrap/filetype_tiff'
1023
+ autoload :FiletypeTsx, 'phlex/icons/bootstrap/filetype_tsx'
1024
+ autoload :FiletypeTtf, 'phlex/icons/bootstrap/filetype_ttf'
1025
+ autoload :FiletypeTxt, 'phlex/icons/bootstrap/filetype_txt'
1026
+ autoload :FiletypeWav, 'phlex/icons/bootstrap/filetype_wav'
1027
+ autoload :FiletypeWoff, 'phlex/icons/bootstrap/filetype_woff'
1028
+ autoload :FiletypeXls, 'phlex/icons/bootstrap/filetype_xls'
1029
+ autoload :FiletypeXlsx, 'phlex/icons/bootstrap/filetype_xlsx'
1030
+ autoload :FiletypeXml, 'phlex/icons/bootstrap/filetype_xml'
1031
+ autoload :FiletypeYml, 'phlex/icons/bootstrap/filetype_yml'
1032
+ autoload :Film, 'phlex/icons/bootstrap/film'
1033
+ autoload :Filter, 'phlex/icons/bootstrap/filter'
1034
+ autoload :FilterCircle, 'phlex/icons/bootstrap/filter_circle'
1035
+ autoload :FilterCircleFill, 'phlex/icons/bootstrap/filter_circle_fill'
1036
+ autoload :FilterLeft, 'phlex/icons/bootstrap/filter_left'
1037
+ autoload :FilterRight, 'phlex/icons/bootstrap/filter_right'
1038
+ autoload :FilterSquare, 'phlex/icons/bootstrap/filter_square'
1039
+ autoload :FilterSquareFill, 'phlex/icons/bootstrap/filter_square_fill'
1040
+ autoload :Fingerprint, 'phlex/icons/bootstrap/fingerprint'
1041
+ autoload :Fire, 'phlex/icons/bootstrap/fire'
1042
+ autoload :FiveCircle, 'phlex/icons/bootstrap/five_circle'
1043
+ autoload :FiveCircleFill, 'phlex/icons/bootstrap/five_circle_fill'
1044
+ autoload :FiveSquare, 'phlex/icons/bootstrap/five_square'
1045
+ autoload :FiveSquareFill, 'phlex/icons/bootstrap/five_square_fill'
1046
+ autoload :Flag, 'phlex/icons/bootstrap/flag'
1047
+ autoload :FlagFill, 'phlex/icons/bootstrap/flag_fill'
1048
+ autoload :Floppy, 'phlex/icons/bootstrap/floppy'
1049
+ autoload :Floppy2, 'phlex/icons/bootstrap/floppy2'
1050
+ autoload :Floppy2Fill, 'phlex/icons/bootstrap/floppy2_fill'
1051
+ autoload :FloppyFill, 'phlex/icons/bootstrap/floppy_fill'
1052
+ autoload :Flower1, 'phlex/icons/bootstrap/flower1'
1053
+ autoload :Flower2, 'phlex/icons/bootstrap/flower2'
1054
+ autoload :Flower3, 'phlex/icons/bootstrap/flower3'
1055
+ autoload :Folder, 'phlex/icons/bootstrap/folder'
1056
+ autoload :Folder2, 'phlex/icons/bootstrap/folder2'
1057
+ autoload :Folder2Open, 'phlex/icons/bootstrap/folder2_open'
1058
+ autoload :FolderCheck, 'phlex/icons/bootstrap/folder_check'
1059
+ autoload :FolderFill, 'phlex/icons/bootstrap/folder_fill'
1060
+ autoload :FolderMinus, 'phlex/icons/bootstrap/folder_minus'
1061
+ autoload :FolderPlus, 'phlex/icons/bootstrap/folder_plus'
1062
+ autoload :FolderSymlink, 'phlex/icons/bootstrap/folder_symlink'
1063
+ autoload :FolderSymlinkFill, 'phlex/icons/bootstrap/folder_symlink_fill'
1064
+ autoload :FolderX, 'phlex/icons/bootstrap/folder_x'
1065
+ autoload :Fonts, 'phlex/icons/bootstrap/fonts'
1066
+ autoload :Forward, 'phlex/icons/bootstrap/forward'
1067
+ autoload :ForwardFill, 'phlex/icons/bootstrap/forward_fill'
1068
+ autoload :FourCircle, 'phlex/icons/bootstrap/four_circle'
1069
+ autoload :FourCircleFill, 'phlex/icons/bootstrap/four_circle_fill'
1070
+ autoload :FourSquare, 'phlex/icons/bootstrap/four_square'
1071
+ autoload :FourSquareFill, 'phlex/icons/bootstrap/four_square_fill'
1072
+ autoload :Front, 'phlex/icons/bootstrap/front'
1073
+ autoload :FuelPump, 'phlex/icons/bootstrap/fuel_pump'
1074
+ autoload :FuelPumpDiesel, 'phlex/icons/bootstrap/fuel_pump_diesel'
1075
+ autoload :FuelPumpDieselFill, 'phlex/icons/bootstrap/fuel_pump_diesel_fill'
1076
+ autoload :FuelPumpFill, 'phlex/icons/bootstrap/fuel_pump_fill'
1077
+ autoload :Fullscreen, 'phlex/icons/bootstrap/fullscreen'
1078
+ autoload :FullscreenExit, 'phlex/icons/bootstrap/fullscreen_exit'
1079
+ autoload :Funnel, 'phlex/icons/bootstrap/funnel'
1080
+ autoload :FunnelFill, 'phlex/icons/bootstrap/funnel_fill'
1081
+ autoload :Gear, 'phlex/icons/bootstrap/gear'
1082
+ autoload :GearFill, 'phlex/icons/bootstrap/gear_fill'
1083
+ autoload :GearWide, 'phlex/icons/bootstrap/gear_wide'
1084
+ autoload :GearWideConnected, 'phlex/icons/bootstrap/gear_wide_connected'
1085
+ autoload :Gem, 'phlex/icons/bootstrap/gem'
1086
+ autoload :GenderAmbiguous, 'phlex/icons/bootstrap/gender_ambiguous'
1087
+ autoload :GenderFemale, 'phlex/icons/bootstrap/gender_female'
1088
+ autoload :GenderMale, 'phlex/icons/bootstrap/gender_male'
1089
+ autoload :GenderNeuter, 'phlex/icons/bootstrap/gender_neuter'
1090
+ autoload :GenderTrans, 'phlex/icons/bootstrap/gender_trans'
1091
+ autoload :Geo, 'phlex/icons/bootstrap/geo'
1092
+ autoload :GeoAlt, 'phlex/icons/bootstrap/geo_alt'
1093
+ autoload :GeoAltFill, 'phlex/icons/bootstrap/geo_alt_fill'
1094
+ autoload :GeoFill, 'phlex/icons/bootstrap/geo_fill'
1095
+ autoload :Gift, 'phlex/icons/bootstrap/gift'
1096
+ autoload :GiftFill, 'phlex/icons/bootstrap/gift_fill'
1097
+ autoload :Git, 'phlex/icons/bootstrap/git'
1098
+ autoload :Github, 'phlex/icons/bootstrap/github'
1099
+ autoload :Gitlab, 'phlex/icons/bootstrap/gitlab'
1100
+ autoload :Globe, 'phlex/icons/bootstrap/globe'
1101
+ autoload :Globe2, 'phlex/icons/bootstrap/globe2'
1102
+ autoload :GlobeAmericas, 'phlex/icons/bootstrap/globe_americas'
1103
+ autoload :GlobeAsiaAustralia, 'phlex/icons/bootstrap/globe_asia_australia'
1104
+ autoload :GlobeCentralSouthAsia, 'phlex/icons/bootstrap/globe_central_south_asia'
1105
+ autoload :GlobeEuropeAfrica, 'phlex/icons/bootstrap/globe_europe_africa'
1106
+ autoload :Google, 'phlex/icons/bootstrap/google'
1107
+ autoload :GooglePlay, 'phlex/icons/bootstrap/google_play'
1108
+ autoload :GpuCard, 'phlex/icons/bootstrap/gpu_card'
1109
+ autoload :GraphDown, 'phlex/icons/bootstrap/graph_down'
1110
+ autoload :GraphDownArrow, 'phlex/icons/bootstrap/graph_down_arrow'
1111
+ autoload :GraphUp, 'phlex/icons/bootstrap/graph_up'
1112
+ autoload :GraphUpArrow, 'phlex/icons/bootstrap/graph_up_arrow'
1113
+ autoload :Grid, 'phlex/icons/bootstrap/grid'
1114
+ autoload :Grid1x2, 'phlex/icons/bootstrap/grid_1x2'
1115
+ autoload :Grid1x2Fill, 'phlex/icons/bootstrap/grid_1x2_fill'
1116
+ autoload :Grid3x2, 'phlex/icons/bootstrap/grid_3x2'
1117
+ autoload :Grid3x2Gap, 'phlex/icons/bootstrap/grid_3x2_gap'
1118
+ autoload :Grid3x2GapFill, 'phlex/icons/bootstrap/grid_3x2_gap_fill'
1119
+ autoload :Grid3x3, 'phlex/icons/bootstrap/grid_3x3'
1120
+ autoload :Grid3x3Gap, 'phlex/icons/bootstrap/grid_3x3_gap'
1121
+ autoload :Grid3x3GapFill, 'phlex/icons/bootstrap/grid_3x3_gap_fill'
1122
+ autoload :GridFill, 'phlex/icons/bootstrap/grid_fill'
1123
+ autoload :GripHorizontal, 'phlex/icons/bootstrap/grip_horizontal'
1124
+ autoload :GripVertical, 'phlex/icons/bootstrap/grip_vertical'
1125
+ autoload :HCircle, 'phlex/icons/bootstrap/h_circle'
1126
+ autoload :HCircleFill, 'phlex/icons/bootstrap/h_circle_fill'
1127
+ autoload :HSquare, 'phlex/icons/bootstrap/h_square'
1128
+ autoload :HSquareFill, 'phlex/icons/bootstrap/h_square_fill'
1129
+ autoload :Hammer, 'phlex/icons/bootstrap/hammer'
1130
+ autoload :HandIndex, 'phlex/icons/bootstrap/hand_index'
1131
+ autoload :HandIndexFill, 'phlex/icons/bootstrap/hand_index_fill'
1132
+ autoload :HandIndexThumb, 'phlex/icons/bootstrap/hand_index_thumb'
1133
+ autoload :HandIndexThumbFill, 'phlex/icons/bootstrap/hand_index_thumb_fill'
1134
+ autoload :HandThumbsDown, 'phlex/icons/bootstrap/hand_thumbs_down'
1135
+ autoload :HandThumbsDownFill, 'phlex/icons/bootstrap/hand_thumbs_down_fill'
1136
+ autoload :HandThumbsUp, 'phlex/icons/bootstrap/hand_thumbs_up'
1137
+ autoload :HandThumbsUpFill, 'phlex/icons/bootstrap/hand_thumbs_up_fill'
1138
+ autoload :Handbag, 'phlex/icons/bootstrap/handbag'
1139
+ autoload :HandbagFill, 'phlex/icons/bootstrap/handbag_fill'
1140
+ autoload :Hash, 'phlex/icons/bootstrap/hash'
1141
+ autoload :Hdd, 'phlex/icons/bootstrap/hdd'
1142
+ autoload :HddFill, 'phlex/icons/bootstrap/hdd_fill'
1143
+ autoload :HddNetwork, 'phlex/icons/bootstrap/hdd_network'
1144
+ autoload :HddNetworkFill, 'phlex/icons/bootstrap/hdd_network_fill'
1145
+ autoload :HddRack, 'phlex/icons/bootstrap/hdd_rack'
1146
+ autoload :HddRackFill, 'phlex/icons/bootstrap/hdd_rack_fill'
1147
+ autoload :HddStack, 'phlex/icons/bootstrap/hdd_stack'
1148
+ autoload :HddStackFill, 'phlex/icons/bootstrap/hdd_stack_fill'
1149
+ autoload :Hdmi, 'phlex/icons/bootstrap/hdmi'
1150
+ autoload :HdmiFill, 'phlex/icons/bootstrap/hdmi_fill'
1151
+ autoload :Headphones, 'phlex/icons/bootstrap/headphones'
1152
+ autoload :Headset, 'phlex/icons/bootstrap/headset'
1153
+ autoload :HeadsetVr, 'phlex/icons/bootstrap/headset_vr'
1154
+ autoload :Heart, 'phlex/icons/bootstrap/heart'
1155
+ autoload :HeartArrow, 'phlex/icons/bootstrap/heart_arrow'
1156
+ autoload :HeartFill, 'phlex/icons/bootstrap/heart_fill'
1157
+ autoload :HeartHalf, 'phlex/icons/bootstrap/heart_half'
1158
+ autoload :HeartPulse, 'phlex/icons/bootstrap/heart_pulse'
1159
+ autoload :HeartPulseFill, 'phlex/icons/bootstrap/heart_pulse_fill'
1160
+ autoload :Heartbreak, 'phlex/icons/bootstrap/heartbreak'
1161
+ autoload :HeartbreakFill, 'phlex/icons/bootstrap/heartbreak_fill'
1162
+ autoload :Hearts, 'phlex/icons/bootstrap/hearts'
1163
+ autoload :Heptagon, 'phlex/icons/bootstrap/heptagon'
1164
+ autoload :HeptagonFill, 'phlex/icons/bootstrap/heptagon_fill'
1165
+ autoload :HeptagonHalf, 'phlex/icons/bootstrap/heptagon_half'
1166
+ autoload :Hexagon, 'phlex/icons/bootstrap/hexagon'
1167
+ autoload :HexagonFill, 'phlex/icons/bootstrap/hexagon_fill'
1168
+ autoload :HexagonHalf, 'phlex/icons/bootstrap/hexagon_half'
1169
+ autoload :Highlighter, 'phlex/icons/bootstrap/highlighter'
1170
+ autoload :Highlights, 'phlex/icons/bootstrap/highlights'
1171
+ autoload :Hospital, 'phlex/icons/bootstrap/hospital'
1172
+ autoload :HospitalFill, 'phlex/icons/bootstrap/hospital_fill'
1173
+ autoload :Hourglass, 'phlex/icons/bootstrap/hourglass'
1174
+ autoload :HourglassBottom, 'phlex/icons/bootstrap/hourglass_bottom'
1175
+ autoload :HourglassSplit, 'phlex/icons/bootstrap/hourglass_split'
1176
+ autoload :HourglassTop, 'phlex/icons/bootstrap/hourglass_top'
1177
+ autoload :House, 'phlex/icons/bootstrap/house'
1178
+ autoload :HouseAdd, 'phlex/icons/bootstrap/house_add'
1179
+ autoload :HouseAddFill, 'phlex/icons/bootstrap/house_add_fill'
1180
+ autoload :HouseCheck, 'phlex/icons/bootstrap/house_check'
1181
+ autoload :HouseCheckFill, 'phlex/icons/bootstrap/house_check_fill'
1182
+ autoload :HouseDash, 'phlex/icons/bootstrap/house_dash'
1183
+ autoload :HouseDashFill, 'phlex/icons/bootstrap/house_dash_fill'
1184
+ autoload :HouseDoor, 'phlex/icons/bootstrap/house_door'
1185
+ autoload :HouseDoorFill, 'phlex/icons/bootstrap/house_door_fill'
1186
+ autoload :HouseDown, 'phlex/icons/bootstrap/house_down'
1187
+ autoload :HouseDownFill, 'phlex/icons/bootstrap/house_down_fill'
1188
+ autoload :HouseExclamation, 'phlex/icons/bootstrap/house_exclamation'
1189
+ autoload :HouseExclamationFill, 'phlex/icons/bootstrap/house_exclamation_fill'
1190
+ autoload :HouseFill, 'phlex/icons/bootstrap/house_fill'
1191
+ autoload :HouseGear, 'phlex/icons/bootstrap/house_gear'
1192
+ autoload :HouseGearFill, 'phlex/icons/bootstrap/house_gear_fill'
1193
+ autoload :HouseHeart, 'phlex/icons/bootstrap/house_heart'
1194
+ autoload :HouseHeartFill, 'phlex/icons/bootstrap/house_heart_fill'
1195
+ autoload :HouseLock, 'phlex/icons/bootstrap/house_lock'
1196
+ autoload :HouseLockFill, 'phlex/icons/bootstrap/house_lock_fill'
1197
+ autoload :HouseSlash, 'phlex/icons/bootstrap/house_slash'
1198
+ autoload :HouseSlashFill, 'phlex/icons/bootstrap/house_slash_fill'
1199
+ autoload :HouseUp, 'phlex/icons/bootstrap/house_up'
1200
+ autoload :HouseUpFill, 'phlex/icons/bootstrap/house_up_fill'
1201
+ autoload :HouseX, 'phlex/icons/bootstrap/house_x'
1202
+ autoload :HouseXFill, 'phlex/icons/bootstrap/house_x_fill'
1203
+ autoload :Houses, 'phlex/icons/bootstrap/houses'
1204
+ autoload :HousesFill, 'phlex/icons/bootstrap/houses_fill'
1205
+ autoload :Hr, 'phlex/icons/bootstrap/hr'
1206
+ autoload :Hurricane, 'phlex/icons/bootstrap/hurricane'
1207
+ autoload :Hypnotize, 'phlex/icons/bootstrap/hypnotize'
1208
+ autoload :Image, 'phlex/icons/bootstrap/image'
1209
+ autoload :ImageAlt, 'phlex/icons/bootstrap/image_alt'
1210
+ autoload :ImageFill, 'phlex/icons/bootstrap/image_fill'
1211
+ autoload :Images, 'phlex/icons/bootstrap/images'
1212
+ autoload :Inbox, 'phlex/icons/bootstrap/inbox'
1213
+ autoload :InboxFill, 'phlex/icons/bootstrap/inbox_fill'
1214
+ autoload :Inboxes, 'phlex/icons/bootstrap/inboxes'
1215
+ autoload :InboxesFill, 'phlex/icons/bootstrap/inboxes_fill'
1216
+ autoload :Incognito, 'phlex/icons/bootstrap/incognito'
1217
+ autoload :Indent, 'phlex/icons/bootstrap/indent'
1218
+ autoload :Infinity, 'phlex/icons/bootstrap/infinity'
1219
+ autoload :Info, 'phlex/icons/bootstrap/info'
1220
+ autoload :InfoCircle, 'phlex/icons/bootstrap/info_circle'
1221
+ autoload :InfoCircleFill, 'phlex/icons/bootstrap/info_circle_fill'
1222
+ autoload :InfoLg, 'phlex/icons/bootstrap/info_lg'
1223
+ autoload :InfoSquare, 'phlex/icons/bootstrap/info_square'
1224
+ autoload :InfoSquareFill, 'phlex/icons/bootstrap/info_square_fill'
1225
+ autoload :InputCursor, 'phlex/icons/bootstrap/input_cursor'
1226
+ autoload :InputCursorText, 'phlex/icons/bootstrap/input_cursor_text'
1227
+ autoload :Instagram, 'phlex/icons/bootstrap/instagram'
1228
+ autoload :Intersect, 'phlex/icons/bootstrap/intersect'
1229
+ autoload :Journal, 'phlex/icons/bootstrap/journal'
1230
+ autoload :JournalAlbum, 'phlex/icons/bootstrap/journal_album'
1231
+ autoload :JournalArrowDown, 'phlex/icons/bootstrap/journal_arrow_down'
1232
+ autoload :JournalArrowUp, 'phlex/icons/bootstrap/journal_arrow_up'
1233
+ autoload :JournalBookmark, 'phlex/icons/bootstrap/journal_bookmark'
1234
+ autoload :JournalBookmarkFill, 'phlex/icons/bootstrap/journal_bookmark_fill'
1235
+ autoload :JournalCheck, 'phlex/icons/bootstrap/journal_check'
1236
+ autoload :JournalCode, 'phlex/icons/bootstrap/journal_code'
1237
+ autoload :JournalMedical, 'phlex/icons/bootstrap/journal_medical'
1238
+ autoload :JournalMinus, 'phlex/icons/bootstrap/journal_minus'
1239
+ autoload :JournalPlus, 'phlex/icons/bootstrap/journal_plus'
1240
+ autoload :JournalRichtext, 'phlex/icons/bootstrap/journal_richtext'
1241
+ autoload :JournalText, 'phlex/icons/bootstrap/journal_text'
1242
+ autoload :JournalX, 'phlex/icons/bootstrap/journal_x'
1243
+ autoload :Journals, 'phlex/icons/bootstrap/journals'
1244
+ autoload :Joystick, 'phlex/icons/bootstrap/joystick'
1245
+ autoload :Justify, 'phlex/icons/bootstrap/justify'
1246
+ autoload :JustifyLeft, 'phlex/icons/bootstrap/justify_left'
1247
+ autoload :JustifyRight, 'phlex/icons/bootstrap/justify_right'
1248
+ autoload :Kanban, 'phlex/icons/bootstrap/kanban'
1249
+ autoload :KanbanFill, 'phlex/icons/bootstrap/kanban_fill'
1250
+ autoload :Key, 'phlex/icons/bootstrap/key'
1251
+ autoload :KeyFill, 'phlex/icons/bootstrap/key_fill'
1252
+ autoload :Keyboard, 'phlex/icons/bootstrap/keyboard'
1253
+ autoload :KeyboardFill, 'phlex/icons/bootstrap/keyboard_fill'
1254
+ autoload :Ladder, 'phlex/icons/bootstrap/ladder'
1255
+ autoload :Lamp, 'phlex/icons/bootstrap/lamp'
1256
+ autoload :LampFill, 'phlex/icons/bootstrap/lamp_fill'
1257
+ autoload :Laptop, 'phlex/icons/bootstrap/laptop'
1258
+ autoload :LaptopFill, 'phlex/icons/bootstrap/laptop_fill'
1259
+ autoload :LayerBackward, 'phlex/icons/bootstrap/layer_backward'
1260
+ autoload :LayerForward, 'phlex/icons/bootstrap/layer_forward'
1261
+ autoload :Layers, 'phlex/icons/bootstrap/layers'
1262
+ autoload :LayersFill, 'phlex/icons/bootstrap/layers_fill'
1263
+ autoload :LayersHalf, 'phlex/icons/bootstrap/layers_half'
1264
+ autoload :LayoutSidebar, 'phlex/icons/bootstrap/layout_sidebar'
1265
+ autoload :LayoutSidebarInset, 'phlex/icons/bootstrap/layout_sidebar_inset'
1266
+ autoload :LayoutSidebarInsetReverse, 'phlex/icons/bootstrap/layout_sidebar_inset_reverse'
1267
+ autoload :LayoutSidebarReverse, 'phlex/icons/bootstrap/layout_sidebar_reverse'
1268
+ autoload :LayoutSplit, 'phlex/icons/bootstrap/layout_split'
1269
+ autoload :LayoutTextSidebar, 'phlex/icons/bootstrap/layout_text_sidebar'
1270
+ autoload :LayoutTextSidebarReverse, 'phlex/icons/bootstrap/layout_text_sidebar_reverse'
1271
+ autoload :LayoutTextWindow, 'phlex/icons/bootstrap/layout_text_window'
1272
+ autoload :LayoutTextWindowReverse, 'phlex/icons/bootstrap/layout_text_window_reverse'
1273
+ autoload :LayoutThreeColumns, 'phlex/icons/bootstrap/layout_three_columns'
1274
+ autoload :LayoutWtf, 'phlex/icons/bootstrap/layout_wtf'
1275
+ autoload :LifePreserver, 'phlex/icons/bootstrap/life_preserver'
1276
+ autoload :Lightbulb, 'phlex/icons/bootstrap/lightbulb'
1277
+ autoload :LightbulbFill, 'phlex/icons/bootstrap/lightbulb_fill'
1278
+ autoload :LightbulbOff, 'phlex/icons/bootstrap/lightbulb_off'
1279
+ autoload :LightbulbOffFill, 'phlex/icons/bootstrap/lightbulb_off_fill'
1280
+ autoload :Lightning, 'phlex/icons/bootstrap/lightning'
1281
+ autoload :LightningCharge, 'phlex/icons/bootstrap/lightning_charge'
1282
+ autoload :LightningChargeFill, 'phlex/icons/bootstrap/lightning_charge_fill'
1283
+ autoload :LightningFill, 'phlex/icons/bootstrap/lightning_fill'
1284
+ autoload :Line, 'phlex/icons/bootstrap/line'
1285
+ autoload :Link, 'phlex/icons/bootstrap/link'
1286
+ autoload :Link45deg, 'phlex/icons/bootstrap/link_45deg'
1287
+ autoload :Linkedin, 'phlex/icons/bootstrap/linkedin'
1288
+ autoload :List, 'phlex/icons/bootstrap/list'
1289
+ autoload :ListCheck, 'phlex/icons/bootstrap/list_check'
1290
+ autoload :ListColumns, 'phlex/icons/bootstrap/list_columns'
1291
+ autoload :ListColumnsReverse, 'phlex/icons/bootstrap/list_columns_reverse'
1292
+ autoload :ListNested, 'phlex/icons/bootstrap/list_nested'
1293
+ autoload :ListOl, 'phlex/icons/bootstrap/list_ol'
1294
+ autoload :ListStars, 'phlex/icons/bootstrap/list_stars'
1295
+ autoload :ListTask, 'phlex/icons/bootstrap/list_task'
1296
+ autoload :ListUl, 'phlex/icons/bootstrap/list_ul'
1297
+ autoload :Lock, 'phlex/icons/bootstrap/lock'
1298
+ autoload :LockFill, 'phlex/icons/bootstrap/lock_fill'
1299
+ autoload :Luggage, 'phlex/icons/bootstrap/luggage'
1300
+ autoload :LuggageFill, 'phlex/icons/bootstrap/luggage_fill'
1301
+ autoload :Lungs, 'phlex/icons/bootstrap/lungs'
1302
+ autoload :LungsFill, 'phlex/icons/bootstrap/lungs_fill'
1303
+ autoload :Magic, 'phlex/icons/bootstrap/magic'
1304
+ autoload :Magnet, 'phlex/icons/bootstrap/magnet'
1305
+ autoload :MagnetFill, 'phlex/icons/bootstrap/magnet_fill'
1306
+ autoload :Mailbox, 'phlex/icons/bootstrap/mailbox'
1307
+ autoload :Mailbox2, 'phlex/icons/bootstrap/mailbox2'
1308
+ autoload :Mailbox2Flag, 'phlex/icons/bootstrap/mailbox2_flag'
1309
+ autoload :MailboxFlag, 'phlex/icons/bootstrap/mailbox_flag'
1310
+ autoload :Map, 'phlex/icons/bootstrap/map'
1311
+ autoload :MapFill, 'phlex/icons/bootstrap/map_fill'
1312
+ autoload :Markdown, 'phlex/icons/bootstrap/markdown'
1313
+ autoload :MarkdownFill, 'phlex/icons/bootstrap/markdown_fill'
1314
+ autoload :MarkerTip, 'phlex/icons/bootstrap/marker_tip'
1315
+ autoload :Mask, 'phlex/icons/bootstrap/mask'
1316
+ autoload :Mastodon, 'phlex/icons/bootstrap/mastodon'
1317
+ autoload :Medium, 'phlex/icons/bootstrap/medium'
1318
+ autoload :Megaphone, 'phlex/icons/bootstrap/megaphone'
1319
+ autoload :MegaphoneFill, 'phlex/icons/bootstrap/megaphone_fill'
1320
+ autoload :Memory, 'phlex/icons/bootstrap/memory'
1321
+ autoload :MenuApp, 'phlex/icons/bootstrap/menu_app'
1322
+ autoload :MenuAppFill, 'phlex/icons/bootstrap/menu_app_fill'
1323
+ autoload :MenuButton, 'phlex/icons/bootstrap/menu_button'
1324
+ autoload :MenuButtonFill, 'phlex/icons/bootstrap/menu_button_fill'
1325
+ autoload :MenuButtonWide, 'phlex/icons/bootstrap/menu_button_wide'
1326
+ autoload :MenuButtonWideFill, 'phlex/icons/bootstrap/menu_button_wide_fill'
1327
+ autoload :MenuDown, 'phlex/icons/bootstrap/menu_down'
1328
+ autoload :MenuUp, 'phlex/icons/bootstrap/menu_up'
1329
+ autoload :Messenger, 'phlex/icons/bootstrap/messenger'
1330
+ autoload :Meta, 'phlex/icons/bootstrap/meta'
1331
+ autoload :Mic, 'phlex/icons/bootstrap/mic'
1332
+ autoload :MicFill, 'phlex/icons/bootstrap/mic_fill'
1333
+ autoload :MicMute, 'phlex/icons/bootstrap/mic_mute'
1334
+ autoload :MicMuteFill, 'phlex/icons/bootstrap/mic_mute_fill'
1335
+ autoload :Microsoft, 'phlex/icons/bootstrap/microsoft'
1336
+ autoload :MicrosoftTeams, 'phlex/icons/bootstrap/microsoft_teams'
1337
+ autoload :Minecart, 'phlex/icons/bootstrap/minecart'
1338
+ autoload :MinecartLoaded, 'phlex/icons/bootstrap/minecart_loaded'
1339
+ autoload :Modem, 'phlex/icons/bootstrap/modem'
1340
+ autoload :ModemFill, 'phlex/icons/bootstrap/modem_fill'
1341
+ autoload :Moisture, 'phlex/icons/bootstrap/moisture'
1342
+ autoload :Moon, 'phlex/icons/bootstrap/moon'
1343
+ autoload :MoonFill, 'phlex/icons/bootstrap/moon_fill'
1344
+ autoload :MoonStars, 'phlex/icons/bootstrap/moon_stars'
1345
+ autoload :MoonStarsFill, 'phlex/icons/bootstrap/moon_stars_fill'
1346
+ autoload :Mortarboard, 'phlex/icons/bootstrap/mortarboard'
1347
+ autoload :MortarboardFill, 'phlex/icons/bootstrap/mortarboard_fill'
1348
+ autoload :Motherboard, 'phlex/icons/bootstrap/motherboard'
1349
+ autoload :MotherboardFill, 'phlex/icons/bootstrap/motherboard_fill'
1350
+ autoload :Mouse, 'phlex/icons/bootstrap/mouse'
1351
+ autoload :Mouse2, 'phlex/icons/bootstrap/mouse2'
1352
+ autoload :Mouse2Fill, 'phlex/icons/bootstrap/mouse2_fill'
1353
+ autoload :Mouse3, 'phlex/icons/bootstrap/mouse3'
1354
+ autoload :Mouse3Fill, 'phlex/icons/bootstrap/mouse3_fill'
1355
+ autoload :MouseFill, 'phlex/icons/bootstrap/mouse_fill'
1356
+ autoload :MusicNote, 'phlex/icons/bootstrap/music_note'
1357
+ autoload :MusicNoteBeamed, 'phlex/icons/bootstrap/music_note_beamed'
1358
+ autoload :MusicNoteList, 'phlex/icons/bootstrap/music_note_list'
1359
+ autoload :MusicPlayer, 'phlex/icons/bootstrap/music_player'
1360
+ autoload :MusicPlayerFill, 'phlex/icons/bootstrap/music_player_fill'
1361
+ autoload :Newspaper, 'phlex/icons/bootstrap/newspaper'
1362
+ autoload :NineCircle, 'phlex/icons/bootstrap/nine_circle'
1363
+ autoload :NineCircleFill, 'phlex/icons/bootstrap/nine_circle_fill'
1364
+ autoload :NineSquare, 'phlex/icons/bootstrap/nine_square'
1365
+ autoload :NineSquareFill, 'phlex/icons/bootstrap/nine_square_fill'
1366
+ autoload :NintendoSwitch, 'phlex/icons/bootstrap/nintendo_switch'
1367
+ autoload :NodeMinus, 'phlex/icons/bootstrap/node_minus'
1368
+ autoload :NodeMinusFill, 'phlex/icons/bootstrap/node_minus_fill'
1369
+ autoload :NodePlus, 'phlex/icons/bootstrap/node_plus'
1370
+ autoload :NodePlusFill, 'phlex/icons/bootstrap/node_plus_fill'
1371
+ autoload :NoiseReduction, 'phlex/icons/bootstrap/noise_reduction'
1372
+ autoload :Nut, 'phlex/icons/bootstrap/nut'
1373
+ autoload :NutFill, 'phlex/icons/bootstrap/nut_fill'
1374
+ autoload :Nvidia, 'phlex/icons/bootstrap/nvidia'
1375
+ autoload :Nvme, 'phlex/icons/bootstrap/nvme'
1376
+ autoload :NvmeFill, 'phlex/icons/bootstrap/nvme_fill'
1377
+ autoload :Octagon, 'phlex/icons/bootstrap/octagon'
1378
+ autoload :OctagonFill, 'phlex/icons/bootstrap/octagon_fill'
1379
+ autoload :OctagonHalf, 'phlex/icons/bootstrap/octagon_half'
1380
+ autoload :OneCircle, 'phlex/icons/bootstrap/one_circle'
1381
+ autoload :OneCircleFill, 'phlex/icons/bootstrap/one_circle_fill'
1382
+ autoload :OneSquare, 'phlex/icons/bootstrap/one_square'
1383
+ autoload :OneSquareFill, 'phlex/icons/bootstrap/one_square_fill'
1384
+ autoload :OneTwoThree, 'phlex/icons/bootstrap/one_two_three'
1385
+ autoload :Opencollective, 'phlex/icons/bootstrap/opencollective'
1386
+ autoload :OpticalAudio, 'phlex/icons/bootstrap/optical_audio'
1387
+ autoload :OpticalAudioFill, 'phlex/icons/bootstrap/optical_audio_fill'
1388
+ autoload :Option, 'phlex/icons/bootstrap/option'
1389
+ autoload :Outlet, 'phlex/icons/bootstrap/outlet'
1390
+ autoload :PCircle, 'phlex/icons/bootstrap/p_circle'
1391
+ autoload :PCircleFill, 'phlex/icons/bootstrap/p_circle_fill'
1392
+ autoload :PSquare, 'phlex/icons/bootstrap/p_square'
1393
+ autoload :PSquareFill, 'phlex/icons/bootstrap/p_square_fill'
1394
+ autoload :PaintBucket, 'phlex/icons/bootstrap/paint_bucket'
1395
+ autoload :Palette, 'phlex/icons/bootstrap/palette'
1396
+ autoload :Palette2, 'phlex/icons/bootstrap/palette2'
1397
+ autoload :PaletteFill, 'phlex/icons/bootstrap/palette_fill'
1398
+ autoload :Paperclip, 'phlex/icons/bootstrap/paperclip'
1399
+ autoload :Paragraph, 'phlex/icons/bootstrap/paragraph'
1400
+ autoload :Pass, 'phlex/icons/bootstrap/pass'
1401
+ autoload :PassFill, 'phlex/icons/bootstrap/pass_fill'
1402
+ autoload :Passport, 'phlex/icons/bootstrap/passport'
1403
+ autoload :PassportFill, 'phlex/icons/bootstrap/passport_fill'
1404
+ autoload :PatchCheck, 'phlex/icons/bootstrap/patch_check'
1405
+ autoload :PatchCheckFill, 'phlex/icons/bootstrap/patch_check_fill'
1406
+ autoload :PatchExclamation, 'phlex/icons/bootstrap/patch_exclamation'
1407
+ autoload :PatchExclamationFill, 'phlex/icons/bootstrap/patch_exclamation_fill'
1408
+ autoload :PatchMinus, 'phlex/icons/bootstrap/patch_minus'
1409
+ autoload :PatchMinusFill, 'phlex/icons/bootstrap/patch_minus_fill'
1410
+ autoload :PatchPlus, 'phlex/icons/bootstrap/patch_plus'
1411
+ autoload :PatchPlusFill, 'phlex/icons/bootstrap/patch_plus_fill'
1412
+ autoload :PatchQuestion, 'phlex/icons/bootstrap/patch_question'
1413
+ autoload :PatchQuestionFill, 'phlex/icons/bootstrap/patch_question_fill'
1414
+ autoload :Pause, 'phlex/icons/bootstrap/pause'
1415
+ autoload :PauseBtn, 'phlex/icons/bootstrap/pause_btn'
1416
+ autoload :PauseBtnFill, 'phlex/icons/bootstrap/pause_btn_fill'
1417
+ autoload :PauseCircle, 'phlex/icons/bootstrap/pause_circle'
1418
+ autoload :PauseCircleFill, 'phlex/icons/bootstrap/pause_circle_fill'
1419
+ autoload :PauseFill, 'phlex/icons/bootstrap/pause_fill'
1420
+ autoload :Paypal, 'phlex/icons/bootstrap/paypal'
1421
+ autoload :Pc, 'phlex/icons/bootstrap/pc'
1422
+ autoload :PcDisplay, 'phlex/icons/bootstrap/pc_display'
1423
+ autoload :PcDisplayHorizontal, 'phlex/icons/bootstrap/pc_display_horizontal'
1424
+ autoload :PcHorizontal, 'phlex/icons/bootstrap/pc_horizontal'
1425
+ autoload :PciCard, 'phlex/icons/bootstrap/pci_card'
1426
+ autoload :PciCardNetwork, 'phlex/icons/bootstrap/pci_card_network'
1427
+ autoload :PciCardSound, 'phlex/icons/bootstrap/pci_card_sound'
1428
+ autoload :Peace, 'phlex/icons/bootstrap/peace'
1429
+ autoload :PeaceFill, 'phlex/icons/bootstrap/peace_fill'
1430
+ autoload :Pen, 'phlex/icons/bootstrap/pen'
1431
+ autoload :PenFill, 'phlex/icons/bootstrap/pen_fill'
1432
+ autoload :Pencil, 'phlex/icons/bootstrap/pencil'
1433
+ autoload :PencilFill, 'phlex/icons/bootstrap/pencil_fill'
1434
+ autoload :PencilSquare, 'phlex/icons/bootstrap/pencil_square'
1435
+ autoload :Pentagon, 'phlex/icons/bootstrap/pentagon'
1436
+ autoload :PentagonFill, 'phlex/icons/bootstrap/pentagon_fill'
1437
+ autoload :PentagonHalf, 'phlex/icons/bootstrap/pentagon_half'
1438
+ autoload :People, 'phlex/icons/bootstrap/people'
1439
+ autoload :PeopleFill, 'phlex/icons/bootstrap/people_fill'
1440
+ autoload :Percent, 'phlex/icons/bootstrap/percent'
1441
+ autoload :Person, 'phlex/icons/bootstrap/person'
1442
+ autoload :PersonAdd, 'phlex/icons/bootstrap/person_add'
1443
+ autoload :PersonArmsUp, 'phlex/icons/bootstrap/person_arms_up'
1444
+ autoload :PersonBadge, 'phlex/icons/bootstrap/person_badge'
1445
+ autoload :PersonBadgeFill, 'phlex/icons/bootstrap/person_badge_fill'
1446
+ autoload :PersonBoundingBox, 'phlex/icons/bootstrap/person_bounding_box'
1447
+ autoload :PersonCheck, 'phlex/icons/bootstrap/person_check'
1448
+ autoload :PersonCheckFill, 'phlex/icons/bootstrap/person_check_fill'
1449
+ autoload :PersonCircle, 'phlex/icons/bootstrap/person_circle'
1450
+ autoload :PersonDash, 'phlex/icons/bootstrap/person_dash'
1451
+ autoload :PersonDashFill, 'phlex/icons/bootstrap/person_dash_fill'
1452
+ autoload :PersonDown, 'phlex/icons/bootstrap/person_down'
1453
+ autoload :PersonExclamation, 'phlex/icons/bootstrap/person_exclamation'
1454
+ autoload :PersonFill, 'phlex/icons/bootstrap/person_fill'
1455
+ autoload :PersonFillAdd, 'phlex/icons/bootstrap/person_fill_add'
1456
+ autoload :PersonFillCheck, 'phlex/icons/bootstrap/person_fill_check'
1457
+ autoload :PersonFillDash, 'phlex/icons/bootstrap/person_fill_dash'
1458
+ autoload :PersonFillDown, 'phlex/icons/bootstrap/person_fill_down'
1459
+ autoload :PersonFillExclamation, 'phlex/icons/bootstrap/person_fill_exclamation'
1460
+ autoload :PersonFillGear, 'phlex/icons/bootstrap/person_fill_gear'
1461
+ autoload :PersonFillLock, 'phlex/icons/bootstrap/person_fill_lock'
1462
+ autoload :PersonFillSlash, 'phlex/icons/bootstrap/person_fill_slash'
1463
+ autoload :PersonFillUp, 'phlex/icons/bootstrap/person_fill_up'
1464
+ autoload :PersonFillX, 'phlex/icons/bootstrap/person_fill_x'
1465
+ autoload :PersonGear, 'phlex/icons/bootstrap/person_gear'
1466
+ autoload :PersonHeart, 'phlex/icons/bootstrap/person_heart'
1467
+ autoload :PersonHearts, 'phlex/icons/bootstrap/person_hearts'
1468
+ autoload :PersonLinesFill, 'phlex/icons/bootstrap/person_lines_fill'
1469
+ autoload :PersonLock, 'phlex/icons/bootstrap/person_lock'
1470
+ autoload :PersonPlus, 'phlex/icons/bootstrap/person_plus'
1471
+ autoload :PersonPlusFill, 'phlex/icons/bootstrap/person_plus_fill'
1472
+ autoload :PersonRaisedHand, 'phlex/icons/bootstrap/person_raised_hand'
1473
+ autoload :PersonRolodex, 'phlex/icons/bootstrap/person_rolodex'
1474
+ autoload :PersonSlash, 'phlex/icons/bootstrap/person_slash'
1475
+ autoload :PersonSquare, 'phlex/icons/bootstrap/person_square'
1476
+ autoload :PersonStanding, 'phlex/icons/bootstrap/person_standing'
1477
+ autoload :PersonStandingDress, 'phlex/icons/bootstrap/person_standing_dress'
1478
+ autoload :PersonUp, 'phlex/icons/bootstrap/person_up'
1479
+ autoload :PersonVcard, 'phlex/icons/bootstrap/person_vcard'
1480
+ autoload :PersonVcardFill, 'phlex/icons/bootstrap/person_vcard_fill'
1481
+ autoload :PersonVideo, 'phlex/icons/bootstrap/person_video'
1482
+ autoload :PersonVideo2, 'phlex/icons/bootstrap/person_video2'
1483
+ autoload :PersonVideo3, 'phlex/icons/bootstrap/person_video3'
1484
+ autoload :PersonWalking, 'phlex/icons/bootstrap/person_walking'
1485
+ autoload :PersonWheelchair, 'phlex/icons/bootstrap/person_wheelchair'
1486
+ autoload :PersonWorkspace, 'phlex/icons/bootstrap/person_workspace'
1487
+ autoload :PersonX, 'phlex/icons/bootstrap/person_x'
1488
+ autoload :PersonXFill, 'phlex/icons/bootstrap/person_x_fill'
1489
+ autoload :Phone, 'phlex/icons/bootstrap/phone'
1490
+ autoload :PhoneFill, 'phlex/icons/bootstrap/phone_fill'
1491
+ autoload :PhoneFlip, 'phlex/icons/bootstrap/phone_flip'
1492
+ autoload :PhoneLandscape, 'phlex/icons/bootstrap/phone_landscape'
1493
+ autoload :PhoneLandscapeFill, 'phlex/icons/bootstrap/phone_landscape_fill'
1494
+ autoload :PhoneVibrate, 'phlex/icons/bootstrap/phone_vibrate'
1495
+ autoload :PhoneVibrateFill, 'phlex/icons/bootstrap/phone_vibrate_fill'
1496
+ autoload :PieChart, 'phlex/icons/bootstrap/pie_chart'
1497
+ autoload :PieChartFill, 'phlex/icons/bootstrap/pie_chart_fill'
1498
+ autoload :PiggyBank, 'phlex/icons/bootstrap/piggy_bank'
1499
+ autoload :PiggyBankFill, 'phlex/icons/bootstrap/piggy_bank_fill'
1500
+ autoload :Pin, 'phlex/icons/bootstrap/pin'
1501
+ autoload :PinAngle, 'phlex/icons/bootstrap/pin_angle'
1502
+ autoload :PinAngleFill, 'phlex/icons/bootstrap/pin_angle_fill'
1503
+ autoload :PinFill, 'phlex/icons/bootstrap/pin_fill'
1504
+ autoload :PinMap, 'phlex/icons/bootstrap/pin_map'
1505
+ autoload :PinMapFill, 'phlex/icons/bootstrap/pin_map_fill'
1506
+ autoload :Pinterest, 'phlex/icons/bootstrap/pinterest'
1507
+ autoload :Pip, 'phlex/icons/bootstrap/pip'
1508
+ autoload :PipFill, 'phlex/icons/bootstrap/pip_fill'
1509
+ autoload :Play, 'phlex/icons/bootstrap/play'
1510
+ autoload :PlayBtn, 'phlex/icons/bootstrap/play_btn'
1511
+ autoload :PlayBtnFill, 'phlex/icons/bootstrap/play_btn_fill'
1512
+ autoload :PlayCircle, 'phlex/icons/bootstrap/play_circle'
1513
+ autoload :PlayCircleFill, 'phlex/icons/bootstrap/play_circle_fill'
1514
+ autoload :PlayFill, 'phlex/icons/bootstrap/play_fill'
1515
+ autoload :Playstation, 'phlex/icons/bootstrap/playstation'
1516
+ autoload :Plug, 'phlex/icons/bootstrap/plug'
1517
+ autoload :PlugFill, 'phlex/icons/bootstrap/plug_fill'
1518
+ autoload :Plugin, 'phlex/icons/bootstrap/plugin'
1519
+ autoload :Plus, 'phlex/icons/bootstrap/plus'
1520
+ autoload :PlusCircle, 'phlex/icons/bootstrap/plus_circle'
1521
+ autoload :PlusCircleDotted, 'phlex/icons/bootstrap/plus_circle_dotted'
1522
+ autoload :PlusCircleFill, 'phlex/icons/bootstrap/plus_circle_fill'
1523
+ autoload :PlusLg, 'phlex/icons/bootstrap/plus_lg'
1524
+ autoload :PlusSlashMinus, 'phlex/icons/bootstrap/plus_slash_minus'
1525
+ autoload :PlusSquare, 'phlex/icons/bootstrap/plus_square'
1526
+ autoload :PlusSquareDotted, 'phlex/icons/bootstrap/plus_square_dotted'
1527
+ autoload :PlusSquareFill, 'phlex/icons/bootstrap/plus_square_fill'
1528
+ autoload :Postage, 'phlex/icons/bootstrap/postage'
1529
+ autoload :PostageFill, 'phlex/icons/bootstrap/postage_fill'
1530
+ autoload :PostageHeart, 'phlex/icons/bootstrap/postage_heart'
1531
+ autoload :PostageHeartFill, 'phlex/icons/bootstrap/postage_heart_fill'
1532
+ autoload :Postcard, 'phlex/icons/bootstrap/postcard'
1533
+ autoload :PostcardFill, 'phlex/icons/bootstrap/postcard_fill'
1534
+ autoload :PostcardHeart, 'phlex/icons/bootstrap/postcard_heart'
1535
+ autoload :PostcardHeartFill, 'phlex/icons/bootstrap/postcard_heart_fill'
1536
+ autoload :Power, 'phlex/icons/bootstrap/power'
1537
+ autoload :Prescription, 'phlex/icons/bootstrap/prescription'
1538
+ autoload :Prescription2, 'phlex/icons/bootstrap/prescription2'
1539
+ autoload :Printer, 'phlex/icons/bootstrap/printer'
1540
+ autoload :PrinterFill, 'phlex/icons/bootstrap/printer_fill'
1541
+ autoload :Projector, 'phlex/icons/bootstrap/projector'
1542
+ autoload :ProjectorFill, 'phlex/icons/bootstrap/projector_fill'
1543
+ autoload :Puzzle, 'phlex/icons/bootstrap/puzzle'
1544
+ autoload :PuzzleFill, 'phlex/icons/bootstrap/puzzle_fill'
1545
+ autoload :QrCode, 'phlex/icons/bootstrap/qr_code'
1546
+ autoload :QrCodeScan, 'phlex/icons/bootstrap/qr_code_scan'
1547
+ autoload :Question, 'phlex/icons/bootstrap/question'
1548
+ autoload :QuestionCircle, 'phlex/icons/bootstrap/question_circle'
1549
+ autoload :QuestionCircleFill, 'phlex/icons/bootstrap/question_circle_fill'
1550
+ autoload :QuestionDiamond, 'phlex/icons/bootstrap/question_diamond'
1551
+ autoload :QuestionDiamondFill, 'phlex/icons/bootstrap/question_diamond_fill'
1552
+ autoload :QuestionLg, 'phlex/icons/bootstrap/question_lg'
1553
+ autoload :QuestionOctagon, 'phlex/icons/bootstrap/question_octagon'
1554
+ autoload :QuestionOctagonFill, 'phlex/icons/bootstrap/question_octagon_fill'
1555
+ autoload :QuestionSquare, 'phlex/icons/bootstrap/question_square'
1556
+ autoload :QuestionSquareFill, 'phlex/icons/bootstrap/question_square_fill'
1557
+ autoload :Quora, 'phlex/icons/bootstrap/quora'
1558
+ autoload :Quote, 'phlex/icons/bootstrap/quote'
1559
+ autoload :RCircle, 'phlex/icons/bootstrap/r_circle'
1560
+ autoload :RCircleFill, 'phlex/icons/bootstrap/r_circle_fill'
1561
+ autoload :RSquare, 'phlex/icons/bootstrap/r_square'
1562
+ autoload :RSquareFill, 'phlex/icons/bootstrap/r_square_fill'
1563
+ autoload :Radar, 'phlex/icons/bootstrap/radar'
1564
+ autoload :Radioactive, 'phlex/icons/bootstrap/radioactive'
1565
+ autoload :Rainbow, 'phlex/icons/bootstrap/rainbow'
1566
+ autoload :Receipt, 'phlex/icons/bootstrap/receipt'
1567
+ autoload :ReceiptCutoff, 'phlex/icons/bootstrap/receipt_cutoff'
1568
+ autoload :Reception0, 'phlex/icons/bootstrap/reception_0'
1569
+ autoload :Reception1, 'phlex/icons/bootstrap/reception_1'
1570
+ autoload :Reception2, 'phlex/icons/bootstrap/reception_2'
1571
+ autoload :Reception3, 'phlex/icons/bootstrap/reception_3'
1572
+ autoload :Reception4, 'phlex/icons/bootstrap/reception_4'
1573
+ autoload :Record, 'phlex/icons/bootstrap/record'
1574
+ autoload :Record2, 'phlex/icons/bootstrap/record2'
1575
+ autoload :Record2Fill, 'phlex/icons/bootstrap/record2_fill'
1576
+ autoload :RecordBtn, 'phlex/icons/bootstrap/record_btn'
1577
+ autoload :RecordBtnFill, 'phlex/icons/bootstrap/record_btn_fill'
1578
+ autoload :RecordCircle, 'phlex/icons/bootstrap/record_circle'
1579
+ autoload :RecordCircleFill, 'phlex/icons/bootstrap/record_circle_fill'
1580
+ autoload :RecordFill, 'phlex/icons/bootstrap/record_fill'
1581
+ autoload :Recycle, 'phlex/icons/bootstrap/recycle'
1582
+ autoload :Reddit, 'phlex/icons/bootstrap/reddit'
1583
+ autoload :Regex, 'phlex/icons/bootstrap/regex'
1584
+ autoload :Repeat, 'phlex/icons/bootstrap/repeat'
1585
+ autoload :Repeat1, 'phlex/icons/bootstrap/repeat_1'
1586
+ autoload :Reply, 'phlex/icons/bootstrap/reply'
1587
+ autoload :ReplyAll, 'phlex/icons/bootstrap/reply_all'
1588
+ autoload :ReplyAllFill, 'phlex/icons/bootstrap/reply_all_fill'
1589
+ autoload :ReplyFill, 'phlex/icons/bootstrap/reply_fill'
1590
+ autoload :Rewind, 'phlex/icons/bootstrap/rewind'
1591
+ autoload :RewindBtn, 'phlex/icons/bootstrap/rewind_btn'
1592
+ autoload :RewindBtnFill, 'phlex/icons/bootstrap/rewind_btn_fill'
1593
+ autoload :RewindCircle, 'phlex/icons/bootstrap/rewind_circle'
1594
+ autoload :RewindCircleFill, 'phlex/icons/bootstrap/rewind_circle_fill'
1595
+ autoload :RewindFill, 'phlex/icons/bootstrap/rewind_fill'
1596
+ autoload :Robot, 'phlex/icons/bootstrap/robot'
1597
+ autoload :Rocket, 'phlex/icons/bootstrap/rocket'
1598
+ autoload :RocketFill, 'phlex/icons/bootstrap/rocket_fill'
1599
+ autoload :RocketTakeoff, 'phlex/icons/bootstrap/rocket_takeoff'
1600
+ autoload :RocketTakeoffFill, 'phlex/icons/bootstrap/rocket_takeoff_fill'
1601
+ autoload :Router, 'phlex/icons/bootstrap/router'
1602
+ autoload :RouterFill, 'phlex/icons/bootstrap/router_fill'
1603
+ autoload :Rss, 'phlex/icons/bootstrap/rss'
1604
+ autoload :RssFill, 'phlex/icons/bootstrap/rss_fill'
1605
+ autoload :Rulers, 'phlex/icons/bootstrap/rulers'
1606
+ autoload :Safe, 'phlex/icons/bootstrap/safe'
1607
+ autoload :Safe2, 'phlex/icons/bootstrap/safe2'
1608
+ autoload :Safe2Fill, 'phlex/icons/bootstrap/safe2_fill'
1609
+ autoload :SafeFill, 'phlex/icons/bootstrap/safe_fill'
1610
+ autoload :Save, 'phlex/icons/bootstrap/save'
1611
+ autoload :Save2, 'phlex/icons/bootstrap/save2'
1612
+ autoload :Save2Fill, 'phlex/icons/bootstrap/save2_fill'
1613
+ autoload :SaveFill, 'phlex/icons/bootstrap/save_fill'
1614
+ autoload :Scissors, 'phlex/icons/bootstrap/scissors'
1615
+ autoload :Scooter, 'phlex/icons/bootstrap/scooter'
1616
+ autoload :Screwdriver, 'phlex/icons/bootstrap/screwdriver'
1617
+ autoload :SdCard, 'phlex/icons/bootstrap/sd_card'
1618
+ autoload :SdCardFill, 'phlex/icons/bootstrap/sd_card_fill'
1619
+ autoload :Search, 'phlex/icons/bootstrap/search'
1620
+ autoload :SearchHeart, 'phlex/icons/bootstrap/search_heart'
1621
+ autoload :SearchHeartFill, 'phlex/icons/bootstrap/search_heart_fill'
1622
+ autoload :SegmentedNav, 'phlex/icons/bootstrap/segmented_nav'
1623
+ autoload :Send, 'phlex/icons/bootstrap/send'
1624
+ autoload :SendArrowDown, 'phlex/icons/bootstrap/send_arrow_down'
1625
+ autoload :SendArrowDownFill, 'phlex/icons/bootstrap/send_arrow_down_fill'
1626
+ autoload :SendArrowUp, 'phlex/icons/bootstrap/send_arrow_up'
1627
+ autoload :SendArrowUpFill, 'phlex/icons/bootstrap/send_arrow_up_fill'
1628
+ autoload :SendCheck, 'phlex/icons/bootstrap/send_check'
1629
+ autoload :SendCheckFill, 'phlex/icons/bootstrap/send_check_fill'
1630
+ autoload :SendDash, 'phlex/icons/bootstrap/send_dash'
1631
+ autoload :SendDashFill, 'phlex/icons/bootstrap/send_dash_fill'
1632
+ autoload :SendExclamation, 'phlex/icons/bootstrap/send_exclamation'
1633
+ autoload :SendExclamationFill, 'phlex/icons/bootstrap/send_exclamation_fill'
1634
+ autoload :SendFill, 'phlex/icons/bootstrap/send_fill'
1635
+ autoload :SendPlus, 'phlex/icons/bootstrap/send_plus'
1636
+ autoload :SendPlusFill, 'phlex/icons/bootstrap/send_plus_fill'
1637
+ autoload :SendSlash, 'phlex/icons/bootstrap/send_slash'
1638
+ autoload :SendSlashFill, 'phlex/icons/bootstrap/send_slash_fill'
1639
+ autoload :SendX, 'phlex/icons/bootstrap/send_x'
1640
+ autoload :SendXFill, 'phlex/icons/bootstrap/send_x_fill'
1641
+ autoload :Server, 'phlex/icons/bootstrap/server'
1642
+ autoload :SevenCircle, 'phlex/icons/bootstrap/seven_circle'
1643
+ autoload :SevenCircleFill, 'phlex/icons/bootstrap/seven_circle_fill'
1644
+ autoload :SevenSquare, 'phlex/icons/bootstrap/seven_square'
1645
+ autoload :SevenSquareFill, 'phlex/icons/bootstrap/seven_square_fill'
1646
+ autoload :Shadows, 'phlex/icons/bootstrap/shadows'
1647
+ autoload :Share, 'phlex/icons/bootstrap/share'
1648
+ autoload :ShareFill, 'phlex/icons/bootstrap/share_fill'
1649
+ autoload :Shield, 'phlex/icons/bootstrap/shield'
1650
+ autoload :ShieldCheck, 'phlex/icons/bootstrap/shield_check'
1651
+ autoload :ShieldExclamation, 'phlex/icons/bootstrap/shield_exclamation'
1652
+ autoload :ShieldFill, 'phlex/icons/bootstrap/shield_fill'
1653
+ autoload :ShieldFillCheck, 'phlex/icons/bootstrap/shield_fill_check'
1654
+ autoload :ShieldFillExclamation, 'phlex/icons/bootstrap/shield_fill_exclamation'
1655
+ autoload :ShieldFillMinus, 'phlex/icons/bootstrap/shield_fill_minus'
1656
+ autoload :ShieldFillPlus, 'phlex/icons/bootstrap/shield_fill_plus'
1657
+ autoload :ShieldFillX, 'phlex/icons/bootstrap/shield_fill_x'
1658
+ autoload :ShieldLock, 'phlex/icons/bootstrap/shield_lock'
1659
+ autoload :ShieldLockFill, 'phlex/icons/bootstrap/shield_lock_fill'
1660
+ autoload :ShieldMinus, 'phlex/icons/bootstrap/shield_minus'
1661
+ autoload :ShieldPlus, 'phlex/icons/bootstrap/shield_plus'
1662
+ autoload :ShieldShaded, 'phlex/icons/bootstrap/shield_shaded'
1663
+ autoload :ShieldSlash, 'phlex/icons/bootstrap/shield_slash'
1664
+ autoload :ShieldSlashFill, 'phlex/icons/bootstrap/shield_slash_fill'
1665
+ autoload :ShieldX, 'phlex/icons/bootstrap/shield_x'
1666
+ autoload :Shift, 'phlex/icons/bootstrap/shift'
1667
+ autoload :ShiftFill, 'phlex/icons/bootstrap/shift_fill'
1668
+ autoload :Shop, 'phlex/icons/bootstrap/shop'
1669
+ autoload :ShopWindow, 'phlex/icons/bootstrap/shop_window'
1670
+ autoload :Shuffle, 'phlex/icons/bootstrap/shuffle'
1671
+ autoload :SignDeadEnd, 'phlex/icons/bootstrap/sign_dead_end'
1672
+ autoload :SignDeadEndFill, 'phlex/icons/bootstrap/sign_dead_end_fill'
1673
+ autoload :SignDoNotEnter, 'phlex/icons/bootstrap/sign_do_not_enter'
1674
+ autoload :SignDoNotEnterFill, 'phlex/icons/bootstrap/sign_do_not_enter_fill'
1675
+ autoload :SignIntersection, 'phlex/icons/bootstrap/sign_intersection'
1676
+ autoload :SignIntersectionFill, 'phlex/icons/bootstrap/sign_intersection_fill'
1677
+ autoload :SignIntersectionSide, 'phlex/icons/bootstrap/sign_intersection_side'
1678
+ autoload :SignIntersectionSideFill, 'phlex/icons/bootstrap/sign_intersection_side_fill'
1679
+ autoload :SignIntersectionT, 'phlex/icons/bootstrap/sign_intersection_t'
1680
+ autoload :SignIntersectionTFill, 'phlex/icons/bootstrap/sign_intersection_t_fill'
1681
+ autoload :SignIntersectionY, 'phlex/icons/bootstrap/sign_intersection_y'
1682
+ autoload :SignIntersectionYFill, 'phlex/icons/bootstrap/sign_intersection_y_fill'
1683
+ autoload :SignMergeLeft, 'phlex/icons/bootstrap/sign_merge_left'
1684
+ autoload :SignMergeLeftFill, 'phlex/icons/bootstrap/sign_merge_left_fill'
1685
+ autoload :SignMergeRight, 'phlex/icons/bootstrap/sign_merge_right'
1686
+ autoload :SignMergeRightFill, 'phlex/icons/bootstrap/sign_merge_right_fill'
1687
+ autoload :SignNoLeftTurn, 'phlex/icons/bootstrap/sign_no_left_turn'
1688
+ autoload :SignNoLeftTurnFill, 'phlex/icons/bootstrap/sign_no_left_turn_fill'
1689
+ autoload :SignNoParking, 'phlex/icons/bootstrap/sign_no_parking'
1690
+ autoload :SignNoParkingFill, 'phlex/icons/bootstrap/sign_no_parking_fill'
1691
+ autoload :SignNoRightTurn, 'phlex/icons/bootstrap/sign_no_right_turn'
1692
+ autoload :SignNoRightTurnFill, 'phlex/icons/bootstrap/sign_no_right_turn_fill'
1693
+ autoload :SignRailroad, 'phlex/icons/bootstrap/sign_railroad'
1694
+ autoload :SignRailroadFill, 'phlex/icons/bootstrap/sign_railroad_fill'
1695
+ autoload :SignStop, 'phlex/icons/bootstrap/sign_stop'
1696
+ autoload :SignStopFill, 'phlex/icons/bootstrap/sign_stop_fill'
1697
+ autoload :SignStopLights, 'phlex/icons/bootstrap/sign_stop_lights'
1698
+ autoload :SignStopLightsFill, 'phlex/icons/bootstrap/sign_stop_lights_fill'
1699
+ autoload :SignTurnLeft, 'phlex/icons/bootstrap/sign_turn_left'
1700
+ autoload :SignTurnLeftFill, 'phlex/icons/bootstrap/sign_turn_left_fill'
1701
+ autoload :SignTurnRight, 'phlex/icons/bootstrap/sign_turn_right'
1702
+ autoload :SignTurnRightFill, 'phlex/icons/bootstrap/sign_turn_right_fill'
1703
+ autoload :SignTurnSlightLeft, 'phlex/icons/bootstrap/sign_turn_slight_left'
1704
+ autoload :SignTurnSlightLeftFill, 'phlex/icons/bootstrap/sign_turn_slight_left_fill'
1705
+ autoload :SignTurnSlightRight, 'phlex/icons/bootstrap/sign_turn_slight_right'
1706
+ autoload :SignTurnSlightRightFill, 'phlex/icons/bootstrap/sign_turn_slight_right_fill'
1707
+ autoload :SignYield, 'phlex/icons/bootstrap/sign_yield'
1708
+ autoload :SignYieldFill, 'phlex/icons/bootstrap/sign_yield_fill'
1709
+ autoload :Signal, 'phlex/icons/bootstrap/signal'
1710
+ autoload :Signpost, 'phlex/icons/bootstrap/signpost'
1711
+ autoload :Signpost2, 'phlex/icons/bootstrap/signpost_2'
1712
+ autoload :Signpost2Fill, 'phlex/icons/bootstrap/signpost_2_fill'
1713
+ autoload :SignpostFill, 'phlex/icons/bootstrap/signpost_fill'
1714
+ autoload :SignpostSplit, 'phlex/icons/bootstrap/signpost_split'
1715
+ autoload :SignpostSplitFill, 'phlex/icons/bootstrap/signpost_split_fill'
1716
+ autoload :Sim, 'phlex/icons/bootstrap/sim'
1717
+ autoload :SimFill, 'phlex/icons/bootstrap/sim_fill'
1718
+ autoload :SimSlash, 'phlex/icons/bootstrap/sim_slash'
1719
+ autoload :SimSlashFill, 'phlex/icons/bootstrap/sim_slash_fill'
1720
+ autoload :SinaWeibo, 'phlex/icons/bootstrap/sina_weibo'
1721
+ autoload :SixCircle, 'phlex/icons/bootstrap/six_circle'
1722
+ autoload :SixCircleFill, 'phlex/icons/bootstrap/six_circle_fill'
1723
+ autoload :SixSquare, 'phlex/icons/bootstrap/six_square'
1724
+ autoload :SixSquareFill, 'phlex/icons/bootstrap/six_square_fill'
1725
+ autoload :SkipBackward, 'phlex/icons/bootstrap/skip_backward'
1726
+ autoload :SkipBackwardBtn, 'phlex/icons/bootstrap/skip_backward_btn'
1727
+ autoload :SkipBackwardBtnFill, 'phlex/icons/bootstrap/skip_backward_btn_fill'
1728
+ autoload :SkipBackwardCircle, 'phlex/icons/bootstrap/skip_backward_circle'
1729
+ autoload :SkipBackwardCircleFill, 'phlex/icons/bootstrap/skip_backward_circle_fill'
1730
+ autoload :SkipBackwardFill, 'phlex/icons/bootstrap/skip_backward_fill'
1731
+ autoload :SkipEnd, 'phlex/icons/bootstrap/skip_end'
1732
+ autoload :SkipEndBtn, 'phlex/icons/bootstrap/skip_end_btn'
1733
+ autoload :SkipEndBtnFill, 'phlex/icons/bootstrap/skip_end_btn_fill'
1734
+ autoload :SkipEndCircle, 'phlex/icons/bootstrap/skip_end_circle'
1735
+ autoload :SkipEndCircleFill, 'phlex/icons/bootstrap/skip_end_circle_fill'
1736
+ autoload :SkipEndFill, 'phlex/icons/bootstrap/skip_end_fill'
1737
+ autoload :SkipForward, 'phlex/icons/bootstrap/skip_forward'
1738
+ autoload :SkipForwardBtn, 'phlex/icons/bootstrap/skip_forward_btn'
1739
+ autoload :SkipForwardBtnFill, 'phlex/icons/bootstrap/skip_forward_btn_fill'
1740
+ autoload :SkipForwardCircle, 'phlex/icons/bootstrap/skip_forward_circle'
1741
+ autoload :SkipForwardCircleFill, 'phlex/icons/bootstrap/skip_forward_circle_fill'
1742
+ autoload :SkipForwardFill, 'phlex/icons/bootstrap/skip_forward_fill'
1743
+ autoload :SkipStart, 'phlex/icons/bootstrap/skip_start'
1744
+ autoload :SkipStartBtn, 'phlex/icons/bootstrap/skip_start_btn'
1745
+ autoload :SkipStartBtnFill, 'phlex/icons/bootstrap/skip_start_btn_fill'
1746
+ autoload :SkipStartCircle, 'phlex/icons/bootstrap/skip_start_circle'
1747
+ autoload :SkipStartCircleFill, 'phlex/icons/bootstrap/skip_start_circle_fill'
1748
+ autoload :SkipStartFill, 'phlex/icons/bootstrap/skip_start_fill'
1749
+ autoload :Skype, 'phlex/icons/bootstrap/skype'
1750
+ autoload :Slack, 'phlex/icons/bootstrap/slack'
1751
+ autoload :Slash, 'phlex/icons/bootstrap/slash'
1752
+ autoload :SlashCircle, 'phlex/icons/bootstrap/slash_circle'
1753
+ autoload :SlashCircleFill, 'phlex/icons/bootstrap/slash_circle_fill'
1754
+ autoload :SlashLg, 'phlex/icons/bootstrap/slash_lg'
1755
+ autoload :SlashSquare, 'phlex/icons/bootstrap/slash_square'
1756
+ autoload :SlashSquareFill, 'phlex/icons/bootstrap/slash_square_fill'
1757
+ autoload :Sliders, 'phlex/icons/bootstrap/sliders'
1758
+ autoload :Sliders2, 'phlex/icons/bootstrap/sliders2'
1759
+ autoload :Sliders2Vertical, 'phlex/icons/bootstrap/sliders2_vertical'
1760
+ autoload :Smartwatch, 'phlex/icons/bootstrap/smartwatch'
1761
+ autoload :Snapchat, 'phlex/icons/bootstrap/snapchat'
1762
+ autoload :Snow, 'phlex/icons/bootstrap/snow'
1763
+ autoload :Snow2, 'phlex/icons/bootstrap/snow2'
1764
+ autoload :Snow3, 'phlex/icons/bootstrap/snow3'
1765
+ autoload :SortAlphaDown, 'phlex/icons/bootstrap/sort_alpha_down'
1766
+ autoload :SortAlphaDownAlt, 'phlex/icons/bootstrap/sort_alpha_down_alt'
1767
+ autoload :SortAlphaUp, 'phlex/icons/bootstrap/sort_alpha_up'
1768
+ autoload :SortAlphaUpAlt, 'phlex/icons/bootstrap/sort_alpha_up_alt'
1769
+ autoload :SortDown, 'phlex/icons/bootstrap/sort_down'
1770
+ autoload :SortDownAlt, 'phlex/icons/bootstrap/sort_down_alt'
1771
+ autoload :SortNumericDown, 'phlex/icons/bootstrap/sort_numeric_down'
1772
+ autoload :SortNumericDownAlt, 'phlex/icons/bootstrap/sort_numeric_down_alt'
1773
+ autoload :SortNumericUp, 'phlex/icons/bootstrap/sort_numeric_up'
1774
+ autoload :SortNumericUpAlt, 'phlex/icons/bootstrap/sort_numeric_up_alt'
1775
+ autoload :SortUp, 'phlex/icons/bootstrap/sort_up'
1776
+ autoload :SortUpAlt, 'phlex/icons/bootstrap/sort_up_alt'
1777
+ autoload :Soundwave, 'phlex/icons/bootstrap/soundwave'
1778
+ autoload :Sourceforge, 'phlex/icons/bootstrap/sourceforge'
1779
+ autoload :Speaker, 'phlex/icons/bootstrap/speaker'
1780
+ autoload :SpeakerFill, 'phlex/icons/bootstrap/speaker_fill'
1781
+ autoload :Speedometer, 'phlex/icons/bootstrap/speedometer'
1782
+ autoload :Speedometer2, 'phlex/icons/bootstrap/speedometer2'
1783
+ autoload :Spellcheck, 'phlex/icons/bootstrap/spellcheck'
1784
+ autoload :Spotify, 'phlex/icons/bootstrap/spotify'
1785
+ autoload :Square, 'phlex/icons/bootstrap/square'
1786
+ autoload :SquareFill, 'phlex/icons/bootstrap/square_fill'
1787
+ autoload :SquareHalf, 'phlex/icons/bootstrap/square_half'
1788
+ autoload :Stack, 'phlex/icons/bootstrap/stack'
1789
+ autoload :StackOverflow, 'phlex/icons/bootstrap/stack_overflow'
1790
+ autoload :Star, 'phlex/icons/bootstrap/star'
1791
+ autoload :StarFill, 'phlex/icons/bootstrap/star_fill'
1792
+ autoload :StarHalf, 'phlex/icons/bootstrap/star_half'
1793
+ autoload :Stars, 'phlex/icons/bootstrap/stars'
1794
+ autoload :Steam, 'phlex/icons/bootstrap/steam'
1795
+ autoload :Stickies, 'phlex/icons/bootstrap/stickies'
1796
+ autoload :StickiesFill, 'phlex/icons/bootstrap/stickies_fill'
1797
+ autoload :Sticky, 'phlex/icons/bootstrap/sticky'
1798
+ autoload :StickyFill, 'phlex/icons/bootstrap/sticky_fill'
1799
+ autoload :Stop, 'phlex/icons/bootstrap/stop'
1800
+ autoload :StopBtn, 'phlex/icons/bootstrap/stop_btn'
1801
+ autoload :StopBtnFill, 'phlex/icons/bootstrap/stop_btn_fill'
1802
+ autoload :StopCircle, 'phlex/icons/bootstrap/stop_circle'
1803
+ autoload :StopCircleFill, 'phlex/icons/bootstrap/stop_circle_fill'
1804
+ autoload :StopFill, 'phlex/icons/bootstrap/stop_fill'
1805
+ autoload :Stoplights, 'phlex/icons/bootstrap/stoplights'
1806
+ autoload :StoplightsFill, 'phlex/icons/bootstrap/stoplights_fill'
1807
+ autoload :Stopwatch, 'phlex/icons/bootstrap/stopwatch'
1808
+ autoload :StopwatchFill, 'phlex/icons/bootstrap/stopwatch_fill'
1809
+ autoload :Strava, 'phlex/icons/bootstrap/strava'
1810
+ autoload :Stripe, 'phlex/icons/bootstrap/stripe'
1811
+ autoload :Subscript, 'phlex/icons/bootstrap/subscript'
1812
+ autoload :Substack, 'phlex/icons/bootstrap/substack'
1813
+ autoload :Subtract, 'phlex/icons/bootstrap/subtract'
1814
+ autoload :SuitClub, 'phlex/icons/bootstrap/suit_club'
1815
+ autoload :SuitClubFill, 'phlex/icons/bootstrap/suit_club_fill'
1816
+ autoload :SuitDiamond, 'phlex/icons/bootstrap/suit_diamond'
1817
+ autoload :SuitDiamondFill, 'phlex/icons/bootstrap/suit_diamond_fill'
1818
+ autoload :SuitHeart, 'phlex/icons/bootstrap/suit_heart'
1819
+ autoload :SuitHeartFill, 'phlex/icons/bootstrap/suit_heart_fill'
1820
+ autoload :SuitSpade, 'phlex/icons/bootstrap/suit_spade'
1821
+ autoload :SuitSpadeFill, 'phlex/icons/bootstrap/suit_spade_fill'
1822
+ autoload :Suitcase, 'phlex/icons/bootstrap/suitcase'
1823
+ autoload :Suitcase2, 'phlex/icons/bootstrap/suitcase2'
1824
+ autoload :Suitcase2Fill, 'phlex/icons/bootstrap/suitcase2_fill'
1825
+ autoload :SuitcaseFill, 'phlex/icons/bootstrap/suitcase_fill'
1826
+ autoload :SuitcaseLg, 'phlex/icons/bootstrap/suitcase_lg'
1827
+ autoload :SuitcaseLgFill, 'phlex/icons/bootstrap/suitcase_lg_fill'
1828
+ autoload :Sun, 'phlex/icons/bootstrap/sun'
1829
+ autoload :SunFill, 'phlex/icons/bootstrap/sun_fill'
1830
+ autoload :Sunglasses, 'phlex/icons/bootstrap/sunglasses'
1831
+ autoload :Sunrise, 'phlex/icons/bootstrap/sunrise'
1832
+ autoload :SunriseFill, 'phlex/icons/bootstrap/sunrise_fill'
1833
+ autoload :Sunset, 'phlex/icons/bootstrap/sunset'
1834
+ autoload :SunsetFill, 'phlex/icons/bootstrap/sunset_fill'
1835
+ autoload :Superscript, 'phlex/icons/bootstrap/superscript'
1836
+ autoload :SymmetryHorizontal, 'phlex/icons/bootstrap/symmetry_horizontal'
1837
+ autoload :SymmetryVertical, 'phlex/icons/bootstrap/symmetry_vertical'
1838
+ autoload :Table, 'phlex/icons/bootstrap/table'
1839
+ autoload :Tablet, 'phlex/icons/bootstrap/tablet'
1840
+ autoload :TabletFill, 'phlex/icons/bootstrap/tablet_fill'
1841
+ autoload :TabletLandscape, 'phlex/icons/bootstrap/tablet_landscape'
1842
+ autoload :TabletLandscapeFill, 'phlex/icons/bootstrap/tablet_landscape_fill'
1843
+ autoload :Tag, 'phlex/icons/bootstrap/tag'
1844
+ autoload :TagFill, 'phlex/icons/bootstrap/tag_fill'
1845
+ autoload :Tags, 'phlex/icons/bootstrap/tags'
1846
+ autoload :TagsFill, 'phlex/icons/bootstrap/tags_fill'
1847
+ autoload :TaxiFront, 'phlex/icons/bootstrap/taxi_front'
1848
+ autoload :TaxiFrontFill, 'phlex/icons/bootstrap/taxi_front_fill'
1849
+ autoload :Telegram, 'phlex/icons/bootstrap/telegram'
1850
+ autoload :Telephone, 'phlex/icons/bootstrap/telephone'
1851
+ autoload :TelephoneFill, 'phlex/icons/bootstrap/telephone_fill'
1852
+ autoload :TelephoneForward, 'phlex/icons/bootstrap/telephone_forward'
1853
+ autoload :TelephoneForwardFill, 'phlex/icons/bootstrap/telephone_forward_fill'
1854
+ autoload :TelephoneInbound, 'phlex/icons/bootstrap/telephone_inbound'
1855
+ autoload :TelephoneInboundFill, 'phlex/icons/bootstrap/telephone_inbound_fill'
1856
+ autoload :TelephoneMinus, 'phlex/icons/bootstrap/telephone_minus'
1857
+ autoload :TelephoneMinusFill, 'phlex/icons/bootstrap/telephone_minus_fill'
1858
+ autoload :TelephoneOutbound, 'phlex/icons/bootstrap/telephone_outbound'
1859
+ autoload :TelephoneOutboundFill, 'phlex/icons/bootstrap/telephone_outbound_fill'
1860
+ autoload :TelephonePlus, 'phlex/icons/bootstrap/telephone_plus'
1861
+ autoload :TelephonePlusFill, 'phlex/icons/bootstrap/telephone_plus_fill'
1862
+ autoload :TelephoneX, 'phlex/icons/bootstrap/telephone_x'
1863
+ autoload :TelephoneXFill, 'phlex/icons/bootstrap/telephone_x_fill'
1864
+ autoload :TencentQq, 'phlex/icons/bootstrap/tencent_qq'
1865
+ autoload :Terminal, 'phlex/icons/bootstrap/terminal'
1866
+ autoload :TerminalDash, 'phlex/icons/bootstrap/terminal_dash'
1867
+ autoload :TerminalFill, 'phlex/icons/bootstrap/terminal_fill'
1868
+ autoload :TerminalPlus, 'phlex/icons/bootstrap/terminal_plus'
1869
+ autoload :TerminalSplit, 'phlex/icons/bootstrap/terminal_split'
1870
+ autoload :TerminalX, 'phlex/icons/bootstrap/terminal_x'
1871
+ autoload :TextCenter, 'phlex/icons/bootstrap/text_center'
1872
+ autoload :TextIndentLeft, 'phlex/icons/bootstrap/text_indent_left'
1873
+ autoload :TextIndentRight, 'phlex/icons/bootstrap/text_indent_right'
1874
+ autoload :TextLeft, 'phlex/icons/bootstrap/text_left'
1875
+ autoload :TextParagraph, 'phlex/icons/bootstrap/text_paragraph'
1876
+ autoload :TextRight, 'phlex/icons/bootstrap/text_right'
1877
+ autoload :TextWrap, 'phlex/icons/bootstrap/text_wrap'
1878
+ autoload :Textarea, 'phlex/icons/bootstrap/textarea'
1879
+ autoload :TextareaResize, 'phlex/icons/bootstrap/textarea_resize'
1880
+ autoload :TextareaT, 'phlex/icons/bootstrap/textarea_t'
1881
+ autoload :Thermometer, 'phlex/icons/bootstrap/thermometer'
1882
+ autoload :ThermometerHalf, 'phlex/icons/bootstrap/thermometer_half'
1883
+ autoload :ThermometerHigh, 'phlex/icons/bootstrap/thermometer_high'
1884
+ autoload :ThermometerLow, 'phlex/icons/bootstrap/thermometer_low'
1885
+ autoload :ThermometerSnow, 'phlex/icons/bootstrap/thermometer_snow'
1886
+ autoload :ThermometerSun, 'phlex/icons/bootstrap/thermometer_sun'
1887
+ autoload :Threads, 'phlex/icons/bootstrap/threads'
1888
+ autoload :ThreadsFill, 'phlex/icons/bootstrap/threads_fill'
1889
+ autoload :ThreeCircle, 'phlex/icons/bootstrap/three_circle'
1890
+ autoload :ThreeCircleFill, 'phlex/icons/bootstrap/three_circle_fill'
1891
+ autoload :ThreeDots, 'phlex/icons/bootstrap/three_dots'
1892
+ autoload :ThreeDotsVertical, 'phlex/icons/bootstrap/three_dots_vertical'
1893
+ autoload :ThreeSquare, 'phlex/icons/bootstrap/three_square'
1894
+ autoload :ThreeSquareFill, 'phlex/icons/bootstrap/three_square_fill'
1895
+ autoload :Thunderbolt, 'phlex/icons/bootstrap/thunderbolt'
1896
+ autoload :ThunderboltFill, 'phlex/icons/bootstrap/thunderbolt_fill'
1897
+ autoload :Ticket, 'phlex/icons/bootstrap/ticket'
1898
+ autoload :TicketDetailed, 'phlex/icons/bootstrap/ticket_detailed'
1899
+ autoload :TicketDetailedFill, 'phlex/icons/bootstrap/ticket_detailed_fill'
1900
+ autoload :TicketFill, 'phlex/icons/bootstrap/ticket_fill'
1901
+ autoload :TicketPerforated, 'phlex/icons/bootstrap/ticket_perforated'
1902
+ autoload :TicketPerforatedFill, 'phlex/icons/bootstrap/ticket_perforated_fill'
1903
+ autoload :Tiktok, 'phlex/icons/bootstrap/tiktok'
1904
+ autoload :Toggle2Off, 'phlex/icons/bootstrap/toggle2_off'
1905
+ autoload :Toggle2On, 'phlex/icons/bootstrap/toggle2_on'
1906
+ autoload :ToggleOff, 'phlex/icons/bootstrap/toggle_off'
1907
+ autoload :ToggleOn, 'phlex/icons/bootstrap/toggle_on'
1908
+ autoload :Toggles, 'phlex/icons/bootstrap/toggles'
1909
+ autoload :Toggles2, 'phlex/icons/bootstrap/toggles2'
1910
+ autoload :Tools, 'phlex/icons/bootstrap/tools'
1911
+ autoload :Tornado, 'phlex/icons/bootstrap/tornado'
1912
+ autoload :TrainFreightFront, 'phlex/icons/bootstrap/train_freight_front'
1913
+ autoload :TrainFreightFrontFill, 'phlex/icons/bootstrap/train_freight_front_fill'
1914
+ autoload :TrainFront, 'phlex/icons/bootstrap/train_front'
1915
+ autoload :TrainFrontFill, 'phlex/icons/bootstrap/train_front_fill'
1916
+ autoload :TrainLightrailFront, 'phlex/icons/bootstrap/train_lightrail_front'
1917
+ autoload :TrainLightrailFrontFill, 'phlex/icons/bootstrap/train_lightrail_front_fill'
1918
+ autoload :Translate, 'phlex/icons/bootstrap/translate'
1919
+ autoload :Transparency, 'phlex/icons/bootstrap/transparency'
1920
+ autoload :Trash, 'phlex/icons/bootstrap/trash'
1921
+ autoload :Trash2, 'phlex/icons/bootstrap/trash2'
1922
+ autoload :Trash2Fill, 'phlex/icons/bootstrap/trash2_fill'
1923
+ autoload :Trash3, 'phlex/icons/bootstrap/trash3'
1924
+ autoload :Trash3Fill, 'phlex/icons/bootstrap/trash3_fill'
1925
+ autoload :TrashFill, 'phlex/icons/bootstrap/trash_fill'
1926
+ autoload :Tree, 'phlex/icons/bootstrap/tree'
1927
+ autoload :TreeFill, 'phlex/icons/bootstrap/tree_fill'
1928
+ autoload :Trello, 'phlex/icons/bootstrap/trello'
1929
+ autoload :Triangle, 'phlex/icons/bootstrap/triangle'
1930
+ autoload :TriangleFill, 'phlex/icons/bootstrap/triangle_fill'
1931
+ autoload :TriangleHalf, 'phlex/icons/bootstrap/triangle_half'
1932
+ autoload :Trophy, 'phlex/icons/bootstrap/trophy'
1933
+ autoload :TrophyFill, 'phlex/icons/bootstrap/trophy_fill'
1934
+ autoload :TropicalStorm, 'phlex/icons/bootstrap/tropical_storm'
1935
+ autoload :Truck, 'phlex/icons/bootstrap/truck'
1936
+ autoload :TruckFlatbed, 'phlex/icons/bootstrap/truck_flatbed'
1937
+ autoload :TruckFront, 'phlex/icons/bootstrap/truck_front'
1938
+ autoload :TruckFrontFill, 'phlex/icons/bootstrap/truck_front_fill'
1939
+ autoload :Tsunami, 'phlex/icons/bootstrap/tsunami'
1940
+ autoload :Tv, 'phlex/icons/bootstrap/tv'
1941
+ autoload :TvFill, 'phlex/icons/bootstrap/tv_fill'
1942
+ autoload :Twitch, 'phlex/icons/bootstrap/twitch'
1943
+ autoload :Twitter, 'phlex/icons/bootstrap/twitter'
1944
+ autoload :TwitterX, 'phlex/icons/bootstrap/twitter_x'
1945
+ autoload :TwoCircle, 'phlex/icons/bootstrap/two_circle'
1946
+ autoload :TwoCircleFill, 'phlex/icons/bootstrap/two_circle_fill'
1947
+ autoload :TwoSquare, 'phlex/icons/bootstrap/two_square'
1948
+ autoload :TwoSquareFill, 'phlex/icons/bootstrap/two_square_fill'
1949
+ autoload :Type, 'phlex/icons/bootstrap/type'
1950
+ autoload :TypeBold, 'phlex/icons/bootstrap/type_bold'
1951
+ autoload :TypeH1, 'phlex/icons/bootstrap/type_h1'
1952
+ autoload :TypeH2, 'phlex/icons/bootstrap/type_h2'
1953
+ autoload :TypeH3, 'phlex/icons/bootstrap/type_h3'
1954
+ autoload :TypeH4, 'phlex/icons/bootstrap/type_h4'
1955
+ autoload :TypeH5, 'phlex/icons/bootstrap/type_h5'
1956
+ autoload :TypeH6, 'phlex/icons/bootstrap/type_h6'
1957
+ autoload :TypeItalic, 'phlex/icons/bootstrap/type_italic'
1958
+ autoload :TypeStrikethrough, 'phlex/icons/bootstrap/type_strikethrough'
1959
+ autoload :TypeUnderline, 'phlex/icons/bootstrap/type_underline'
1960
+ autoload :Ubuntu, 'phlex/icons/bootstrap/ubuntu'
1961
+ autoload :UiChecks, 'phlex/icons/bootstrap/ui_checks'
1962
+ autoload :UiChecksGrid, 'phlex/icons/bootstrap/ui_checks_grid'
1963
+ autoload :UiRadios, 'phlex/icons/bootstrap/ui_radios'
1964
+ autoload :UiRadiosGrid, 'phlex/icons/bootstrap/ui_radios_grid'
1965
+ autoload :Umbrella, 'phlex/icons/bootstrap/umbrella'
1966
+ autoload :UmbrellaFill, 'phlex/icons/bootstrap/umbrella_fill'
1967
+ autoload :Unindent, 'phlex/icons/bootstrap/unindent'
1968
+ autoload :Union, 'phlex/icons/bootstrap/union'
1969
+ autoload :Unity, 'phlex/icons/bootstrap/unity'
1970
+ autoload :UniversalAccess, 'phlex/icons/bootstrap/universal_access'
1971
+ autoload :UniversalAccessCircle, 'phlex/icons/bootstrap/universal_access_circle'
1972
+ autoload :Unlock, 'phlex/icons/bootstrap/unlock'
1973
+ autoload :UnlockFill, 'phlex/icons/bootstrap/unlock_fill'
1974
+ autoload :Upc, 'phlex/icons/bootstrap/upc'
1975
+ autoload :UpcScan, 'phlex/icons/bootstrap/upc_scan'
1976
+ autoload :Upload, 'phlex/icons/bootstrap/upload'
1977
+ autoload :Usb, 'phlex/icons/bootstrap/usb'
1978
+ autoload :UsbC, 'phlex/icons/bootstrap/usb_c'
1979
+ autoload :UsbCFill, 'phlex/icons/bootstrap/usb_c_fill'
1980
+ autoload :UsbDrive, 'phlex/icons/bootstrap/usb_drive'
1981
+ autoload :UsbDriveFill, 'phlex/icons/bootstrap/usb_drive_fill'
1982
+ autoload :UsbFill, 'phlex/icons/bootstrap/usb_fill'
1983
+ autoload :UsbMicro, 'phlex/icons/bootstrap/usb_micro'
1984
+ autoload :UsbMicroFill, 'phlex/icons/bootstrap/usb_micro_fill'
1985
+ autoload :UsbMini, 'phlex/icons/bootstrap/usb_mini'
1986
+ autoload :UsbMiniFill, 'phlex/icons/bootstrap/usb_mini_fill'
1987
+ autoload :UsbPlug, 'phlex/icons/bootstrap/usb_plug'
1988
+ autoload :UsbPlugFill, 'phlex/icons/bootstrap/usb_plug_fill'
1989
+ autoload :UsbSymbol, 'phlex/icons/bootstrap/usb_symbol'
1990
+ autoload :Valentine, 'phlex/icons/bootstrap/valentine'
1991
+ autoload :Valentine2, 'phlex/icons/bootstrap/valentine2'
1992
+ autoload :VectorPen, 'phlex/icons/bootstrap/vector_pen'
1993
+ autoload :ViewList, 'phlex/icons/bootstrap/view_list'
1994
+ autoload :ViewStacked, 'phlex/icons/bootstrap/view_stacked'
1995
+ autoload :Vignette, 'phlex/icons/bootstrap/vignette'
1996
+ autoload :Vimeo, 'phlex/icons/bootstrap/vimeo'
1997
+ autoload :Vinyl, 'phlex/icons/bootstrap/vinyl'
1998
+ autoload :VinylFill, 'phlex/icons/bootstrap/vinyl_fill'
1999
+ autoload :Virus, 'phlex/icons/bootstrap/virus'
2000
+ autoload :Virus2, 'phlex/icons/bootstrap/virus2'
2001
+ autoload :Voicemail, 'phlex/icons/bootstrap/voicemail'
2002
+ autoload :VolumeDown, 'phlex/icons/bootstrap/volume_down'
2003
+ autoload :VolumeDownFill, 'phlex/icons/bootstrap/volume_down_fill'
2004
+ autoload :VolumeMute, 'phlex/icons/bootstrap/volume_mute'
2005
+ autoload :VolumeMuteFill, 'phlex/icons/bootstrap/volume_mute_fill'
2006
+ autoload :VolumeOff, 'phlex/icons/bootstrap/volume_off'
2007
+ autoload :VolumeOffFill, 'phlex/icons/bootstrap/volume_off_fill'
2008
+ autoload :VolumeUp, 'phlex/icons/bootstrap/volume_up'
2009
+ autoload :VolumeUpFill, 'phlex/icons/bootstrap/volume_up_fill'
2010
+ autoload :Vr, 'phlex/icons/bootstrap/vr'
2011
+ autoload :Wallet, 'phlex/icons/bootstrap/wallet'
2012
+ autoload :Wallet2, 'phlex/icons/bootstrap/wallet2'
2013
+ autoload :WalletFill, 'phlex/icons/bootstrap/wallet_fill'
2014
+ autoload :Watch, 'phlex/icons/bootstrap/watch'
2015
+ autoload :Water, 'phlex/icons/bootstrap/water'
2016
+ autoload :Webcam, 'phlex/icons/bootstrap/webcam'
2017
+ autoload :WebcamFill, 'phlex/icons/bootstrap/webcam_fill'
2018
+ autoload :Wechat, 'phlex/icons/bootstrap/wechat'
2019
+ autoload :Whatsapp, 'phlex/icons/bootstrap/whatsapp'
2020
+ autoload :Wifi, 'phlex/icons/bootstrap/wifi'
2021
+ autoload :Wifi1, 'phlex/icons/bootstrap/wifi_1'
2022
+ autoload :Wifi2, 'phlex/icons/bootstrap/wifi_2'
2023
+ autoload :WifiOff, 'phlex/icons/bootstrap/wifi_off'
2024
+ autoload :Wikipedia, 'phlex/icons/bootstrap/wikipedia'
2025
+ autoload :Wind, 'phlex/icons/bootstrap/wind'
2026
+ autoload :Window, 'phlex/icons/bootstrap/window'
2027
+ autoload :WindowDash, 'phlex/icons/bootstrap/window_dash'
2028
+ autoload :WindowDesktop, 'phlex/icons/bootstrap/window_desktop'
2029
+ autoload :WindowDock, 'phlex/icons/bootstrap/window_dock'
2030
+ autoload :WindowFullscreen, 'phlex/icons/bootstrap/window_fullscreen'
2031
+ autoload :WindowPlus, 'phlex/icons/bootstrap/window_plus'
2032
+ autoload :WindowSidebar, 'phlex/icons/bootstrap/window_sidebar'
2033
+ autoload :WindowSplit, 'phlex/icons/bootstrap/window_split'
2034
+ autoload :WindowStack, 'phlex/icons/bootstrap/window_stack'
2035
+ autoload :WindowX, 'phlex/icons/bootstrap/window_x'
2036
+ autoload :Windows, 'phlex/icons/bootstrap/windows'
2037
+ autoload :Wordpress, 'phlex/icons/bootstrap/wordpress'
2038
+ autoload :Wrench, 'phlex/icons/bootstrap/wrench'
2039
+ autoload :WrenchAdjustable, 'phlex/icons/bootstrap/wrench_adjustable'
2040
+ autoload :WrenchAdjustableCircle, 'phlex/icons/bootstrap/wrench_adjustable_circle'
2041
+ autoload :WrenchAdjustableCircleFill, 'phlex/icons/bootstrap/wrench_adjustable_circle_fill'
2042
+ autoload :X, 'phlex/icons/bootstrap/x'
2043
+ autoload :XCircle, 'phlex/icons/bootstrap/x_circle'
2044
+ autoload :XCircleFill, 'phlex/icons/bootstrap/x_circle_fill'
2045
+ autoload :XDiamond, 'phlex/icons/bootstrap/x_diamond'
2046
+ autoload :XDiamondFill, 'phlex/icons/bootstrap/x_diamond_fill'
2047
+ autoload :XLg, 'phlex/icons/bootstrap/x_lg'
2048
+ autoload :XOctagon, 'phlex/icons/bootstrap/x_octagon'
2049
+ autoload :XOctagonFill, 'phlex/icons/bootstrap/x_octagon_fill'
2050
+ autoload :XSquare, 'phlex/icons/bootstrap/x_square'
2051
+ autoload :XSquareFill, 'phlex/icons/bootstrap/x_square_fill'
2052
+ autoload :Xbox, 'phlex/icons/bootstrap/xbox'
2053
+ autoload :Yelp, 'phlex/icons/bootstrap/yelp'
2054
+ autoload :YinYang, 'phlex/icons/bootstrap/yin_yang'
2055
+ autoload :Youtube, 'phlex/icons/bootstrap/youtube'
2056
+ autoload :ZeroCircle, 'phlex/icons/bootstrap/zero_circle'
2057
+ autoload :ZeroCircleFill, 'phlex/icons/bootstrap/zero_circle_fill'
2058
+ autoload :ZeroSquare, 'phlex/icons/bootstrap/zero_square'
2059
+ autoload :ZeroSquareFill, 'phlex/icons/bootstrap/zero_square_fill'
2060
+ autoload :ZoomIn, 'phlex/icons/bootstrap/zoom_in'
2061
+ autoload :ZoomOut, 'phlex/icons/bootstrap/zoom_out'
2062
+ # auto-generated autoload: end
13
2063
  end
14
2064
  end
15
2065
  end