phlex-icons-lucide 0.9.0 → 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +15 -1
- data/generators/helper.rb +30 -9
- data/generators/tabler.rb +69 -0
- data/lib/phlex/icons/helper.rb +11 -0
- data/lib/phlex/icons/lucide/battery_warning.rb +5 -5
- data/lib/phlex/icons/lucide/octagon_minus.rb +30 -0
- data/lib/phlex/icons/lucide.rb +1531 -6
- data/lib/phlex/icons/version.rb +1 -1
- data/lib/phlex_icons_lucide.rb +3 -1
- metadata +9 -6
    
        data/lib/phlex/icons/lucide.rb
    CHANGED
    
    | @@ -2,14 +2,1539 @@ | |
| 2 2 |  | 
| 3 3 | 
             
            module Phlex
         | 
| 4 4 | 
             
              module Icons
         | 
| 5 | 
            -
                module Lucide
         | 
| 6 | 
            -
                   | 
| 5 | 
            +
                module Lucide # rubocop:disable Metrics/ModuleLength
         | 
| 6 | 
            +
                  extend Phlex::Icons::Helper
         | 
| 7 | 
            +
                  extend Phlex::Kit
         | 
| 7 8 |  | 
| 8 | 
            -
                   | 
| 9 | 
            -
                    next if ['base.rb'].include?(::File.basename(file))
         | 
| 9 | 
            +
                  require_relative 'lucide/base'
         | 
| 10 10 |  | 
| 11 | 
            -
             | 
| 12 | 
            -
                   | 
| 11 | 
            +
                  # auto-generated autoload: start
         | 
| 12 | 
            +
                  autoload :AArrowDown, 'phlex/icons/lucide/a_arrow_down'
         | 
| 13 | 
            +
                  autoload :AArrowUp, 'phlex/icons/lucide/a_arrow_up'
         | 
| 14 | 
            +
                  autoload :ALargeSmall, 'phlex/icons/lucide/a_large_small'
         | 
| 15 | 
            +
                  autoload :Accessibility, 'phlex/icons/lucide/accessibility'
         | 
| 16 | 
            +
                  autoload :Activity, 'phlex/icons/lucide/activity'
         | 
| 17 | 
            +
                  autoload :AirVent, 'phlex/icons/lucide/air_vent'
         | 
| 18 | 
            +
                  autoload :Airplay, 'phlex/icons/lucide/airplay'
         | 
| 19 | 
            +
                  autoload :AlarmClock, 'phlex/icons/lucide/alarm_clock'
         | 
| 20 | 
            +
                  autoload :AlarmClockCheck, 'phlex/icons/lucide/alarm_clock_check'
         | 
| 21 | 
            +
                  autoload :AlarmClockMinus, 'phlex/icons/lucide/alarm_clock_minus'
         | 
| 22 | 
            +
                  autoload :AlarmClockOff, 'phlex/icons/lucide/alarm_clock_off'
         | 
| 23 | 
            +
                  autoload :AlarmClockPlus, 'phlex/icons/lucide/alarm_clock_plus'
         | 
| 24 | 
            +
                  autoload :AlarmSmoke, 'phlex/icons/lucide/alarm_smoke'
         | 
| 25 | 
            +
                  autoload :Album, 'phlex/icons/lucide/album'
         | 
| 26 | 
            +
                  autoload :AlignCenter, 'phlex/icons/lucide/align_center'
         | 
| 27 | 
            +
                  autoload :AlignCenterHorizontal, 'phlex/icons/lucide/align_center_horizontal'
         | 
| 28 | 
            +
                  autoload :AlignCenterVertical, 'phlex/icons/lucide/align_center_vertical'
         | 
| 29 | 
            +
                  autoload :AlignEndHorizontal, 'phlex/icons/lucide/align_end_horizontal'
         | 
| 30 | 
            +
                  autoload :AlignEndVertical, 'phlex/icons/lucide/align_end_vertical'
         | 
| 31 | 
            +
                  autoload :AlignHorizontalDistributeCenter, 'phlex/icons/lucide/align_horizontal_distribute_center'
         | 
| 32 | 
            +
                  autoload :AlignHorizontalDistributeEnd, 'phlex/icons/lucide/align_horizontal_distribute_end'
         | 
| 33 | 
            +
                  autoload :AlignHorizontalDistributeStart, 'phlex/icons/lucide/align_horizontal_distribute_start'
         | 
| 34 | 
            +
                  autoload :AlignHorizontalJustifyCenter, 'phlex/icons/lucide/align_horizontal_justify_center'
         | 
| 35 | 
            +
                  autoload :AlignHorizontalJustifyEnd, 'phlex/icons/lucide/align_horizontal_justify_end'
         | 
| 36 | 
            +
                  autoload :AlignHorizontalJustifyStart, 'phlex/icons/lucide/align_horizontal_justify_start'
         | 
| 37 | 
            +
                  autoload :AlignHorizontalSpaceAround, 'phlex/icons/lucide/align_horizontal_space_around'
         | 
| 38 | 
            +
                  autoload :AlignHorizontalSpaceBetween, 'phlex/icons/lucide/align_horizontal_space_between'
         | 
| 39 | 
            +
                  autoload :AlignJustify, 'phlex/icons/lucide/align_justify'
         | 
| 40 | 
            +
                  autoload :AlignLeft, 'phlex/icons/lucide/align_left'
         | 
| 41 | 
            +
                  autoload :AlignRight, 'phlex/icons/lucide/align_right'
         | 
| 42 | 
            +
                  autoload :AlignStartHorizontal, 'phlex/icons/lucide/align_start_horizontal'
         | 
| 43 | 
            +
                  autoload :AlignStartVertical, 'phlex/icons/lucide/align_start_vertical'
         | 
| 44 | 
            +
                  autoload :AlignVerticalDistributeCenter, 'phlex/icons/lucide/align_vertical_distribute_center'
         | 
| 45 | 
            +
                  autoload :AlignVerticalDistributeEnd, 'phlex/icons/lucide/align_vertical_distribute_end'
         | 
| 46 | 
            +
                  autoload :AlignVerticalDistributeStart, 'phlex/icons/lucide/align_vertical_distribute_start'
         | 
| 47 | 
            +
                  autoload :AlignVerticalJustifyCenter, 'phlex/icons/lucide/align_vertical_justify_center'
         | 
| 48 | 
            +
                  autoload :AlignVerticalJustifyEnd, 'phlex/icons/lucide/align_vertical_justify_end'
         | 
| 49 | 
            +
                  autoload :AlignVerticalJustifyStart, 'phlex/icons/lucide/align_vertical_justify_start'
         | 
| 50 | 
            +
                  autoload :AlignVerticalSpaceAround, 'phlex/icons/lucide/align_vertical_space_around'
         | 
| 51 | 
            +
                  autoload :AlignVerticalSpaceBetween, 'phlex/icons/lucide/align_vertical_space_between'
         | 
| 52 | 
            +
                  autoload :Ambulance, 'phlex/icons/lucide/ambulance'
         | 
| 53 | 
            +
                  autoload :Ampersand, 'phlex/icons/lucide/ampersand'
         | 
| 54 | 
            +
                  autoload :Ampersands, 'phlex/icons/lucide/ampersands'
         | 
| 55 | 
            +
                  autoload :Amphora, 'phlex/icons/lucide/amphora'
         | 
| 56 | 
            +
                  autoload :Anchor, 'phlex/icons/lucide/anchor'
         | 
| 57 | 
            +
                  autoload :Angry, 'phlex/icons/lucide/angry'
         | 
| 58 | 
            +
                  autoload :Annoyed, 'phlex/icons/lucide/annoyed'
         | 
| 59 | 
            +
                  autoload :Antenna, 'phlex/icons/lucide/antenna'
         | 
| 60 | 
            +
                  autoload :Anvil, 'phlex/icons/lucide/anvil'
         | 
| 61 | 
            +
                  autoload :Aperture, 'phlex/icons/lucide/aperture'
         | 
| 62 | 
            +
                  autoload :AppWindow, 'phlex/icons/lucide/app_window'
         | 
| 63 | 
            +
                  autoload :AppWindowMac, 'phlex/icons/lucide/app_window_mac'
         | 
| 64 | 
            +
                  autoload :Apple, 'phlex/icons/lucide/apple'
         | 
| 65 | 
            +
                  autoload :Archive, 'phlex/icons/lucide/archive'
         | 
| 66 | 
            +
                  autoload :ArchiveRestore, 'phlex/icons/lucide/archive_restore'
         | 
| 67 | 
            +
                  autoload :ArchiveX, 'phlex/icons/lucide/archive_x'
         | 
| 68 | 
            +
                  autoload :Armchair, 'phlex/icons/lucide/armchair'
         | 
| 69 | 
            +
                  autoload :ArrowBigDown, 'phlex/icons/lucide/arrow_big_down'
         | 
| 70 | 
            +
                  autoload :ArrowBigDownDash, 'phlex/icons/lucide/arrow_big_down_dash'
         | 
| 71 | 
            +
                  autoload :ArrowBigLeft, 'phlex/icons/lucide/arrow_big_left'
         | 
| 72 | 
            +
                  autoload :ArrowBigLeftDash, 'phlex/icons/lucide/arrow_big_left_dash'
         | 
| 73 | 
            +
                  autoload :ArrowBigRight, 'phlex/icons/lucide/arrow_big_right'
         | 
| 74 | 
            +
                  autoload :ArrowBigRightDash, 'phlex/icons/lucide/arrow_big_right_dash'
         | 
| 75 | 
            +
                  autoload :ArrowBigUp, 'phlex/icons/lucide/arrow_big_up'
         | 
| 76 | 
            +
                  autoload :ArrowBigUpDash, 'phlex/icons/lucide/arrow_big_up_dash'
         | 
| 77 | 
            +
                  autoload :ArrowDown, 'phlex/icons/lucide/arrow_down'
         | 
| 78 | 
            +
                  autoload :ArrowDown01, 'phlex/icons/lucide/arrow_down_0_1'
         | 
| 79 | 
            +
                  autoload :ArrowDown10, 'phlex/icons/lucide/arrow_down_1_0'
         | 
| 80 | 
            +
                  autoload :ArrowDownAZ, 'phlex/icons/lucide/arrow_down_a_z'
         | 
| 81 | 
            +
                  autoload :ArrowDownFromLine, 'phlex/icons/lucide/arrow_down_from_line'
         | 
| 82 | 
            +
                  autoload :ArrowDownLeft, 'phlex/icons/lucide/arrow_down_left'
         | 
| 83 | 
            +
                  autoload :ArrowDownNarrowWide, 'phlex/icons/lucide/arrow_down_narrow_wide'
         | 
| 84 | 
            +
                  autoload :ArrowDownRight, 'phlex/icons/lucide/arrow_down_right'
         | 
| 85 | 
            +
                  autoload :ArrowDownToDot, 'phlex/icons/lucide/arrow_down_to_dot'
         | 
| 86 | 
            +
                  autoload :ArrowDownToLine, 'phlex/icons/lucide/arrow_down_to_line'
         | 
| 87 | 
            +
                  autoload :ArrowDownUp, 'phlex/icons/lucide/arrow_down_up'
         | 
| 88 | 
            +
                  autoload :ArrowDownWideNarrow, 'phlex/icons/lucide/arrow_down_wide_narrow'
         | 
| 89 | 
            +
                  autoload :ArrowDownZA, 'phlex/icons/lucide/arrow_down_z_a'
         | 
| 90 | 
            +
                  autoload :ArrowLeft, 'phlex/icons/lucide/arrow_left'
         | 
| 91 | 
            +
                  autoload :ArrowLeftFromLine, 'phlex/icons/lucide/arrow_left_from_line'
         | 
| 92 | 
            +
                  autoload :ArrowLeftRight, 'phlex/icons/lucide/arrow_left_right'
         | 
| 93 | 
            +
                  autoload :ArrowLeftToLine, 'phlex/icons/lucide/arrow_left_to_line'
         | 
| 94 | 
            +
                  autoload :ArrowRight, 'phlex/icons/lucide/arrow_right'
         | 
| 95 | 
            +
                  autoload :ArrowRightFromLine, 'phlex/icons/lucide/arrow_right_from_line'
         | 
| 96 | 
            +
                  autoload :ArrowRightLeft, 'phlex/icons/lucide/arrow_right_left'
         | 
| 97 | 
            +
                  autoload :ArrowRightToLine, 'phlex/icons/lucide/arrow_right_to_line'
         | 
| 98 | 
            +
                  autoload :ArrowUp, 'phlex/icons/lucide/arrow_up'
         | 
| 99 | 
            +
                  autoload :ArrowUp01, 'phlex/icons/lucide/arrow_up_0_1'
         | 
| 100 | 
            +
                  autoload :ArrowUp10, 'phlex/icons/lucide/arrow_up_1_0'
         | 
| 101 | 
            +
                  autoload :ArrowUpAZ, 'phlex/icons/lucide/arrow_up_a_z'
         | 
| 102 | 
            +
                  autoload :ArrowUpDown, 'phlex/icons/lucide/arrow_up_down'
         | 
| 103 | 
            +
                  autoload :ArrowUpFromDot, 'phlex/icons/lucide/arrow_up_from_dot'
         | 
| 104 | 
            +
                  autoload :ArrowUpFromLine, 'phlex/icons/lucide/arrow_up_from_line'
         | 
| 105 | 
            +
                  autoload :ArrowUpLeft, 'phlex/icons/lucide/arrow_up_left'
         | 
| 106 | 
            +
                  autoload :ArrowUpNarrowWide, 'phlex/icons/lucide/arrow_up_narrow_wide'
         | 
| 107 | 
            +
                  autoload :ArrowUpRight, 'phlex/icons/lucide/arrow_up_right'
         | 
| 108 | 
            +
                  autoload :ArrowUpToLine, 'phlex/icons/lucide/arrow_up_to_line'
         | 
| 109 | 
            +
                  autoload :ArrowUpWideNarrow, 'phlex/icons/lucide/arrow_up_wide_narrow'
         | 
| 110 | 
            +
                  autoload :ArrowUpZA, 'phlex/icons/lucide/arrow_up_z_a'
         | 
| 111 | 
            +
                  autoload :ArrowsUpFromLine, 'phlex/icons/lucide/arrows_up_from_line'
         | 
| 112 | 
            +
                  autoload :Asterisk, 'phlex/icons/lucide/asterisk'
         | 
| 113 | 
            +
                  autoload :AtSign, 'phlex/icons/lucide/at_sign'
         | 
| 114 | 
            +
                  autoload :Atom, 'phlex/icons/lucide/atom'
         | 
| 115 | 
            +
                  autoload :AudioLines, 'phlex/icons/lucide/audio_lines'
         | 
| 116 | 
            +
                  autoload :AudioWaveform, 'phlex/icons/lucide/audio_waveform'
         | 
| 117 | 
            +
                  autoload :Award, 'phlex/icons/lucide/award'
         | 
| 118 | 
            +
                  autoload :Axe, 'phlex/icons/lucide/axe'
         | 
| 119 | 
            +
                  autoload :Axis3d, 'phlex/icons/lucide/axis_3d'
         | 
| 120 | 
            +
                  autoload :Baby, 'phlex/icons/lucide/baby'
         | 
| 121 | 
            +
                  autoload :Backpack, 'phlex/icons/lucide/backpack'
         | 
| 122 | 
            +
                  autoload :Badge, 'phlex/icons/lucide/badge'
         | 
| 123 | 
            +
                  autoload :BadgeAlert, 'phlex/icons/lucide/badge_alert'
         | 
| 124 | 
            +
                  autoload :BadgeCent, 'phlex/icons/lucide/badge_cent'
         | 
| 125 | 
            +
                  autoload :BadgeCheck, 'phlex/icons/lucide/badge_check'
         | 
| 126 | 
            +
                  autoload :BadgeDollarSign, 'phlex/icons/lucide/badge_dollar_sign'
         | 
| 127 | 
            +
                  autoload :BadgeEuro, 'phlex/icons/lucide/badge_euro'
         | 
| 128 | 
            +
                  autoload :BadgeHelp, 'phlex/icons/lucide/badge_help'
         | 
| 129 | 
            +
                  autoload :BadgeIndianRupee, 'phlex/icons/lucide/badge_indian_rupee'
         | 
| 130 | 
            +
                  autoload :BadgeInfo, 'phlex/icons/lucide/badge_info'
         | 
| 131 | 
            +
                  autoload :BadgeJapaneseYen, 'phlex/icons/lucide/badge_japanese_yen'
         | 
| 132 | 
            +
                  autoload :BadgeMinus, 'phlex/icons/lucide/badge_minus'
         | 
| 133 | 
            +
                  autoload :BadgePercent, 'phlex/icons/lucide/badge_percent'
         | 
| 134 | 
            +
                  autoload :BadgePlus, 'phlex/icons/lucide/badge_plus'
         | 
| 135 | 
            +
                  autoload :BadgePoundSterling, 'phlex/icons/lucide/badge_pound_sterling'
         | 
| 136 | 
            +
                  autoload :BadgeRussianRuble, 'phlex/icons/lucide/badge_russian_ruble'
         | 
| 137 | 
            +
                  autoload :BadgeSwissFranc, 'phlex/icons/lucide/badge_swiss_franc'
         | 
| 138 | 
            +
                  autoload :BadgeX, 'phlex/icons/lucide/badge_x'
         | 
| 139 | 
            +
                  autoload :BaggageClaim, 'phlex/icons/lucide/baggage_claim'
         | 
| 140 | 
            +
                  autoload :Ban, 'phlex/icons/lucide/ban'
         | 
| 141 | 
            +
                  autoload :Banana, 'phlex/icons/lucide/banana'
         | 
| 142 | 
            +
                  autoload :Bandage, 'phlex/icons/lucide/bandage'
         | 
| 143 | 
            +
                  autoload :Banknote, 'phlex/icons/lucide/banknote'
         | 
| 144 | 
            +
                  autoload :Barcode, 'phlex/icons/lucide/barcode'
         | 
| 145 | 
            +
                  autoload :Baseline, 'phlex/icons/lucide/baseline'
         | 
| 146 | 
            +
                  autoload :Bath, 'phlex/icons/lucide/bath'
         | 
| 147 | 
            +
                  autoload :Battery, 'phlex/icons/lucide/battery'
         | 
| 148 | 
            +
                  autoload :BatteryCharging, 'phlex/icons/lucide/battery_charging'
         | 
| 149 | 
            +
                  autoload :BatteryFull, 'phlex/icons/lucide/battery_full'
         | 
| 150 | 
            +
                  autoload :BatteryLow, 'phlex/icons/lucide/battery_low'
         | 
| 151 | 
            +
                  autoload :BatteryMedium, 'phlex/icons/lucide/battery_medium'
         | 
| 152 | 
            +
                  autoload :BatteryWarning, 'phlex/icons/lucide/battery_warning'
         | 
| 153 | 
            +
                  autoload :Beaker, 'phlex/icons/lucide/beaker'
         | 
| 154 | 
            +
                  autoload :Bean, 'phlex/icons/lucide/bean'
         | 
| 155 | 
            +
                  autoload :BeanOff, 'phlex/icons/lucide/bean_off'
         | 
| 156 | 
            +
                  autoload :Bed, 'phlex/icons/lucide/bed'
         | 
| 157 | 
            +
                  autoload :BedDouble, 'phlex/icons/lucide/bed_double'
         | 
| 158 | 
            +
                  autoload :BedSingle, 'phlex/icons/lucide/bed_single'
         | 
| 159 | 
            +
                  autoload :Beef, 'phlex/icons/lucide/beef'
         | 
| 160 | 
            +
                  autoload :Beer, 'phlex/icons/lucide/beer'
         | 
| 161 | 
            +
                  autoload :BeerOff, 'phlex/icons/lucide/beer_off'
         | 
| 162 | 
            +
                  autoload :Bell, 'phlex/icons/lucide/bell'
         | 
| 163 | 
            +
                  autoload :BellDot, 'phlex/icons/lucide/bell_dot'
         | 
| 164 | 
            +
                  autoload :BellElectric, 'phlex/icons/lucide/bell_electric'
         | 
| 165 | 
            +
                  autoload :BellMinus, 'phlex/icons/lucide/bell_minus'
         | 
| 166 | 
            +
                  autoload :BellOff, 'phlex/icons/lucide/bell_off'
         | 
| 167 | 
            +
                  autoload :BellPlus, 'phlex/icons/lucide/bell_plus'
         | 
| 168 | 
            +
                  autoload :BellRing, 'phlex/icons/lucide/bell_ring'
         | 
| 169 | 
            +
                  autoload :BetweenHorizontalEnd, 'phlex/icons/lucide/between_horizontal_end'
         | 
| 170 | 
            +
                  autoload :BetweenHorizontalStart, 'phlex/icons/lucide/between_horizontal_start'
         | 
| 171 | 
            +
                  autoload :BetweenVerticalEnd, 'phlex/icons/lucide/between_vertical_end'
         | 
| 172 | 
            +
                  autoload :BetweenVerticalStart, 'phlex/icons/lucide/between_vertical_start'
         | 
| 173 | 
            +
                  autoload :BicepsFlexed, 'phlex/icons/lucide/biceps_flexed'
         | 
| 174 | 
            +
                  autoload :Bike, 'phlex/icons/lucide/bike'
         | 
| 175 | 
            +
                  autoload :Binary, 'phlex/icons/lucide/binary'
         | 
| 176 | 
            +
                  autoload :Binoculars, 'phlex/icons/lucide/binoculars'
         | 
| 177 | 
            +
                  autoload :Biohazard, 'phlex/icons/lucide/biohazard'
         | 
| 178 | 
            +
                  autoload :Bird, 'phlex/icons/lucide/bird'
         | 
| 179 | 
            +
                  autoload :Bitcoin, 'phlex/icons/lucide/bitcoin'
         | 
| 180 | 
            +
                  autoload :Blend, 'phlex/icons/lucide/blend'
         | 
| 181 | 
            +
                  autoload :Blinds, 'phlex/icons/lucide/blinds'
         | 
| 182 | 
            +
                  autoload :Blocks, 'phlex/icons/lucide/blocks'
         | 
| 183 | 
            +
                  autoload :Bluetooth, 'phlex/icons/lucide/bluetooth'
         | 
| 184 | 
            +
                  autoload :BluetoothConnected, 'phlex/icons/lucide/bluetooth_connected'
         | 
| 185 | 
            +
                  autoload :BluetoothOff, 'phlex/icons/lucide/bluetooth_off'
         | 
| 186 | 
            +
                  autoload :BluetoothSearching, 'phlex/icons/lucide/bluetooth_searching'
         | 
| 187 | 
            +
                  autoload :Bold, 'phlex/icons/lucide/bold'
         | 
| 188 | 
            +
                  autoload :Bolt, 'phlex/icons/lucide/bolt'
         | 
| 189 | 
            +
                  autoload :Bomb, 'phlex/icons/lucide/bomb'
         | 
| 190 | 
            +
                  autoload :Bone, 'phlex/icons/lucide/bone'
         | 
| 191 | 
            +
                  autoload :Book, 'phlex/icons/lucide/book'
         | 
| 192 | 
            +
                  autoload :BookA, 'phlex/icons/lucide/book_a'
         | 
| 193 | 
            +
                  autoload :BookAudio, 'phlex/icons/lucide/book_audio'
         | 
| 194 | 
            +
                  autoload :BookCheck, 'phlex/icons/lucide/book_check'
         | 
| 195 | 
            +
                  autoload :BookCopy, 'phlex/icons/lucide/book_copy'
         | 
| 196 | 
            +
                  autoload :BookDashed, 'phlex/icons/lucide/book_dashed'
         | 
| 197 | 
            +
                  autoload :BookDown, 'phlex/icons/lucide/book_down'
         | 
| 198 | 
            +
                  autoload :BookHeadphones, 'phlex/icons/lucide/book_headphones'
         | 
| 199 | 
            +
                  autoload :BookHeart, 'phlex/icons/lucide/book_heart'
         | 
| 200 | 
            +
                  autoload :BookImage, 'phlex/icons/lucide/book_image'
         | 
| 201 | 
            +
                  autoload :BookKey, 'phlex/icons/lucide/book_key'
         | 
| 202 | 
            +
                  autoload :BookLock, 'phlex/icons/lucide/book_lock'
         | 
| 203 | 
            +
                  autoload :BookMarked, 'phlex/icons/lucide/book_marked'
         | 
| 204 | 
            +
                  autoload :BookMinus, 'phlex/icons/lucide/book_minus'
         | 
| 205 | 
            +
                  autoload :BookOpen, 'phlex/icons/lucide/book_open'
         | 
| 206 | 
            +
                  autoload :BookOpenCheck, 'phlex/icons/lucide/book_open_check'
         | 
| 207 | 
            +
                  autoload :BookOpenText, 'phlex/icons/lucide/book_open_text'
         | 
| 208 | 
            +
                  autoload :BookPlus, 'phlex/icons/lucide/book_plus'
         | 
| 209 | 
            +
                  autoload :BookText, 'phlex/icons/lucide/book_text'
         | 
| 210 | 
            +
                  autoload :BookType, 'phlex/icons/lucide/book_type'
         | 
| 211 | 
            +
                  autoload :BookUp, 'phlex/icons/lucide/book_up'
         | 
| 212 | 
            +
                  autoload :BookUp2, 'phlex/icons/lucide/book_up_2'
         | 
| 213 | 
            +
                  autoload :BookUser, 'phlex/icons/lucide/book_user'
         | 
| 214 | 
            +
                  autoload :BookX, 'phlex/icons/lucide/book_x'
         | 
| 215 | 
            +
                  autoload :Bookmark, 'phlex/icons/lucide/bookmark'
         | 
| 216 | 
            +
                  autoload :BookmarkCheck, 'phlex/icons/lucide/bookmark_check'
         | 
| 217 | 
            +
                  autoload :BookmarkMinus, 'phlex/icons/lucide/bookmark_minus'
         | 
| 218 | 
            +
                  autoload :BookmarkPlus, 'phlex/icons/lucide/bookmark_plus'
         | 
| 219 | 
            +
                  autoload :BookmarkX, 'phlex/icons/lucide/bookmark_x'
         | 
| 220 | 
            +
                  autoload :BoomBox, 'phlex/icons/lucide/boom_box'
         | 
| 221 | 
            +
                  autoload :Bot, 'phlex/icons/lucide/bot'
         | 
| 222 | 
            +
                  autoload :BotMessageSquare, 'phlex/icons/lucide/bot_message_square'
         | 
| 223 | 
            +
                  autoload :BotOff, 'phlex/icons/lucide/bot_off'
         | 
| 224 | 
            +
                  autoload :Box, 'phlex/icons/lucide/box'
         | 
| 225 | 
            +
                  autoload :BoxSelect, 'phlex/icons/lucide/box_select'
         | 
| 226 | 
            +
                  autoload :Boxes, 'phlex/icons/lucide/boxes'
         | 
| 227 | 
            +
                  autoload :Braces, 'phlex/icons/lucide/braces'
         | 
| 228 | 
            +
                  autoload :Brackets, 'phlex/icons/lucide/brackets'
         | 
| 229 | 
            +
                  autoload :Brain, 'phlex/icons/lucide/brain'
         | 
| 230 | 
            +
                  autoload :BrainCircuit, 'phlex/icons/lucide/brain_circuit'
         | 
| 231 | 
            +
                  autoload :BrainCog, 'phlex/icons/lucide/brain_cog'
         | 
| 232 | 
            +
                  autoload :BrickWall, 'phlex/icons/lucide/brick_wall'
         | 
| 233 | 
            +
                  autoload :Briefcase, 'phlex/icons/lucide/briefcase'
         | 
| 234 | 
            +
                  autoload :BriefcaseBusiness, 'phlex/icons/lucide/briefcase_business'
         | 
| 235 | 
            +
                  autoload :BriefcaseMedical, 'phlex/icons/lucide/briefcase_medical'
         | 
| 236 | 
            +
                  autoload :BringToFront, 'phlex/icons/lucide/bring_to_front'
         | 
| 237 | 
            +
                  autoload :Brush, 'phlex/icons/lucide/brush'
         | 
| 238 | 
            +
                  autoload :Bug, 'phlex/icons/lucide/bug'
         | 
| 239 | 
            +
                  autoload :BugOff, 'phlex/icons/lucide/bug_off'
         | 
| 240 | 
            +
                  autoload :BugPlay, 'phlex/icons/lucide/bug_play'
         | 
| 241 | 
            +
                  autoload :Building, 'phlex/icons/lucide/building'
         | 
| 242 | 
            +
                  autoload :Building2, 'phlex/icons/lucide/building_2'
         | 
| 243 | 
            +
                  autoload :Bus, 'phlex/icons/lucide/bus'
         | 
| 244 | 
            +
                  autoload :BusFront, 'phlex/icons/lucide/bus_front'
         | 
| 245 | 
            +
                  autoload :Cable, 'phlex/icons/lucide/cable'
         | 
| 246 | 
            +
                  autoload :CableCar, 'phlex/icons/lucide/cable_car'
         | 
| 247 | 
            +
                  autoload :Cake, 'phlex/icons/lucide/cake'
         | 
| 248 | 
            +
                  autoload :CakeSlice, 'phlex/icons/lucide/cake_slice'
         | 
| 249 | 
            +
                  autoload :Calculator, 'phlex/icons/lucide/calculator'
         | 
| 250 | 
            +
                  autoload :Calendar, 'phlex/icons/lucide/calendar'
         | 
| 251 | 
            +
                  autoload :CalendarArrowDown, 'phlex/icons/lucide/calendar_arrow_down'
         | 
| 252 | 
            +
                  autoload :CalendarArrowUp, 'phlex/icons/lucide/calendar_arrow_up'
         | 
| 253 | 
            +
                  autoload :CalendarCheck, 'phlex/icons/lucide/calendar_check'
         | 
| 254 | 
            +
                  autoload :CalendarCheck2, 'phlex/icons/lucide/calendar_check_2'
         | 
| 255 | 
            +
                  autoload :CalendarClock, 'phlex/icons/lucide/calendar_clock'
         | 
| 256 | 
            +
                  autoload :CalendarCog, 'phlex/icons/lucide/calendar_cog'
         | 
| 257 | 
            +
                  autoload :CalendarDays, 'phlex/icons/lucide/calendar_days'
         | 
| 258 | 
            +
                  autoload :CalendarFold, 'phlex/icons/lucide/calendar_fold'
         | 
| 259 | 
            +
                  autoload :CalendarHeart, 'phlex/icons/lucide/calendar_heart'
         | 
| 260 | 
            +
                  autoload :CalendarMinus, 'phlex/icons/lucide/calendar_minus'
         | 
| 261 | 
            +
                  autoload :CalendarMinus2, 'phlex/icons/lucide/calendar_minus_2'
         | 
| 262 | 
            +
                  autoload :CalendarOff, 'phlex/icons/lucide/calendar_off'
         | 
| 263 | 
            +
                  autoload :CalendarPlus, 'phlex/icons/lucide/calendar_plus'
         | 
| 264 | 
            +
                  autoload :CalendarPlus2, 'phlex/icons/lucide/calendar_plus_2'
         | 
| 265 | 
            +
                  autoload :CalendarRange, 'phlex/icons/lucide/calendar_range'
         | 
| 266 | 
            +
                  autoload :CalendarSearch, 'phlex/icons/lucide/calendar_search'
         | 
| 267 | 
            +
                  autoload :CalendarX, 'phlex/icons/lucide/calendar_x'
         | 
| 268 | 
            +
                  autoload :CalendarX2, 'phlex/icons/lucide/calendar_x_2'
         | 
| 269 | 
            +
                  autoload :Camera, 'phlex/icons/lucide/camera'
         | 
| 270 | 
            +
                  autoload :CameraOff, 'phlex/icons/lucide/camera_off'
         | 
| 271 | 
            +
                  autoload :Candy, 'phlex/icons/lucide/candy'
         | 
| 272 | 
            +
                  autoload :CandyCane, 'phlex/icons/lucide/candy_cane'
         | 
| 273 | 
            +
                  autoload :CandyOff, 'phlex/icons/lucide/candy_off'
         | 
| 274 | 
            +
                  autoload :Cannabis, 'phlex/icons/lucide/cannabis'
         | 
| 275 | 
            +
                  autoload :Captions, 'phlex/icons/lucide/captions'
         | 
| 276 | 
            +
                  autoload :CaptionsOff, 'phlex/icons/lucide/captions_off'
         | 
| 277 | 
            +
                  autoload :Car, 'phlex/icons/lucide/car'
         | 
| 278 | 
            +
                  autoload :CarFront, 'phlex/icons/lucide/car_front'
         | 
| 279 | 
            +
                  autoload :CarTaxiFront, 'phlex/icons/lucide/car_taxi_front'
         | 
| 280 | 
            +
                  autoload :Caravan, 'phlex/icons/lucide/caravan'
         | 
| 281 | 
            +
                  autoload :Carrot, 'phlex/icons/lucide/carrot'
         | 
| 282 | 
            +
                  autoload :CaseLower, 'phlex/icons/lucide/case_lower'
         | 
| 283 | 
            +
                  autoload :CaseSensitive, 'phlex/icons/lucide/case_sensitive'
         | 
| 284 | 
            +
                  autoload :CaseUpper, 'phlex/icons/lucide/case_upper'
         | 
| 285 | 
            +
                  autoload :CassetteTape, 'phlex/icons/lucide/cassette_tape'
         | 
| 286 | 
            +
                  autoload :Cast, 'phlex/icons/lucide/cast'
         | 
| 287 | 
            +
                  autoload :Castle, 'phlex/icons/lucide/castle'
         | 
| 288 | 
            +
                  autoload :Cat, 'phlex/icons/lucide/cat'
         | 
| 289 | 
            +
                  autoload :Cctv, 'phlex/icons/lucide/cctv'
         | 
| 290 | 
            +
                  autoload :ChartArea, 'phlex/icons/lucide/chart_area'
         | 
| 291 | 
            +
                  autoload :ChartBar, 'phlex/icons/lucide/chart_bar'
         | 
| 292 | 
            +
                  autoload :ChartBarBig, 'phlex/icons/lucide/chart_bar_big'
         | 
| 293 | 
            +
                  autoload :ChartBarDecreasing, 'phlex/icons/lucide/chart_bar_decreasing'
         | 
| 294 | 
            +
                  autoload :ChartBarIncreasing, 'phlex/icons/lucide/chart_bar_increasing'
         | 
| 295 | 
            +
                  autoload :ChartBarStacked, 'phlex/icons/lucide/chart_bar_stacked'
         | 
| 296 | 
            +
                  autoload :ChartCandlestick, 'phlex/icons/lucide/chart_candlestick'
         | 
| 297 | 
            +
                  autoload :ChartColumn, 'phlex/icons/lucide/chart_column'
         | 
| 298 | 
            +
                  autoload :ChartColumnBig, 'phlex/icons/lucide/chart_column_big'
         | 
| 299 | 
            +
                  autoload :ChartColumnDecreasing, 'phlex/icons/lucide/chart_column_decreasing'
         | 
| 300 | 
            +
                  autoload :ChartColumnIncreasing, 'phlex/icons/lucide/chart_column_increasing'
         | 
| 301 | 
            +
                  autoload :ChartColumnStacked, 'phlex/icons/lucide/chart_column_stacked'
         | 
| 302 | 
            +
                  autoload :ChartGantt, 'phlex/icons/lucide/chart_gantt'
         | 
| 303 | 
            +
                  autoload :ChartLine, 'phlex/icons/lucide/chart_line'
         | 
| 304 | 
            +
                  autoload :ChartNetwork, 'phlex/icons/lucide/chart_network'
         | 
| 305 | 
            +
                  autoload :ChartNoAxesColumn, 'phlex/icons/lucide/chart_no_axes_column'
         | 
| 306 | 
            +
                  autoload :ChartNoAxesColumnDecreasing, 'phlex/icons/lucide/chart_no_axes_column_decreasing'
         | 
| 307 | 
            +
                  autoload :ChartNoAxesColumnIncreasing, 'phlex/icons/lucide/chart_no_axes_column_increasing'
         | 
| 308 | 
            +
                  autoload :ChartNoAxesCombined, 'phlex/icons/lucide/chart_no_axes_combined'
         | 
| 309 | 
            +
                  autoload :ChartNoAxesGantt, 'phlex/icons/lucide/chart_no_axes_gantt'
         | 
| 310 | 
            +
                  autoload :ChartPie, 'phlex/icons/lucide/chart_pie'
         | 
| 311 | 
            +
                  autoload :ChartScatter, 'phlex/icons/lucide/chart_scatter'
         | 
| 312 | 
            +
                  autoload :ChartSpline, 'phlex/icons/lucide/chart_spline'
         | 
| 313 | 
            +
                  autoload :Check, 'phlex/icons/lucide/check'
         | 
| 314 | 
            +
                  autoload :CheckCheck, 'phlex/icons/lucide/check_check'
         | 
| 315 | 
            +
                  autoload :ChefHat, 'phlex/icons/lucide/chef_hat'
         | 
| 316 | 
            +
                  autoload :Cherry, 'phlex/icons/lucide/cherry'
         | 
| 317 | 
            +
                  autoload :ChevronDown, 'phlex/icons/lucide/chevron_down'
         | 
| 318 | 
            +
                  autoload :ChevronFirst, 'phlex/icons/lucide/chevron_first'
         | 
| 319 | 
            +
                  autoload :ChevronLast, 'phlex/icons/lucide/chevron_last'
         | 
| 320 | 
            +
                  autoload :ChevronLeft, 'phlex/icons/lucide/chevron_left'
         | 
| 321 | 
            +
                  autoload :ChevronRight, 'phlex/icons/lucide/chevron_right'
         | 
| 322 | 
            +
                  autoload :ChevronUp, 'phlex/icons/lucide/chevron_up'
         | 
| 323 | 
            +
                  autoload :ChevronsDown, 'phlex/icons/lucide/chevrons_down'
         | 
| 324 | 
            +
                  autoload :ChevronsDownUp, 'phlex/icons/lucide/chevrons_down_up'
         | 
| 325 | 
            +
                  autoload :ChevronsLeft, 'phlex/icons/lucide/chevrons_left'
         | 
| 326 | 
            +
                  autoload :ChevronsLeftRight, 'phlex/icons/lucide/chevrons_left_right'
         | 
| 327 | 
            +
                  autoload :ChevronsLeftRightEllipsis, 'phlex/icons/lucide/chevrons_left_right_ellipsis'
         | 
| 328 | 
            +
                  autoload :ChevronsRight, 'phlex/icons/lucide/chevrons_right'
         | 
| 329 | 
            +
                  autoload :ChevronsRightLeft, 'phlex/icons/lucide/chevrons_right_left'
         | 
| 330 | 
            +
                  autoload :ChevronsUp, 'phlex/icons/lucide/chevrons_up'
         | 
| 331 | 
            +
                  autoload :ChevronsUpDown, 'phlex/icons/lucide/chevrons_up_down'
         | 
| 332 | 
            +
                  autoload :Chrome, 'phlex/icons/lucide/chrome'
         | 
| 333 | 
            +
                  autoload :Church, 'phlex/icons/lucide/church'
         | 
| 334 | 
            +
                  autoload :Cigarette, 'phlex/icons/lucide/cigarette'
         | 
| 335 | 
            +
                  autoload :CigaretteOff, 'phlex/icons/lucide/cigarette_off'
         | 
| 336 | 
            +
                  autoload :Circle, 'phlex/icons/lucide/circle'
         | 
| 337 | 
            +
                  autoload :CircleAlert, 'phlex/icons/lucide/circle_alert'
         | 
| 338 | 
            +
                  autoload :CircleArrowDown, 'phlex/icons/lucide/circle_arrow_down'
         | 
| 339 | 
            +
                  autoload :CircleArrowLeft, 'phlex/icons/lucide/circle_arrow_left'
         | 
| 340 | 
            +
                  autoload :CircleArrowOutDownLeft, 'phlex/icons/lucide/circle_arrow_out_down_left'
         | 
| 341 | 
            +
                  autoload :CircleArrowOutDownRight, 'phlex/icons/lucide/circle_arrow_out_down_right'
         | 
| 342 | 
            +
                  autoload :CircleArrowOutUpLeft, 'phlex/icons/lucide/circle_arrow_out_up_left'
         | 
| 343 | 
            +
                  autoload :CircleArrowOutUpRight, 'phlex/icons/lucide/circle_arrow_out_up_right'
         | 
| 344 | 
            +
                  autoload :CircleArrowRight, 'phlex/icons/lucide/circle_arrow_right'
         | 
| 345 | 
            +
                  autoload :CircleArrowUp, 'phlex/icons/lucide/circle_arrow_up'
         | 
| 346 | 
            +
                  autoload :CircleCheck, 'phlex/icons/lucide/circle_check'
         | 
| 347 | 
            +
                  autoload :CircleCheckBig, 'phlex/icons/lucide/circle_check_big'
         | 
| 348 | 
            +
                  autoload :CircleChevronDown, 'phlex/icons/lucide/circle_chevron_down'
         | 
| 349 | 
            +
                  autoload :CircleChevronLeft, 'phlex/icons/lucide/circle_chevron_left'
         | 
| 350 | 
            +
                  autoload :CircleChevronRight, 'phlex/icons/lucide/circle_chevron_right'
         | 
| 351 | 
            +
                  autoload :CircleChevronUp, 'phlex/icons/lucide/circle_chevron_up'
         | 
| 352 | 
            +
                  autoload :CircleDashed, 'phlex/icons/lucide/circle_dashed'
         | 
| 353 | 
            +
                  autoload :CircleDivide, 'phlex/icons/lucide/circle_divide'
         | 
| 354 | 
            +
                  autoload :CircleDollarSign, 'phlex/icons/lucide/circle_dollar_sign'
         | 
| 355 | 
            +
                  autoload :CircleDot, 'phlex/icons/lucide/circle_dot'
         | 
| 356 | 
            +
                  autoload :CircleDotDashed, 'phlex/icons/lucide/circle_dot_dashed'
         | 
| 357 | 
            +
                  autoload :CircleEllipsis, 'phlex/icons/lucide/circle_ellipsis'
         | 
| 358 | 
            +
                  autoload :CircleEqual, 'phlex/icons/lucide/circle_equal'
         | 
| 359 | 
            +
                  autoload :CircleFadingArrowUp, 'phlex/icons/lucide/circle_fading_arrow_up'
         | 
| 360 | 
            +
                  autoload :CircleFadingPlus, 'phlex/icons/lucide/circle_fading_plus'
         | 
| 361 | 
            +
                  autoload :CircleGauge, 'phlex/icons/lucide/circle_gauge'
         | 
| 362 | 
            +
                  autoload :CircleHelp, 'phlex/icons/lucide/circle_help'
         | 
| 363 | 
            +
                  autoload :CircleMinus, 'phlex/icons/lucide/circle_minus'
         | 
| 364 | 
            +
                  autoload :CircleOff, 'phlex/icons/lucide/circle_off'
         | 
| 365 | 
            +
                  autoload :CircleParking, 'phlex/icons/lucide/circle_parking'
         | 
| 366 | 
            +
                  autoload :CircleParkingOff, 'phlex/icons/lucide/circle_parking_off'
         | 
| 367 | 
            +
                  autoload :CirclePause, 'phlex/icons/lucide/circle_pause'
         | 
| 368 | 
            +
                  autoload :CirclePercent, 'phlex/icons/lucide/circle_percent'
         | 
| 369 | 
            +
                  autoload :CirclePlay, 'phlex/icons/lucide/circle_play'
         | 
| 370 | 
            +
                  autoload :CirclePlus, 'phlex/icons/lucide/circle_plus'
         | 
| 371 | 
            +
                  autoload :CirclePower, 'phlex/icons/lucide/circle_power'
         | 
| 372 | 
            +
                  autoload :CircleSlash, 'phlex/icons/lucide/circle_slash'
         | 
| 373 | 
            +
                  autoload :CircleSlash2, 'phlex/icons/lucide/circle_slash_2'
         | 
| 374 | 
            +
                  autoload :CircleStop, 'phlex/icons/lucide/circle_stop'
         | 
| 375 | 
            +
                  autoload :CircleUser, 'phlex/icons/lucide/circle_user'
         | 
| 376 | 
            +
                  autoload :CircleUserRound, 'phlex/icons/lucide/circle_user_round'
         | 
| 377 | 
            +
                  autoload :CircleX, 'phlex/icons/lucide/circle_x'
         | 
| 378 | 
            +
                  autoload :CircuitBoard, 'phlex/icons/lucide/circuit_board'
         | 
| 379 | 
            +
                  autoload :Citrus, 'phlex/icons/lucide/citrus'
         | 
| 380 | 
            +
                  autoload :Clapperboard, 'phlex/icons/lucide/clapperboard'
         | 
| 381 | 
            +
                  autoload :Clipboard, 'phlex/icons/lucide/clipboard'
         | 
| 382 | 
            +
                  autoload :ClipboardCheck, 'phlex/icons/lucide/clipboard_check'
         | 
| 383 | 
            +
                  autoload :ClipboardCopy, 'phlex/icons/lucide/clipboard_copy'
         | 
| 384 | 
            +
                  autoload :ClipboardList, 'phlex/icons/lucide/clipboard_list'
         | 
| 385 | 
            +
                  autoload :ClipboardMinus, 'phlex/icons/lucide/clipboard_minus'
         | 
| 386 | 
            +
                  autoload :ClipboardPaste, 'phlex/icons/lucide/clipboard_paste'
         | 
| 387 | 
            +
                  autoload :ClipboardPen, 'phlex/icons/lucide/clipboard_pen'
         | 
| 388 | 
            +
                  autoload :ClipboardPenLine, 'phlex/icons/lucide/clipboard_pen_line'
         | 
| 389 | 
            +
                  autoload :ClipboardPlus, 'phlex/icons/lucide/clipboard_plus'
         | 
| 390 | 
            +
                  autoload :ClipboardType, 'phlex/icons/lucide/clipboard_type'
         | 
| 391 | 
            +
                  autoload :ClipboardX, 'phlex/icons/lucide/clipboard_x'
         | 
| 392 | 
            +
                  autoload :Clock, 'phlex/icons/lucide/clock'
         | 
| 393 | 
            +
                  autoload :Clock1, 'phlex/icons/lucide/clock_1'
         | 
| 394 | 
            +
                  autoload :Clock10, 'phlex/icons/lucide/clock_10'
         | 
| 395 | 
            +
                  autoload :Clock11, 'phlex/icons/lucide/clock_11'
         | 
| 396 | 
            +
                  autoload :Clock12, 'phlex/icons/lucide/clock_12'
         | 
| 397 | 
            +
                  autoload :Clock2, 'phlex/icons/lucide/clock_2'
         | 
| 398 | 
            +
                  autoload :Clock3, 'phlex/icons/lucide/clock_3'
         | 
| 399 | 
            +
                  autoload :Clock4, 'phlex/icons/lucide/clock_4'
         | 
| 400 | 
            +
                  autoload :Clock5, 'phlex/icons/lucide/clock_5'
         | 
| 401 | 
            +
                  autoload :Clock6, 'phlex/icons/lucide/clock_6'
         | 
| 402 | 
            +
                  autoload :Clock7, 'phlex/icons/lucide/clock_7'
         | 
| 403 | 
            +
                  autoload :Clock8, 'phlex/icons/lucide/clock_8'
         | 
| 404 | 
            +
                  autoload :Clock9, 'phlex/icons/lucide/clock_9'
         | 
| 405 | 
            +
                  autoload :ClockArrowDown, 'phlex/icons/lucide/clock_arrow_down'
         | 
| 406 | 
            +
                  autoload :ClockArrowUp, 'phlex/icons/lucide/clock_arrow_up'
         | 
| 407 | 
            +
                  autoload :Cloud, 'phlex/icons/lucide/cloud'
         | 
| 408 | 
            +
                  autoload :CloudCog, 'phlex/icons/lucide/cloud_cog'
         | 
| 409 | 
            +
                  autoload :CloudDownload, 'phlex/icons/lucide/cloud_download'
         | 
| 410 | 
            +
                  autoload :CloudDrizzle, 'phlex/icons/lucide/cloud_drizzle'
         | 
| 411 | 
            +
                  autoload :CloudFog, 'phlex/icons/lucide/cloud_fog'
         | 
| 412 | 
            +
                  autoload :CloudHail, 'phlex/icons/lucide/cloud_hail'
         | 
| 413 | 
            +
                  autoload :CloudLightning, 'phlex/icons/lucide/cloud_lightning'
         | 
| 414 | 
            +
                  autoload :CloudMoon, 'phlex/icons/lucide/cloud_moon'
         | 
| 415 | 
            +
                  autoload :CloudMoonRain, 'phlex/icons/lucide/cloud_moon_rain'
         | 
| 416 | 
            +
                  autoload :CloudOff, 'phlex/icons/lucide/cloud_off'
         | 
| 417 | 
            +
                  autoload :CloudRain, 'phlex/icons/lucide/cloud_rain'
         | 
| 418 | 
            +
                  autoload :CloudRainWind, 'phlex/icons/lucide/cloud_rain_wind'
         | 
| 419 | 
            +
                  autoload :CloudSnow, 'phlex/icons/lucide/cloud_snow'
         | 
| 420 | 
            +
                  autoload :CloudSun, 'phlex/icons/lucide/cloud_sun'
         | 
| 421 | 
            +
                  autoload :CloudSunRain, 'phlex/icons/lucide/cloud_sun_rain'
         | 
| 422 | 
            +
                  autoload :CloudUpload, 'phlex/icons/lucide/cloud_upload'
         | 
| 423 | 
            +
                  autoload :Cloudy, 'phlex/icons/lucide/cloudy'
         | 
| 424 | 
            +
                  autoload :Clover, 'phlex/icons/lucide/clover'
         | 
| 425 | 
            +
                  autoload :Club, 'phlex/icons/lucide/club'
         | 
| 426 | 
            +
                  autoload :Code, 'phlex/icons/lucide/code'
         | 
| 427 | 
            +
                  autoload :CodeXml, 'phlex/icons/lucide/code_xml'
         | 
| 428 | 
            +
                  autoload :Codepen, 'phlex/icons/lucide/codepen'
         | 
| 429 | 
            +
                  autoload :Codesandbox, 'phlex/icons/lucide/codesandbox'
         | 
| 430 | 
            +
                  autoload :Coffee, 'phlex/icons/lucide/coffee'
         | 
| 431 | 
            +
                  autoload :Cog, 'phlex/icons/lucide/cog'
         | 
| 432 | 
            +
                  autoload :Coins, 'phlex/icons/lucide/coins'
         | 
| 433 | 
            +
                  autoload :Columns2, 'phlex/icons/lucide/columns_2'
         | 
| 434 | 
            +
                  autoload :Columns3, 'phlex/icons/lucide/columns_3'
         | 
| 435 | 
            +
                  autoload :Columns4, 'phlex/icons/lucide/columns_4'
         | 
| 436 | 
            +
                  autoload :Combine, 'phlex/icons/lucide/combine'
         | 
| 437 | 
            +
                  autoload :Command, 'phlex/icons/lucide/command'
         | 
| 438 | 
            +
                  autoload :Compass, 'phlex/icons/lucide/compass'
         | 
| 439 | 
            +
                  autoload :Component, 'phlex/icons/lucide/component'
         | 
| 440 | 
            +
                  autoload :Computer, 'phlex/icons/lucide/computer'
         | 
| 441 | 
            +
                  autoload :ConciergeBell, 'phlex/icons/lucide/concierge_bell'
         | 
| 442 | 
            +
                  autoload :Cone, 'phlex/icons/lucide/cone'
         | 
| 443 | 
            +
                  autoload :Construction, 'phlex/icons/lucide/construction'
         | 
| 444 | 
            +
                  autoload :Contact, 'phlex/icons/lucide/contact'
         | 
| 445 | 
            +
                  autoload :ContactRound, 'phlex/icons/lucide/contact_round'
         | 
| 446 | 
            +
                  autoload :Container, 'phlex/icons/lucide/container'
         | 
| 447 | 
            +
                  autoload :Contrast, 'phlex/icons/lucide/contrast'
         | 
| 448 | 
            +
                  autoload :Cookie, 'phlex/icons/lucide/cookie'
         | 
| 449 | 
            +
                  autoload :CookingPot, 'phlex/icons/lucide/cooking_pot'
         | 
| 450 | 
            +
                  autoload :Copy, 'phlex/icons/lucide/copy'
         | 
| 451 | 
            +
                  autoload :CopyCheck, 'phlex/icons/lucide/copy_check'
         | 
| 452 | 
            +
                  autoload :CopyMinus, 'phlex/icons/lucide/copy_minus'
         | 
| 453 | 
            +
                  autoload :CopyPlus, 'phlex/icons/lucide/copy_plus'
         | 
| 454 | 
            +
                  autoload :CopySlash, 'phlex/icons/lucide/copy_slash'
         | 
| 455 | 
            +
                  autoload :CopyX, 'phlex/icons/lucide/copy_x'
         | 
| 456 | 
            +
                  autoload :Copyleft, 'phlex/icons/lucide/copyleft'
         | 
| 457 | 
            +
                  autoload :Copyright, 'phlex/icons/lucide/copyright'
         | 
| 458 | 
            +
                  autoload :CornerDownLeft, 'phlex/icons/lucide/corner_down_left'
         | 
| 459 | 
            +
                  autoload :CornerDownRight, 'phlex/icons/lucide/corner_down_right'
         | 
| 460 | 
            +
                  autoload :CornerLeftDown, 'phlex/icons/lucide/corner_left_down'
         | 
| 461 | 
            +
                  autoload :CornerLeftUp, 'phlex/icons/lucide/corner_left_up'
         | 
| 462 | 
            +
                  autoload :CornerRightDown, 'phlex/icons/lucide/corner_right_down'
         | 
| 463 | 
            +
                  autoload :CornerRightUp, 'phlex/icons/lucide/corner_right_up'
         | 
| 464 | 
            +
                  autoload :CornerUpLeft, 'phlex/icons/lucide/corner_up_left'
         | 
| 465 | 
            +
                  autoload :CornerUpRight, 'phlex/icons/lucide/corner_up_right'
         | 
| 466 | 
            +
                  autoload :Cpu, 'phlex/icons/lucide/cpu'
         | 
| 467 | 
            +
                  autoload :CreativeCommons, 'phlex/icons/lucide/creative_commons'
         | 
| 468 | 
            +
                  autoload :CreditCard, 'phlex/icons/lucide/credit_card'
         | 
| 469 | 
            +
                  autoload :Croissant, 'phlex/icons/lucide/croissant'
         | 
| 470 | 
            +
                  autoload :Crop, 'phlex/icons/lucide/crop'
         | 
| 471 | 
            +
                  autoload :Cross, 'phlex/icons/lucide/cross'
         | 
| 472 | 
            +
                  autoload :Crosshair, 'phlex/icons/lucide/crosshair'
         | 
| 473 | 
            +
                  autoload :Crown, 'phlex/icons/lucide/crown'
         | 
| 474 | 
            +
                  autoload :Cuboid, 'phlex/icons/lucide/cuboid'
         | 
| 475 | 
            +
                  autoload :CupSoda, 'phlex/icons/lucide/cup_soda'
         | 
| 476 | 
            +
                  autoload :Currency, 'phlex/icons/lucide/currency'
         | 
| 477 | 
            +
                  autoload :Cylinder, 'phlex/icons/lucide/cylinder'
         | 
| 478 | 
            +
                  autoload :Dam, 'phlex/icons/lucide/dam'
         | 
| 479 | 
            +
                  autoload :Database, 'phlex/icons/lucide/database'
         | 
| 480 | 
            +
                  autoload :DatabaseBackup, 'phlex/icons/lucide/database_backup'
         | 
| 481 | 
            +
                  autoload :DatabaseZap, 'phlex/icons/lucide/database_zap'
         | 
| 482 | 
            +
                  autoload :Delete, 'phlex/icons/lucide/delete'
         | 
| 483 | 
            +
                  autoload :Dessert, 'phlex/icons/lucide/dessert'
         | 
| 484 | 
            +
                  autoload :Diameter, 'phlex/icons/lucide/diameter'
         | 
| 485 | 
            +
                  autoload :Diamond, 'phlex/icons/lucide/diamond'
         | 
| 486 | 
            +
                  autoload :DiamondMinus, 'phlex/icons/lucide/diamond_minus'
         | 
| 487 | 
            +
                  autoload :DiamondPercent, 'phlex/icons/lucide/diamond_percent'
         | 
| 488 | 
            +
                  autoload :DiamondPlus, 'phlex/icons/lucide/diamond_plus'
         | 
| 489 | 
            +
                  autoload :Dice1, 'phlex/icons/lucide/dice_1'
         | 
| 490 | 
            +
                  autoload :Dice2, 'phlex/icons/lucide/dice_2'
         | 
| 491 | 
            +
                  autoload :Dice3, 'phlex/icons/lucide/dice_3'
         | 
| 492 | 
            +
                  autoload :Dice4, 'phlex/icons/lucide/dice_4'
         | 
| 493 | 
            +
                  autoload :Dice5, 'phlex/icons/lucide/dice_5'
         | 
| 494 | 
            +
                  autoload :Dice6, 'phlex/icons/lucide/dice_6'
         | 
| 495 | 
            +
                  autoload :Dices, 'phlex/icons/lucide/dices'
         | 
| 496 | 
            +
                  autoload :Diff, 'phlex/icons/lucide/diff'
         | 
| 497 | 
            +
                  autoload :Disc, 'phlex/icons/lucide/disc'
         | 
| 498 | 
            +
                  autoload :Disc2, 'phlex/icons/lucide/disc_2'
         | 
| 499 | 
            +
                  autoload :Disc3, 'phlex/icons/lucide/disc_3'
         | 
| 500 | 
            +
                  autoload :DiscAlbum, 'phlex/icons/lucide/disc_album'
         | 
| 501 | 
            +
                  autoload :Divide, 'phlex/icons/lucide/divide'
         | 
| 502 | 
            +
                  autoload :Dna, 'phlex/icons/lucide/dna'
         | 
| 503 | 
            +
                  autoload :DnaOff, 'phlex/icons/lucide/dna_off'
         | 
| 504 | 
            +
                  autoload :Dock, 'phlex/icons/lucide/dock'
         | 
| 505 | 
            +
                  autoload :Dog, 'phlex/icons/lucide/dog'
         | 
| 506 | 
            +
                  autoload :DollarSign, 'phlex/icons/lucide/dollar_sign'
         | 
| 507 | 
            +
                  autoload :Donut, 'phlex/icons/lucide/donut'
         | 
| 508 | 
            +
                  autoload :DoorClosed, 'phlex/icons/lucide/door_closed'
         | 
| 509 | 
            +
                  autoload :DoorOpen, 'phlex/icons/lucide/door_open'
         | 
| 510 | 
            +
                  autoload :Dot, 'phlex/icons/lucide/dot'
         | 
| 511 | 
            +
                  autoload :Download, 'phlex/icons/lucide/download'
         | 
| 512 | 
            +
                  autoload :DraftingCompass, 'phlex/icons/lucide/drafting_compass'
         | 
| 513 | 
            +
                  autoload :Drama, 'phlex/icons/lucide/drama'
         | 
| 514 | 
            +
                  autoload :Dribbble, 'phlex/icons/lucide/dribbble'
         | 
| 515 | 
            +
                  autoload :Drill, 'phlex/icons/lucide/drill'
         | 
| 516 | 
            +
                  autoload :Droplet, 'phlex/icons/lucide/droplet'
         | 
| 517 | 
            +
                  autoload :Droplets, 'phlex/icons/lucide/droplets'
         | 
| 518 | 
            +
                  autoload :Drum, 'phlex/icons/lucide/drum'
         | 
| 519 | 
            +
                  autoload :Drumstick, 'phlex/icons/lucide/drumstick'
         | 
| 520 | 
            +
                  autoload :Dumbbell, 'phlex/icons/lucide/dumbbell'
         | 
| 521 | 
            +
                  autoload :Ear, 'phlex/icons/lucide/ear'
         | 
| 522 | 
            +
                  autoload :EarOff, 'phlex/icons/lucide/ear_off'
         | 
| 523 | 
            +
                  autoload :Earth, 'phlex/icons/lucide/earth'
         | 
| 524 | 
            +
                  autoload :EarthLock, 'phlex/icons/lucide/earth_lock'
         | 
| 525 | 
            +
                  autoload :Eclipse, 'phlex/icons/lucide/eclipse'
         | 
| 526 | 
            +
                  autoload :Egg, 'phlex/icons/lucide/egg'
         | 
| 527 | 
            +
                  autoload :EggFried, 'phlex/icons/lucide/egg_fried'
         | 
| 528 | 
            +
                  autoload :EggOff, 'phlex/icons/lucide/egg_off'
         | 
| 529 | 
            +
                  autoload :Ellipsis, 'phlex/icons/lucide/ellipsis'
         | 
| 530 | 
            +
                  autoload :EllipsisVertical, 'phlex/icons/lucide/ellipsis_vertical'
         | 
| 531 | 
            +
                  autoload :Equal, 'phlex/icons/lucide/equal'
         | 
| 532 | 
            +
                  autoload :EqualNot, 'phlex/icons/lucide/equal_not'
         | 
| 533 | 
            +
                  autoload :Eraser, 'phlex/icons/lucide/eraser'
         | 
| 534 | 
            +
                  autoload :EthernetPort, 'phlex/icons/lucide/ethernet_port'
         | 
| 535 | 
            +
                  autoload :Euro, 'phlex/icons/lucide/euro'
         | 
| 536 | 
            +
                  autoload :Expand, 'phlex/icons/lucide/expand'
         | 
| 537 | 
            +
                  autoload :ExternalLink, 'phlex/icons/lucide/external_link'
         | 
| 538 | 
            +
                  autoload :Eye, 'phlex/icons/lucide/eye'
         | 
| 539 | 
            +
                  autoload :EyeOff, 'phlex/icons/lucide/eye_off'
         | 
| 540 | 
            +
                  autoload :Facebook, 'phlex/icons/lucide/facebook'
         | 
| 541 | 
            +
                  autoload :Factory, 'phlex/icons/lucide/factory'
         | 
| 542 | 
            +
                  autoload :Fan, 'phlex/icons/lucide/fan'
         | 
| 543 | 
            +
                  autoload :FastForward, 'phlex/icons/lucide/fast_forward'
         | 
| 544 | 
            +
                  autoload :Feather, 'phlex/icons/lucide/feather'
         | 
| 545 | 
            +
                  autoload :Fence, 'phlex/icons/lucide/fence'
         | 
| 546 | 
            +
                  autoload :FerrisWheel, 'phlex/icons/lucide/ferris_wheel'
         | 
| 547 | 
            +
                  autoload :Figma, 'phlex/icons/lucide/figma'
         | 
| 548 | 
            +
                  autoload :File, 'phlex/icons/lucide/file'
         | 
| 549 | 
            +
                  autoload :FileArchive, 'phlex/icons/lucide/file_archive'
         | 
| 550 | 
            +
                  autoload :FileAudio, 'phlex/icons/lucide/file_audio'
         | 
| 551 | 
            +
                  autoload :FileAudio2, 'phlex/icons/lucide/file_audio_2'
         | 
| 552 | 
            +
                  autoload :FileAxis3d, 'phlex/icons/lucide/file_axis_3d'
         | 
| 553 | 
            +
                  autoload :FileBadge, 'phlex/icons/lucide/file_badge'
         | 
| 554 | 
            +
                  autoload :FileBadge2, 'phlex/icons/lucide/file_badge_2'
         | 
| 555 | 
            +
                  autoload :FileBox, 'phlex/icons/lucide/file_box'
         | 
| 556 | 
            +
                  autoload :FileChartColumn, 'phlex/icons/lucide/file_chart_column'
         | 
| 557 | 
            +
                  autoload :FileChartColumnIncreasing, 'phlex/icons/lucide/file_chart_column_increasing'
         | 
| 558 | 
            +
                  autoload :FileChartLine, 'phlex/icons/lucide/file_chart_line'
         | 
| 559 | 
            +
                  autoload :FileChartPie, 'phlex/icons/lucide/file_chart_pie'
         | 
| 560 | 
            +
                  autoload :FileCheck, 'phlex/icons/lucide/file_check'
         | 
| 561 | 
            +
                  autoload :FileCheck2, 'phlex/icons/lucide/file_check_2'
         | 
| 562 | 
            +
                  autoload :FileClock, 'phlex/icons/lucide/file_clock'
         | 
| 563 | 
            +
                  autoload :FileCode, 'phlex/icons/lucide/file_code'
         | 
| 564 | 
            +
                  autoload :FileCode2, 'phlex/icons/lucide/file_code_2'
         | 
| 565 | 
            +
                  autoload :FileCog, 'phlex/icons/lucide/file_cog'
         | 
| 566 | 
            +
                  autoload :FileDiff, 'phlex/icons/lucide/file_diff'
         | 
| 567 | 
            +
                  autoload :FileDigit, 'phlex/icons/lucide/file_digit'
         | 
| 568 | 
            +
                  autoload :FileDown, 'phlex/icons/lucide/file_down'
         | 
| 569 | 
            +
                  autoload :FileHeart, 'phlex/icons/lucide/file_heart'
         | 
| 570 | 
            +
                  autoload :FileImage, 'phlex/icons/lucide/file_image'
         | 
| 571 | 
            +
                  autoload :FileInput, 'phlex/icons/lucide/file_input'
         | 
| 572 | 
            +
                  autoload :FileJson, 'phlex/icons/lucide/file_json'
         | 
| 573 | 
            +
                  autoload :FileJson2, 'phlex/icons/lucide/file_json_2'
         | 
| 574 | 
            +
                  autoload :FileKey, 'phlex/icons/lucide/file_key'
         | 
| 575 | 
            +
                  autoload :FileKey2, 'phlex/icons/lucide/file_key_2'
         | 
| 576 | 
            +
                  autoload :FileLock, 'phlex/icons/lucide/file_lock'
         | 
| 577 | 
            +
                  autoload :FileLock2, 'phlex/icons/lucide/file_lock_2'
         | 
| 578 | 
            +
                  autoload :FileMinus, 'phlex/icons/lucide/file_minus'
         | 
| 579 | 
            +
                  autoload :FileMinus2, 'phlex/icons/lucide/file_minus_2'
         | 
| 580 | 
            +
                  autoload :FileMusic, 'phlex/icons/lucide/file_music'
         | 
| 581 | 
            +
                  autoload :FileOutput, 'phlex/icons/lucide/file_output'
         | 
| 582 | 
            +
                  autoload :FilePen, 'phlex/icons/lucide/file_pen'
         | 
| 583 | 
            +
                  autoload :FilePenLine, 'phlex/icons/lucide/file_pen_line'
         | 
| 584 | 
            +
                  autoload :FilePlus, 'phlex/icons/lucide/file_plus'
         | 
| 585 | 
            +
                  autoload :FilePlus2, 'phlex/icons/lucide/file_plus_2'
         | 
| 586 | 
            +
                  autoload :FileQuestion, 'phlex/icons/lucide/file_question'
         | 
| 587 | 
            +
                  autoload :FileScan, 'phlex/icons/lucide/file_scan'
         | 
| 588 | 
            +
                  autoload :FileSearch, 'phlex/icons/lucide/file_search'
         | 
| 589 | 
            +
                  autoload :FileSearch2, 'phlex/icons/lucide/file_search_2'
         | 
| 590 | 
            +
                  autoload :FileSliders, 'phlex/icons/lucide/file_sliders'
         | 
| 591 | 
            +
                  autoload :FileSpreadsheet, 'phlex/icons/lucide/file_spreadsheet'
         | 
| 592 | 
            +
                  autoload :FileStack, 'phlex/icons/lucide/file_stack'
         | 
| 593 | 
            +
                  autoload :FileSymlink, 'phlex/icons/lucide/file_symlink'
         | 
| 594 | 
            +
                  autoload :FileTerminal, 'phlex/icons/lucide/file_terminal'
         | 
| 595 | 
            +
                  autoload :FileText, 'phlex/icons/lucide/file_text'
         | 
| 596 | 
            +
                  autoload :FileType, 'phlex/icons/lucide/file_type'
         | 
| 597 | 
            +
                  autoload :FileType2, 'phlex/icons/lucide/file_type_2'
         | 
| 598 | 
            +
                  autoload :FileUp, 'phlex/icons/lucide/file_up'
         | 
| 599 | 
            +
                  autoload :FileVideo, 'phlex/icons/lucide/file_video'
         | 
| 600 | 
            +
                  autoload :FileVideo2, 'phlex/icons/lucide/file_video_2'
         | 
| 601 | 
            +
                  autoload :FileVolume, 'phlex/icons/lucide/file_volume'
         | 
| 602 | 
            +
                  autoload :FileVolume2, 'phlex/icons/lucide/file_volume_2'
         | 
| 603 | 
            +
                  autoload :FileWarning, 'phlex/icons/lucide/file_warning'
         | 
| 604 | 
            +
                  autoload :FileX, 'phlex/icons/lucide/file_x'
         | 
| 605 | 
            +
                  autoload :FileX2, 'phlex/icons/lucide/file_x_2'
         | 
| 606 | 
            +
                  autoload :Files, 'phlex/icons/lucide/files'
         | 
| 607 | 
            +
                  autoload :Film, 'phlex/icons/lucide/film'
         | 
| 608 | 
            +
                  autoload :Filter, 'phlex/icons/lucide/filter'
         | 
| 609 | 
            +
                  autoload :FilterX, 'phlex/icons/lucide/filter_x'
         | 
| 610 | 
            +
                  autoload :Fingerprint, 'phlex/icons/lucide/fingerprint'
         | 
| 611 | 
            +
                  autoload :FireExtinguisher, 'phlex/icons/lucide/fire_extinguisher'
         | 
| 612 | 
            +
                  autoload :Fish, 'phlex/icons/lucide/fish'
         | 
| 613 | 
            +
                  autoload :FishOff, 'phlex/icons/lucide/fish_off'
         | 
| 614 | 
            +
                  autoload :FishSymbol, 'phlex/icons/lucide/fish_symbol'
         | 
| 615 | 
            +
                  autoload :Flag, 'phlex/icons/lucide/flag'
         | 
| 616 | 
            +
                  autoload :FlagOff, 'phlex/icons/lucide/flag_off'
         | 
| 617 | 
            +
                  autoload :FlagTriangleLeft, 'phlex/icons/lucide/flag_triangle_left'
         | 
| 618 | 
            +
                  autoload :FlagTriangleRight, 'phlex/icons/lucide/flag_triangle_right'
         | 
| 619 | 
            +
                  autoload :Flame, 'phlex/icons/lucide/flame'
         | 
| 620 | 
            +
                  autoload :FlameKindling, 'phlex/icons/lucide/flame_kindling'
         | 
| 621 | 
            +
                  autoload :Flashlight, 'phlex/icons/lucide/flashlight'
         | 
| 622 | 
            +
                  autoload :FlashlightOff, 'phlex/icons/lucide/flashlight_off'
         | 
| 623 | 
            +
                  autoload :FlaskConical, 'phlex/icons/lucide/flask_conical'
         | 
| 624 | 
            +
                  autoload :FlaskConicalOff, 'phlex/icons/lucide/flask_conical_off'
         | 
| 625 | 
            +
                  autoload :FlaskRound, 'phlex/icons/lucide/flask_round'
         | 
| 626 | 
            +
                  autoload :FlipHorizontal, 'phlex/icons/lucide/flip_horizontal'
         | 
| 627 | 
            +
                  autoload :FlipHorizontal2, 'phlex/icons/lucide/flip_horizontal_2'
         | 
| 628 | 
            +
                  autoload :FlipVertical, 'phlex/icons/lucide/flip_vertical'
         | 
| 629 | 
            +
                  autoload :FlipVertical2, 'phlex/icons/lucide/flip_vertical_2'
         | 
| 630 | 
            +
                  autoload :Flower, 'phlex/icons/lucide/flower'
         | 
| 631 | 
            +
                  autoload :Flower2, 'phlex/icons/lucide/flower_2'
         | 
| 632 | 
            +
                  autoload :Focus, 'phlex/icons/lucide/focus'
         | 
| 633 | 
            +
                  autoload :FoldHorizontal, 'phlex/icons/lucide/fold_horizontal'
         | 
| 634 | 
            +
                  autoload :FoldVertical, 'phlex/icons/lucide/fold_vertical'
         | 
| 635 | 
            +
                  autoload :Folder, 'phlex/icons/lucide/folder'
         | 
| 636 | 
            +
                  autoload :FolderArchive, 'phlex/icons/lucide/folder_archive'
         | 
| 637 | 
            +
                  autoload :FolderCheck, 'phlex/icons/lucide/folder_check'
         | 
| 638 | 
            +
                  autoload :FolderClock, 'phlex/icons/lucide/folder_clock'
         | 
| 639 | 
            +
                  autoload :FolderClosed, 'phlex/icons/lucide/folder_closed'
         | 
| 640 | 
            +
                  autoload :FolderCode, 'phlex/icons/lucide/folder_code'
         | 
| 641 | 
            +
                  autoload :FolderCog, 'phlex/icons/lucide/folder_cog'
         | 
| 642 | 
            +
                  autoload :FolderDot, 'phlex/icons/lucide/folder_dot'
         | 
| 643 | 
            +
                  autoload :FolderDown, 'phlex/icons/lucide/folder_down'
         | 
| 644 | 
            +
                  autoload :FolderGit, 'phlex/icons/lucide/folder_git'
         | 
| 645 | 
            +
                  autoload :FolderGit2, 'phlex/icons/lucide/folder_git_2'
         | 
| 646 | 
            +
                  autoload :FolderHeart, 'phlex/icons/lucide/folder_heart'
         | 
| 647 | 
            +
                  autoload :FolderInput, 'phlex/icons/lucide/folder_input'
         | 
| 648 | 
            +
                  autoload :FolderKanban, 'phlex/icons/lucide/folder_kanban'
         | 
| 649 | 
            +
                  autoload :FolderKey, 'phlex/icons/lucide/folder_key'
         | 
| 650 | 
            +
                  autoload :FolderLock, 'phlex/icons/lucide/folder_lock'
         | 
| 651 | 
            +
                  autoload :FolderMinus, 'phlex/icons/lucide/folder_minus'
         | 
| 652 | 
            +
                  autoload :FolderOpen, 'phlex/icons/lucide/folder_open'
         | 
| 653 | 
            +
                  autoload :FolderOpenDot, 'phlex/icons/lucide/folder_open_dot'
         | 
| 654 | 
            +
                  autoload :FolderOutput, 'phlex/icons/lucide/folder_output'
         | 
| 655 | 
            +
                  autoload :FolderPen, 'phlex/icons/lucide/folder_pen'
         | 
| 656 | 
            +
                  autoload :FolderPlus, 'phlex/icons/lucide/folder_plus'
         | 
| 657 | 
            +
                  autoload :FolderRoot, 'phlex/icons/lucide/folder_root'
         | 
| 658 | 
            +
                  autoload :FolderSearch, 'phlex/icons/lucide/folder_search'
         | 
| 659 | 
            +
                  autoload :FolderSearch2, 'phlex/icons/lucide/folder_search_2'
         | 
| 660 | 
            +
                  autoload :FolderSymlink, 'phlex/icons/lucide/folder_symlink'
         | 
| 661 | 
            +
                  autoload :FolderSync, 'phlex/icons/lucide/folder_sync'
         | 
| 662 | 
            +
                  autoload :FolderTree, 'phlex/icons/lucide/folder_tree'
         | 
| 663 | 
            +
                  autoload :FolderUp, 'phlex/icons/lucide/folder_up'
         | 
| 664 | 
            +
                  autoload :FolderX, 'phlex/icons/lucide/folder_x'
         | 
| 665 | 
            +
                  autoload :Folders, 'phlex/icons/lucide/folders'
         | 
| 666 | 
            +
                  autoload :Footprints, 'phlex/icons/lucide/footprints'
         | 
| 667 | 
            +
                  autoload :Forklift, 'phlex/icons/lucide/forklift'
         | 
| 668 | 
            +
                  autoload :Forward, 'phlex/icons/lucide/forward'
         | 
| 669 | 
            +
                  autoload :Frame, 'phlex/icons/lucide/frame'
         | 
| 670 | 
            +
                  autoload :Framer, 'phlex/icons/lucide/framer'
         | 
| 671 | 
            +
                  autoload :Frown, 'phlex/icons/lucide/frown'
         | 
| 672 | 
            +
                  autoload :Fuel, 'phlex/icons/lucide/fuel'
         | 
| 673 | 
            +
                  autoload :Fullscreen, 'phlex/icons/lucide/fullscreen'
         | 
| 674 | 
            +
                  autoload :GalleryHorizontal, 'phlex/icons/lucide/gallery_horizontal'
         | 
| 675 | 
            +
                  autoload :GalleryHorizontalEnd, 'phlex/icons/lucide/gallery_horizontal_end'
         | 
| 676 | 
            +
                  autoload :GalleryThumbnails, 'phlex/icons/lucide/gallery_thumbnails'
         | 
| 677 | 
            +
                  autoload :GalleryVertical, 'phlex/icons/lucide/gallery_vertical'
         | 
| 678 | 
            +
                  autoload :GalleryVerticalEnd, 'phlex/icons/lucide/gallery_vertical_end'
         | 
| 679 | 
            +
                  autoload :Gamepad, 'phlex/icons/lucide/gamepad'
         | 
| 680 | 
            +
                  autoload :Gamepad2, 'phlex/icons/lucide/gamepad_2'
         | 
| 681 | 
            +
                  autoload :Gauge, 'phlex/icons/lucide/gauge'
         | 
| 682 | 
            +
                  autoload :Gavel, 'phlex/icons/lucide/gavel'
         | 
| 683 | 
            +
                  autoload :Gem, 'phlex/icons/lucide/gem'
         | 
| 684 | 
            +
                  autoload :Ghost, 'phlex/icons/lucide/ghost'
         | 
| 685 | 
            +
                  autoload :Gift, 'phlex/icons/lucide/gift'
         | 
| 686 | 
            +
                  autoload :GitBranch, 'phlex/icons/lucide/git_branch'
         | 
| 687 | 
            +
                  autoload :GitBranchPlus, 'phlex/icons/lucide/git_branch_plus'
         | 
| 688 | 
            +
                  autoload :GitCommitHorizontal, 'phlex/icons/lucide/git_commit_horizontal'
         | 
| 689 | 
            +
                  autoload :GitCommitVertical, 'phlex/icons/lucide/git_commit_vertical'
         | 
| 690 | 
            +
                  autoload :GitCompare, 'phlex/icons/lucide/git_compare'
         | 
| 691 | 
            +
                  autoload :GitCompareArrows, 'phlex/icons/lucide/git_compare_arrows'
         | 
| 692 | 
            +
                  autoload :GitFork, 'phlex/icons/lucide/git_fork'
         | 
| 693 | 
            +
                  autoload :GitGraph, 'phlex/icons/lucide/git_graph'
         | 
| 694 | 
            +
                  autoload :GitMerge, 'phlex/icons/lucide/git_merge'
         | 
| 695 | 
            +
                  autoload :GitPullRequest, 'phlex/icons/lucide/git_pull_request'
         | 
| 696 | 
            +
                  autoload :GitPullRequestArrow, 'phlex/icons/lucide/git_pull_request_arrow'
         | 
| 697 | 
            +
                  autoload :GitPullRequestClosed, 'phlex/icons/lucide/git_pull_request_closed'
         | 
| 698 | 
            +
                  autoload :GitPullRequestCreate, 'phlex/icons/lucide/git_pull_request_create'
         | 
| 699 | 
            +
                  autoload :GitPullRequestCreateArrow, 'phlex/icons/lucide/git_pull_request_create_arrow'
         | 
| 700 | 
            +
                  autoload :GitPullRequestDraft, 'phlex/icons/lucide/git_pull_request_draft'
         | 
| 701 | 
            +
                  autoload :Github, 'phlex/icons/lucide/github'
         | 
| 702 | 
            +
                  autoload :Gitlab, 'phlex/icons/lucide/gitlab'
         | 
| 703 | 
            +
                  autoload :GlassWater, 'phlex/icons/lucide/glass_water'
         | 
| 704 | 
            +
                  autoload :Glasses, 'phlex/icons/lucide/glasses'
         | 
| 705 | 
            +
                  autoload :Globe, 'phlex/icons/lucide/globe'
         | 
| 706 | 
            +
                  autoload :GlobeLock, 'phlex/icons/lucide/globe_lock'
         | 
| 707 | 
            +
                  autoload :Goal, 'phlex/icons/lucide/goal'
         | 
| 708 | 
            +
                  autoload :Grab, 'phlex/icons/lucide/grab'
         | 
| 709 | 
            +
                  autoload :GraduationCap, 'phlex/icons/lucide/graduation_cap'
         | 
| 710 | 
            +
                  autoload :Grape, 'phlex/icons/lucide/grape'
         | 
| 711 | 
            +
                  autoload :Grid2x2, 'phlex/icons/lucide/grid_2x2'
         | 
| 712 | 
            +
                  autoload :Grid2x2Check, 'phlex/icons/lucide/grid_2x2_check'
         | 
| 713 | 
            +
                  autoload :Grid2x2X, 'phlex/icons/lucide/grid_2x2_x'
         | 
| 714 | 
            +
                  autoload :Grid3x3, 'phlex/icons/lucide/grid_3x3'
         | 
| 715 | 
            +
                  autoload :Grip, 'phlex/icons/lucide/grip'
         | 
| 716 | 
            +
                  autoload :GripHorizontal, 'phlex/icons/lucide/grip_horizontal'
         | 
| 717 | 
            +
                  autoload :GripVertical, 'phlex/icons/lucide/grip_vertical'
         | 
| 718 | 
            +
                  autoload :Group, 'phlex/icons/lucide/group'
         | 
| 719 | 
            +
                  autoload :Guitar, 'phlex/icons/lucide/guitar'
         | 
| 720 | 
            +
                  autoload :Ham, 'phlex/icons/lucide/ham'
         | 
| 721 | 
            +
                  autoload :Hammer, 'phlex/icons/lucide/hammer'
         | 
| 722 | 
            +
                  autoload :Hand, 'phlex/icons/lucide/hand'
         | 
| 723 | 
            +
                  autoload :HandCoins, 'phlex/icons/lucide/hand_coins'
         | 
| 724 | 
            +
                  autoload :HandHeart, 'phlex/icons/lucide/hand_heart'
         | 
| 725 | 
            +
                  autoload :HandHelping, 'phlex/icons/lucide/hand_helping'
         | 
| 726 | 
            +
                  autoload :HandMetal, 'phlex/icons/lucide/hand_metal'
         | 
| 727 | 
            +
                  autoload :HandPlatter, 'phlex/icons/lucide/hand_platter'
         | 
| 728 | 
            +
                  autoload :Handshake, 'phlex/icons/lucide/handshake'
         | 
| 729 | 
            +
                  autoload :HardDrive, 'phlex/icons/lucide/hard_drive'
         | 
| 730 | 
            +
                  autoload :HardDriveDownload, 'phlex/icons/lucide/hard_drive_download'
         | 
| 731 | 
            +
                  autoload :HardDriveUpload, 'phlex/icons/lucide/hard_drive_upload'
         | 
| 732 | 
            +
                  autoload :HardHat, 'phlex/icons/lucide/hard_hat'
         | 
| 733 | 
            +
                  autoload :Hash, 'phlex/icons/lucide/hash'
         | 
| 734 | 
            +
                  autoload :Haze, 'phlex/icons/lucide/haze'
         | 
| 735 | 
            +
                  autoload :HdmiPort, 'phlex/icons/lucide/hdmi_port'
         | 
| 736 | 
            +
                  autoload :Heading, 'phlex/icons/lucide/heading'
         | 
| 737 | 
            +
                  autoload :Heading1, 'phlex/icons/lucide/heading_1'
         | 
| 738 | 
            +
                  autoload :Heading2, 'phlex/icons/lucide/heading_2'
         | 
| 739 | 
            +
                  autoload :Heading3, 'phlex/icons/lucide/heading_3'
         | 
| 740 | 
            +
                  autoload :Heading4, 'phlex/icons/lucide/heading_4'
         | 
| 741 | 
            +
                  autoload :Heading5, 'phlex/icons/lucide/heading_5'
         | 
| 742 | 
            +
                  autoload :Heading6, 'phlex/icons/lucide/heading_6'
         | 
| 743 | 
            +
                  autoload :Headphones, 'phlex/icons/lucide/headphones'
         | 
| 744 | 
            +
                  autoload :Headset, 'phlex/icons/lucide/headset'
         | 
| 745 | 
            +
                  autoload :Heart, 'phlex/icons/lucide/heart'
         | 
| 746 | 
            +
                  autoload :HeartCrack, 'phlex/icons/lucide/heart_crack'
         | 
| 747 | 
            +
                  autoload :HeartHandshake, 'phlex/icons/lucide/heart_handshake'
         | 
| 748 | 
            +
                  autoload :HeartOff, 'phlex/icons/lucide/heart_off'
         | 
| 749 | 
            +
                  autoload :HeartPulse, 'phlex/icons/lucide/heart_pulse'
         | 
| 750 | 
            +
                  autoload :Heater, 'phlex/icons/lucide/heater'
         | 
| 751 | 
            +
                  autoload :Hexagon, 'phlex/icons/lucide/hexagon'
         | 
| 752 | 
            +
                  autoload :Highlighter, 'phlex/icons/lucide/highlighter'
         | 
| 753 | 
            +
                  autoload :History, 'phlex/icons/lucide/history'
         | 
| 754 | 
            +
                  autoload :Hop, 'phlex/icons/lucide/hop'
         | 
| 755 | 
            +
                  autoload :HopOff, 'phlex/icons/lucide/hop_off'
         | 
| 756 | 
            +
                  autoload :Hospital, 'phlex/icons/lucide/hospital'
         | 
| 757 | 
            +
                  autoload :Hotel, 'phlex/icons/lucide/hotel'
         | 
| 758 | 
            +
                  autoload :Hourglass, 'phlex/icons/lucide/hourglass'
         | 
| 759 | 
            +
                  autoload :House, 'phlex/icons/lucide/house'
         | 
| 760 | 
            +
                  autoload :HousePlug, 'phlex/icons/lucide/house_plug'
         | 
| 761 | 
            +
                  autoload :HousePlus, 'phlex/icons/lucide/house_plus'
         | 
| 762 | 
            +
                  autoload :IceCreamBowl, 'phlex/icons/lucide/ice_cream_bowl'
         | 
| 763 | 
            +
                  autoload :IceCreamCone, 'phlex/icons/lucide/ice_cream_cone'
         | 
| 764 | 
            +
                  autoload :IdCard, 'phlex/icons/lucide/id_card'
         | 
| 765 | 
            +
                  autoload :Image, 'phlex/icons/lucide/image'
         | 
| 766 | 
            +
                  autoload :ImageDown, 'phlex/icons/lucide/image_down'
         | 
| 767 | 
            +
                  autoload :ImageMinus, 'phlex/icons/lucide/image_minus'
         | 
| 768 | 
            +
                  autoload :ImageOff, 'phlex/icons/lucide/image_off'
         | 
| 769 | 
            +
                  autoload :ImagePlay, 'phlex/icons/lucide/image_play'
         | 
| 770 | 
            +
                  autoload :ImagePlus, 'phlex/icons/lucide/image_plus'
         | 
| 771 | 
            +
                  autoload :ImageUp, 'phlex/icons/lucide/image_up'
         | 
| 772 | 
            +
                  autoload :Images, 'phlex/icons/lucide/images'
         | 
| 773 | 
            +
                  autoload :Import, 'phlex/icons/lucide/import'
         | 
| 774 | 
            +
                  autoload :Inbox, 'phlex/icons/lucide/inbox'
         | 
| 775 | 
            +
                  autoload :IndentDecrease, 'phlex/icons/lucide/indent_decrease'
         | 
| 776 | 
            +
                  autoload :IndentIncrease, 'phlex/icons/lucide/indent_increase'
         | 
| 777 | 
            +
                  autoload :IndianRupee, 'phlex/icons/lucide/indian_rupee'
         | 
| 778 | 
            +
                  autoload :Infinity, 'phlex/icons/lucide/infinity'
         | 
| 779 | 
            +
                  autoload :Info, 'phlex/icons/lucide/info'
         | 
| 780 | 
            +
                  autoload :InspectionPanel, 'phlex/icons/lucide/inspection_panel'
         | 
| 781 | 
            +
                  autoload :Instagram, 'phlex/icons/lucide/instagram'
         | 
| 782 | 
            +
                  autoload :Italic, 'phlex/icons/lucide/italic'
         | 
| 783 | 
            +
                  autoload :IterationCcw, 'phlex/icons/lucide/iteration_ccw'
         | 
| 784 | 
            +
                  autoload :IterationCw, 'phlex/icons/lucide/iteration_cw'
         | 
| 785 | 
            +
                  autoload :JapaneseYen, 'phlex/icons/lucide/japanese_yen'
         | 
| 786 | 
            +
                  autoload :Joystick, 'phlex/icons/lucide/joystick'
         | 
| 787 | 
            +
                  autoload :Kanban, 'phlex/icons/lucide/kanban'
         | 
| 788 | 
            +
                  autoload :Key, 'phlex/icons/lucide/key'
         | 
| 789 | 
            +
                  autoload :KeyRound, 'phlex/icons/lucide/key_round'
         | 
| 790 | 
            +
                  autoload :KeySquare, 'phlex/icons/lucide/key_square'
         | 
| 791 | 
            +
                  autoload :Keyboard, 'phlex/icons/lucide/keyboard'
         | 
| 792 | 
            +
                  autoload :KeyboardMusic, 'phlex/icons/lucide/keyboard_music'
         | 
| 793 | 
            +
                  autoload :KeyboardOff, 'phlex/icons/lucide/keyboard_off'
         | 
| 794 | 
            +
                  autoload :Lamp, 'phlex/icons/lucide/lamp'
         | 
| 795 | 
            +
                  autoload :LampCeiling, 'phlex/icons/lucide/lamp_ceiling'
         | 
| 796 | 
            +
                  autoload :LampDesk, 'phlex/icons/lucide/lamp_desk'
         | 
| 797 | 
            +
                  autoload :LampFloor, 'phlex/icons/lucide/lamp_floor'
         | 
| 798 | 
            +
                  autoload :LampWallDown, 'phlex/icons/lucide/lamp_wall_down'
         | 
| 799 | 
            +
                  autoload :LampWallUp, 'phlex/icons/lucide/lamp_wall_up'
         | 
| 800 | 
            +
                  autoload :LandPlot, 'phlex/icons/lucide/land_plot'
         | 
| 801 | 
            +
                  autoload :Landmark, 'phlex/icons/lucide/landmark'
         | 
| 802 | 
            +
                  autoload :Languages, 'phlex/icons/lucide/languages'
         | 
| 803 | 
            +
                  autoload :Laptop, 'phlex/icons/lucide/laptop'
         | 
| 804 | 
            +
                  autoload :LaptopMinimal, 'phlex/icons/lucide/laptop_minimal'
         | 
| 805 | 
            +
                  autoload :Lasso, 'phlex/icons/lucide/lasso'
         | 
| 806 | 
            +
                  autoload :LassoSelect, 'phlex/icons/lucide/lasso_select'
         | 
| 807 | 
            +
                  autoload :Laugh, 'phlex/icons/lucide/laugh'
         | 
| 808 | 
            +
                  autoload :Layers, 'phlex/icons/lucide/layers'
         | 
| 809 | 
            +
                  autoload :Layers2, 'phlex/icons/lucide/layers_2'
         | 
| 810 | 
            +
                  autoload :Layers3, 'phlex/icons/lucide/layers_3'
         | 
| 811 | 
            +
                  autoload :LayoutDashboard, 'phlex/icons/lucide/layout_dashboard'
         | 
| 812 | 
            +
                  autoload :LayoutGrid, 'phlex/icons/lucide/layout_grid'
         | 
| 813 | 
            +
                  autoload :LayoutList, 'phlex/icons/lucide/layout_list'
         | 
| 814 | 
            +
                  autoload :LayoutPanelLeft, 'phlex/icons/lucide/layout_panel_left'
         | 
| 815 | 
            +
                  autoload :LayoutPanelTop, 'phlex/icons/lucide/layout_panel_top'
         | 
| 816 | 
            +
                  autoload :LayoutTemplate, 'phlex/icons/lucide/layout_template'
         | 
| 817 | 
            +
                  autoload :Leaf, 'phlex/icons/lucide/leaf'
         | 
| 818 | 
            +
                  autoload :LeafyGreen, 'phlex/icons/lucide/leafy_green'
         | 
| 819 | 
            +
                  autoload :Lectern, 'phlex/icons/lucide/lectern'
         | 
| 820 | 
            +
                  autoload :LetterText, 'phlex/icons/lucide/letter_text'
         | 
| 821 | 
            +
                  autoload :Library, 'phlex/icons/lucide/library'
         | 
| 822 | 
            +
                  autoload :LibraryBig, 'phlex/icons/lucide/library_big'
         | 
| 823 | 
            +
                  autoload :LifeBuoy, 'phlex/icons/lucide/life_buoy'
         | 
| 824 | 
            +
                  autoload :Ligature, 'phlex/icons/lucide/ligature'
         | 
| 825 | 
            +
                  autoload :Lightbulb, 'phlex/icons/lucide/lightbulb'
         | 
| 826 | 
            +
                  autoload :LightbulbOff, 'phlex/icons/lucide/lightbulb_off'
         | 
| 827 | 
            +
                  autoload :Link, 'phlex/icons/lucide/link'
         | 
| 828 | 
            +
                  autoload :Link2, 'phlex/icons/lucide/link_2'
         | 
| 829 | 
            +
                  autoload :Link2Off, 'phlex/icons/lucide/link_2_off'
         | 
| 830 | 
            +
                  autoload :Linkedin, 'phlex/icons/lucide/linkedin'
         | 
| 831 | 
            +
                  autoload :List, 'phlex/icons/lucide/list'
         | 
| 832 | 
            +
                  autoload :ListCheck, 'phlex/icons/lucide/list_check'
         | 
| 833 | 
            +
                  autoload :ListChecks, 'phlex/icons/lucide/list_checks'
         | 
| 834 | 
            +
                  autoload :ListCollapse, 'phlex/icons/lucide/list_collapse'
         | 
| 835 | 
            +
                  autoload :ListEnd, 'phlex/icons/lucide/list_end'
         | 
| 836 | 
            +
                  autoload :ListFilter, 'phlex/icons/lucide/list_filter'
         | 
| 837 | 
            +
                  autoload :ListMinus, 'phlex/icons/lucide/list_minus'
         | 
| 838 | 
            +
                  autoload :ListMusic, 'phlex/icons/lucide/list_music'
         | 
| 839 | 
            +
                  autoload :ListOrdered, 'phlex/icons/lucide/list_ordered'
         | 
| 840 | 
            +
                  autoload :ListPlus, 'phlex/icons/lucide/list_plus'
         | 
| 841 | 
            +
                  autoload :ListRestart, 'phlex/icons/lucide/list_restart'
         | 
| 842 | 
            +
                  autoload :ListStart, 'phlex/icons/lucide/list_start'
         | 
| 843 | 
            +
                  autoload :ListTodo, 'phlex/icons/lucide/list_todo'
         | 
| 844 | 
            +
                  autoload :ListTree, 'phlex/icons/lucide/list_tree'
         | 
| 845 | 
            +
                  autoload :ListVideo, 'phlex/icons/lucide/list_video'
         | 
| 846 | 
            +
                  autoload :ListX, 'phlex/icons/lucide/list_x'
         | 
| 847 | 
            +
                  autoload :Loader, 'phlex/icons/lucide/loader'
         | 
| 848 | 
            +
                  autoload :LoaderCircle, 'phlex/icons/lucide/loader_circle'
         | 
| 849 | 
            +
                  autoload :LoaderPinwheel, 'phlex/icons/lucide/loader_pinwheel'
         | 
| 850 | 
            +
                  autoload :Locate, 'phlex/icons/lucide/locate'
         | 
| 851 | 
            +
                  autoload :LocateFixed, 'phlex/icons/lucide/locate_fixed'
         | 
| 852 | 
            +
                  autoload :LocateOff, 'phlex/icons/lucide/locate_off'
         | 
| 853 | 
            +
                  autoload :Lock, 'phlex/icons/lucide/lock'
         | 
| 854 | 
            +
                  autoload :LockKeyhole, 'phlex/icons/lucide/lock_keyhole'
         | 
| 855 | 
            +
                  autoload :LockKeyholeOpen, 'phlex/icons/lucide/lock_keyhole_open'
         | 
| 856 | 
            +
                  autoload :LockOpen, 'phlex/icons/lucide/lock_open'
         | 
| 857 | 
            +
                  autoload :LogIn, 'phlex/icons/lucide/log_in'
         | 
| 858 | 
            +
                  autoload :LogOut, 'phlex/icons/lucide/log_out'
         | 
| 859 | 
            +
                  autoload :Logs, 'phlex/icons/lucide/logs'
         | 
| 860 | 
            +
                  autoload :Lollipop, 'phlex/icons/lucide/lollipop'
         | 
| 861 | 
            +
                  autoload :Luggage, 'phlex/icons/lucide/luggage'
         | 
| 862 | 
            +
                  autoload :Magnet, 'phlex/icons/lucide/magnet'
         | 
| 863 | 
            +
                  autoload :Mail, 'phlex/icons/lucide/mail'
         | 
| 864 | 
            +
                  autoload :MailCheck, 'phlex/icons/lucide/mail_check'
         | 
| 865 | 
            +
                  autoload :MailMinus, 'phlex/icons/lucide/mail_minus'
         | 
| 866 | 
            +
                  autoload :MailOpen, 'phlex/icons/lucide/mail_open'
         | 
| 867 | 
            +
                  autoload :MailPlus, 'phlex/icons/lucide/mail_plus'
         | 
| 868 | 
            +
                  autoload :MailQuestion, 'phlex/icons/lucide/mail_question'
         | 
| 869 | 
            +
                  autoload :MailSearch, 'phlex/icons/lucide/mail_search'
         | 
| 870 | 
            +
                  autoload :MailWarning, 'phlex/icons/lucide/mail_warning'
         | 
| 871 | 
            +
                  autoload :MailX, 'phlex/icons/lucide/mail_x'
         | 
| 872 | 
            +
                  autoload :Mailbox, 'phlex/icons/lucide/mailbox'
         | 
| 873 | 
            +
                  autoload :Mails, 'phlex/icons/lucide/mails'
         | 
| 874 | 
            +
                  autoload :Map, 'phlex/icons/lucide/map'
         | 
| 875 | 
            +
                  autoload :MapPin, 'phlex/icons/lucide/map_pin'
         | 
| 876 | 
            +
                  autoload :MapPinCheck, 'phlex/icons/lucide/map_pin_check'
         | 
| 877 | 
            +
                  autoload :MapPinCheckInside, 'phlex/icons/lucide/map_pin_check_inside'
         | 
| 878 | 
            +
                  autoload :MapPinHouse, 'phlex/icons/lucide/map_pin_house'
         | 
| 879 | 
            +
                  autoload :MapPinMinus, 'phlex/icons/lucide/map_pin_minus'
         | 
| 880 | 
            +
                  autoload :MapPinMinusInside, 'phlex/icons/lucide/map_pin_minus_inside'
         | 
| 881 | 
            +
                  autoload :MapPinOff, 'phlex/icons/lucide/map_pin_off'
         | 
| 882 | 
            +
                  autoload :MapPinPlus, 'phlex/icons/lucide/map_pin_plus'
         | 
| 883 | 
            +
                  autoload :MapPinPlusInside, 'phlex/icons/lucide/map_pin_plus_inside'
         | 
| 884 | 
            +
                  autoload :MapPinX, 'phlex/icons/lucide/map_pin_x'
         | 
| 885 | 
            +
                  autoload :MapPinXInside, 'phlex/icons/lucide/map_pin_x_inside'
         | 
| 886 | 
            +
                  autoload :MapPinned, 'phlex/icons/lucide/map_pinned'
         | 
| 887 | 
            +
                  autoload :Martini, 'phlex/icons/lucide/martini'
         | 
| 888 | 
            +
                  autoload :Maximize, 'phlex/icons/lucide/maximize'
         | 
| 889 | 
            +
                  autoload :Maximize2, 'phlex/icons/lucide/maximize_2'
         | 
| 890 | 
            +
                  autoload :Medal, 'phlex/icons/lucide/medal'
         | 
| 891 | 
            +
                  autoload :Megaphone, 'phlex/icons/lucide/megaphone'
         | 
| 892 | 
            +
                  autoload :MegaphoneOff, 'phlex/icons/lucide/megaphone_off'
         | 
| 893 | 
            +
                  autoload :Meh, 'phlex/icons/lucide/meh'
         | 
| 894 | 
            +
                  autoload :MemoryStick, 'phlex/icons/lucide/memory_stick'
         | 
| 895 | 
            +
                  autoload :Menu, 'phlex/icons/lucide/menu'
         | 
| 896 | 
            +
                  autoload :Merge, 'phlex/icons/lucide/merge'
         | 
| 897 | 
            +
                  autoload :MessageCircle, 'phlex/icons/lucide/message_circle'
         | 
| 898 | 
            +
                  autoload :MessageCircleCode, 'phlex/icons/lucide/message_circle_code'
         | 
| 899 | 
            +
                  autoload :MessageCircleDashed, 'phlex/icons/lucide/message_circle_dashed'
         | 
| 900 | 
            +
                  autoload :MessageCircleHeart, 'phlex/icons/lucide/message_circle_heart'
         | 
| 901 | 
            +
                  autoload :MessageCircleMore, 'phlex/icons/lucide/message_circle_more'
         | 
| 902 | 
            +
                  autoload :MessageCircleOff, 'phlex/icons/lucide/message_circle_off'
         | 
| 903 | 
            +
                  autoload :MessageCirclePlus, 'phlex/icons/lucide/message_circle_plus'
         | 
| 904 | 
            +
                  autoload :MessageCircleQuestion, 'phlex/icons/lucide/message_circle_question'
         | 
| 905 | 
            +
                  autoload :MessageCircleReply, 'phlex/icons/lucide/message_circle_reply'
         | 
| 906 | 
            +
                  autoload :MessageCircleWarning, 'phlex/icons/lucide/message_circle_warning'
         | 
| 907 | 
            +
                  autoload :MessageCircleX, 'phlex/icons/lucide/message_circle_x'
         | 
| 908 | 
            +
                  autoload :MessageSquare, 'phlex/icons/lucide/message_square'
         | 
| 909 | 
            +
                  autoload :MessageSquareCode, 'phlex/icons/lucide/message_square_code'
         | 
| 910 | 
            +
                  autoload :MessageSquareDashed, 'phlex/icons/lucide/message_square_dashed'
         | 
| 911 | 
            +
                  autoload :MessageSquareDiff, 'phlex/icons/lucide/message_square_diff'
         | 
| 912 | 
            +
                  autoload :MessageSquareDot, 'phlex/icons/lucide/message_square_dot'
         | 
| 913 | 
            +
                  autoload :MessageSquareHeart, 'phlex/icons/lucide/message_square_heart'
         | 
| 914 | 
            +
                  autoload :MessageSquareMore, 'phlex/icons/lucide/message_square_more'
         | 
| 915 | 
            +
                  autoload :MessageSquareOff, 'phlex/icons/lucide/message_square_off'
         | 
| 916 | 
            +
                  autoload :MessageSquarePlus, 'phlex/icons/lucide/message_square_plus'
         | 
| 917 | 
            +
                  autoload :MessageSquareQuote, 'phlex/icons/lucide/message_square_quote'
         | 
| 918 | 
            +
                  autoload :MessageSquareReply, 'phlex/icons/lucide/message_square_reply'
         | 
| 919 | 
            +
                  autoload :MessageSquareShare, 'phlex/icons/lucide/message_square_share'
         | 
| 920 | 
            +
                  autoload :MessageSquareText, 'phlex/icons/lucide/message_square_text'
         | 
| 921 | 
            +
                  autoload :MessageSquareWarning, 'phlex/icons/lucide/message_square_warning'
         | 
| 922 | 
            +
                  autoload :MessageSquareX, 'phlex/icons/lucide/message_square_x'
         | 
| 923 | 
            +
                  autoload :MessagesSquare, 'phlex/icons/lucide/messages_square'
         | 
| 924 | 
            +
                  autoload :Mic, 'phlex/icons/lucide/mic'
         | 
| 925 | 
            +
                  autoload :MicOff, 'phlex/icons/lucide/mic_off'
         | 
| 926 | 
            +
                  autoload :MicVocal, 'phlex/icons/lucide/mic_vocal'
         | 
| 927 | 
            +
                  autoload :Microchip, 'phlex/icons/lucide/microchip'
         | 
| 928 | 
            +
                  autoload :Microscope, 'phlex/icons/lucide/microscope'
         | 
| 929 | 
            +
                  autoload :Microwave, 'phlex/icons/lucide/microwave'
         | 
| 930 | 
            +
                  autoload :Milestone, 'phlex/icons/lucide/milestone'
         | 
| 931 | 
            +
                  autoload :Milk, 'phlex/icons/lucide/milk'
         | 
| 932 | 
            +
                  autoload :MilkOff, 'phlex/icons/lucide/milk_off'
         | 
| 933 | 
            +
                  autoload :Minimize, 'phlex/icons/lucide/minimize'
         | 
| 934 | 
            +
                  autoload :Minimize2, 'phlex/icons/lucide/minimize_2'
         | 
| 935 | 
            +
                  autoload :Minus, 'phlex/icons/lucide/minus'
         | 
| 936 | 
            +
                  autoload :Monitor, 'phlex/icons/lucide/monitor'
         | 
| 937 | 
            +
                  autoload :MonitorCheck, 'phlex/icons/lucide/monitor_check'
         | 
| 938 | 
            +
                  autoload :MonitorCog, 'phlex/icons/lucide/monitor_cog'
         | 
| 939 | 
            +
                  autoload :MonitorDot, 'phlex/icons/lucide/monitor_dot'
         | 
| 940 | 
            +
                  autoload :MonitorDown, 'phlex/icons/lucide/monitor_down'
         | 
| 941 | 
            +
                  autoload :MonitorOff, 'phlex/icons/lucide/monitor_off'
         | 
| 942 | 
            +
                  autoload :MonitorPause, 'phlex/icons/lucide/monitor_pause'
         | 
| 943 | 
            +
                  autoload :MonitorPlay, 'phlex/icons/lucide/monitor_play'
         | 
| 944 | 
            +
                  autoload :MonitorSmartphone, 'phlex/icons/lucide/monitor_smartphone'
         | 
| 945 | 
            +
                  autoload :MonitorSpeaker, 'phlex/icons/lucide/monitor_speaker'
         | 
| 946 | 
            +
                  autoload :MonitorStop, 'phlex/icons/lucide/monitor_stop'
         | 
| 947 | 
            +
                  autoload :MonitorUp, 'phlex/icons/lucide/monitor_up'
         | 
| 948 | 
            +
                  autoload :MonitorX, 'phlex/icons/lucide/monitor_x'
         | 
| 949 | 
            +
                  autoload :Moon, 'phlex/icons/lucide/moon'
         | 
| 950 | 
            +
                  autoload :MoonStar, 'phlex/icons/lucide/moon_star'
         | 
| 951 | 
            +
                  autoload :Mountain, 'phlex/icons/lucide/mountain'
         | 
| 952 | 
            +
                  autoload :MountainSnow, 'phlex/icons/lucide/mountain_snow'
         | 
| 953 | 
            +
                  autoload :Mouse, 'phlex/icons/lucide/mouse'
         | 
| 954 | 
            +
                  autoload :MouseOff, 'phlex/icons/lucide/mouse_off'
         | 
| 955 | 
            +
                  autoload :MousePointer, 'phlex/icons/lucide/mouse_pointer'
         | 
| 956 | 
            +
                  autoload :MousePointer2, 'phlex/icons/lucide/mouse_pointer_2'
         | 
| 957 | 
            +
                  autoload :MousePointerBan, 'phlex/icons/lucide/mouse_pointer_ban'
         | 
| 958 | 
            +
                  autoload :MousePointerClick, 'phlex/icons/lucide/mouse_pointer_click'
         | 
| 959 | 
            +
                  autoload :Move, 'phlex/icons/lucide/move'
         | 
| 960 | 
            +
                  autoload :Move3d, 'phlex/icons/lucide/move_3d'
         | 
| 961 | 
            +
                  autoload :MoveDiagonal, 'phlex/icons/lucide/move_diagonal'
         | 
| 962 | 
            +
                  autoload :MoveDiagonal2, 'phlex/icons/lucide/move_diagonal_2'
         | 
| 963 | 
            +
                  autoload :MoveDown, 'phlex/icons/lucide/move_down'
         | 
| 964 | 
            +
                  autoload :MoveDownLeft, 'phlex/icons/lucide/move_down_left'
         | 
| 965 | 
            +
                  autoload :MoveDownRight, 'phlex/icons/lucide/move_down_right'
         | 
| 966 | 
            +
                  autoload :MoveHorizontal, 'phlex/icons/lucide/move_horizontal'
         | 
| 967 | 
            +
                  autoload :MoveLeft, 'phlex/icons/lucide/move_left'
         | 
| 968 | 
            +
                  autoload :MoveRight, 'phlex/icons/lucide/move_right'
         | 
| 969 | 
            +
                  autoload :MoveUp, 'phlex/icons/lucide/move_up'
         | 
| 970 | 
            +
                  autoload :MoveUpLeft, 'phlex/icons/lucide/move_up_left'
         | 
| 971 | 
            +
                  autoload :MoveUpRight, 'phlex/icons/lucide/move_up_right'
         | 
| 972 | 
            +
                  autoload :MoveVertical, 'phlex/icons/lucide/move_vertical'
         | 
| 973 | 
            +
                  autoload :Music, 'phlex/icons/lucide/music'
         | 
| 974 | 
            +
                  autoload :Music2, 'phlex/icons/lucide/music_2'
         | 
| 975 | 
            +
                  autoload :Music3, 'phlex/icons/lucide/music_3'
         | 
| 976 | 
            +
                  autoload :Music4, 'phlex/icons/lucide/music_4'
         | 
| 977 | 
            +
                  autoload :Navigation, 'phlex/icons/lucide/navigation'
         | 
| 978 | 
            +
                  autoload :Navigation2, 'phlex/icons/lucide/navigation_2'
         | 
| 979 | 
            +
                  autoload :Navigation2Off, 'phlex/icons/lucide/navigation_2_off'
         | 
| 980 | 
            +
                  autoload :NavigationOff, 'phlex/icons/lucide/navigation_off'
         | 
| 981 | 
            +
                  autoload :Network, 'phlex/icons/lucide/network'
         | 
| 982 | 
            +
                  autoload :Newspaper, 'phlex/icons/lucide/newspaper'
         | 
| 983 | 
            +
                  autoload :Nfc, 'phlex/icons/lucide/nfc'
         | 
| 984 | 
            +
                  autoload :Notebook, 'phlex/icons/lucide/notebook'
         | 
| 985 | 
            +
                  autoload :NotebookPen, 'phlex/icons/lucide/notebook_pen'
         | 
| 986 | 
            +
                  autoload :NotebookTabs, 'phlex/icons/lucide/notebook_tabs'
         | 
| 987 | 
            +
                  autoload :NotebookText, 'phlex/icons/lucide/notebook_text'
         | 
| 988 | 
            +
                  autoload :NotepadText, 'phlex/icons/lucide/notepad_text'
         | 
| 989 | 
            +
                  autoload :NotepadTextDashed, 'phlex/icons/lucide/notepad_text_dashed'
         | 
| 990 | 
            +
                  autoload :Nut, 'phlex/icons/lucide/nut'
         | 
| 991 | 
            +
                  autoload :NutOff, 'phlex/icons/lucide/nut_off'
         | 
| 992 | 
            +
                  autoload :Octagon, 'phlex/icons/lucide/octagon'
         | 
| 993 | 
            +
                  autoload :OctagonAlert, 'phlex/icons/lucide/octagon_alert'
         | 
| 994 | 
            +
                  autoload :OctagonMinus, 'phlex/icons/lucide/octagon_minus'
         | 
| 995 | 
            +
                  autoload :OctagonPause, 'phlex/icons/lucide/octagon_pause'
         | 
| 996 | 
            +
                  autoload :OctagonX, 'phlex/icons/lucide/octagon_x'
         | 
| 997 | 
            +
                  autoload :Omega, 'phlex/icons/lucide/omega'
         | 
| 998 | 
            +
                  autoload :Option, 'phlex/icons/lucide/option'
         | 
| 999 | 
            +
                  autoload :Orbit, 'phlex/icons/lucide/orbit'
         | 
| 1000 | 
            +
                  autoload :Origami, 'phlex/icons/lucide/origami'
         | 
| 1001 | 
            +
                  autoload :Package, 'phlex/icons/lucide/package'
         | 
| 1002 | 
            +
                  autoload :Package2, 'phlex/icons/lucide/package_2'
         | 
| 1003 | 
            +
                  autoload :PackageCheck, 'phlex/icons/lucide/package_check'
         | 
| 1004 | 
            +
                  autoload :PackageMinus, 'phlex/icons/lucide/package_minus'
         | 
| 1005 | 
            +
                  autoload :PackageOpen, 'phlex/icons/lucide/package_open'
         | 
| 1006 | 
            +
                  autoload :PackagePlus, 'phlex/icons/lucide/package_plus'
         | 
| 1007 | 
            +
                  autoload :PackageSearch, 'phlex/icons/lucide/package_search'
         | 
| 1008 | 
            +
                  autoload :PackageX, 'phlex/icons/lucide/package_x'
         | 
| 1009 | 
            +
                  autoload :PaintBucket, 'phlex/icons/lucide/paint_bucket'
         | 
| 1010 | 
            +
                  autoload :PaintRoller, 'phlex/icons/lucide/paint_roller'
         | 
| 1011 | 
            +
                  autoload :Paintbrush, 'phlex/icons/lucide/paintbrush'
         | 
| 1012 | 
            +
                  autoload :PaintbrushVertical, 'phlex/icons/lucide/paintbrush_vertical'
         | 
| 1013 | 
            +
                  autoload :Palette, 'phlex/icons/lucide/palette'
         | 
| 1014 | 
            +
                  autoload :PanelBottom, 'phlex/icons/lucide/panel_bottom'
         | 
| 1015 | 
            +
                  autoload :PanelBottomClose, 'phlex/icons/lucide/panel_bottom_close'
         | 
| 1016 | 
            +
                  autoload :PanelBottomDashed, 'phlex/icons/lucide/panel_bottom_dashed'
         | 
| 1017 | 
            +
                  autoload :PanelBottomOpen, 'phlex/icons/lucide/panel_bottom_open'
         | 
| 1018 | 
            +
                  autoload :PanelLeft, 'phlex/icons/lucide/panel_left'
         | 
| 1019 | 
            +
                  autoload :PanelLeftClose, 'phlex/icons/lucide/panel_left_close'
         | 
| 1020 | 
            +
                  autoload :PanelLeftDashed, 'phlex/icons/lucide/panel_left_dashed'
         | 
| 1021 | 
            +
                  autoload :PanelLeftOpen, 'phlex/icons/lucide/panel_left_open'
         | 
| 1022 | 
            +
                  autoload :PanelRight, 'phlex/icons/lucide/panel_right'
         | 
| 1023 | 
            +
                  autoload :PanelRightClose, 'phlex/icons/lucide/panel_right_close'
         | 
| 1024 | 
            +
                  autoload :PanelRightDashed, 'phlex/icons/lucide/panel_right_dashed'
         | 
| 1025 | 
            +
                  autoload :PanelRightOpen, 'phlex/icons/lucide/panel_right_open'
         | 
| 1026 | 
            +
                  autoload :PanelTop, 'phlex/icons/lucide/panel_top'
         | 
| 1027 | 
            +
                  autoload :PanelTopClose, 'phlex/icons/lucide/panel_top_close'
         | 
| 1028 | 
            +
                  autoload :PanelTopDashed, 'phlex/icons/lucide/panel_top_dashed'
         | 
| 1029 | 
            +
                  autoload :PanelTopOpen, 'phlex/icons/lucide/panel_top_open'
         | 
| 1030 | 
            +
                  autoload :PanelsLeftBottom, 'phlex/icons/lucide/panels_left_bottom'
         | 
| 1031 | 
            +
                  autoload :PanelsRightBottom, 'phlex/icons/lucide/panels_right_bottom'
         | 
| 1032 | 
            +
                  autoload :PanelsTopLeft, 'phlex/icons/lucide/panels_top_left'
         | 
| 1033 | 
            +
                  autoload :Paperclip, 'phlex/icons/lucide/paperclip'
         | 
| 1034 | 
            +
                  autoload :Parentheses, 'phlex/icons/lucide/parentheses'
         | 
| 1035 | 
            +
                  autoload :ParkingMeter, 'phlex/icons/lucide/parking_meter'
         | 
| 1036 | 
            +
                  autoload :PartyPopper, 'phlex/icons/lucide/party_popper'
         | 
| 1037 | 
            +
                  autoload :Pause, 'phlex/icons/lucide/pause'
         | 
| 1038 | 
            +
                  autoload :PawPrint, 'phlex/icons/lucide/paw_print'
         | 
| 1039 | 
            +
                  autoload :PcCase, 'phlex/icons/lucide/pc_case'
         | 
| 1040 | 
            +
                  autoload :Pen, 'phlex/icons/lucide/pen'
         | 
| 1041 | 
            +
                  autoload :PenLine, 'phlex/icons/lucide/pen_line'
         | 
| 1042 | 
            +
                  autoload :PenOff, 'phlex/icons/lucide/pen_off'
         | 
| 1043 | 
            +
                  autoload :PenTool, 'phlex/icons/lucide/pen_tool'
         | 
| 1044 | 
            +
                  autoload :Pencil, 'phlex/icons/lucide/pencil'
         | 
| 1045 | 
            +
                  autoload :PencilLine, 'phlex/icons/lucide/pencil_line'
         | 
| 1046 | 
            +
                  autoload :PencilOff, 'phlex/icons/lucide/pencil_off'
         | 
| 1047 | 
            +
                  autoload :PencilRuler, 'phlex/icons/lucide/pencil_ruler'
         | 
| 1048 | 
            +
                  autoload :Pentagon, 'phlex/icons/lucide/pentagon'
         | 
| 1049 | 
            +
                  autoload :Percent, 'phlex/icons/lucide/percent'
         | 
| 1050 | 
            +
                  autoload :PersonStanding, 'phlex/icons/lucide/person_standing'
         | 
| 1051 | 
            +
                  autoload :PhilippinePeso, 'phlex/icons/lucide/philippine_peso'
         | 
| 1052 | 
            +
                  autoload :Phone, 'phlex/icons/lucide/phone'
         | 
| 1053 | 
            +
                  autoload :PhoneCall, 'phlex/icons/lucide/phone_call'
         | 
| 1054 | 
            +
                  autoload :PhoneForwarded, 'phlex/icons/lucide/phone_forwarded'
         | 
| 1055 | 
            +
                  autoload :PhoneIncoming, 'phlex/icons/lucide/phone_incoming'
         | 
| 1056 | 
            +
                  autoload :PhoneMissed, 'phlex/icons/lucide/phone_missed'
         | 
| 1057 | 
            +
                  autoload :PhoneOff, 'phlex/icons/lucide/phone_off'
         | 
| 1058 | 
            +
                  autoload :PhoneOutgoing, 'phlex/icons/lucide/phone_outgoing'
         | 
| 1059 | 
            +
                  autoload :Pi, 'phlex/icons/lucide/pi'
         | 
| 1060 | 
            +
                  autoload :Piano, 'phlex/icons/lucide/piano'
         | 
| 1061 | 
            +
                  autoload :Pickaxe, 'phlex/icons/lucide/pickaxe'
         | 
| 1062 | 
            +
                  autoload :PictureInPicture, 'phlex/icons/lucide/picture_in_picture'
         | 
| 1063 | 
            +
                  autoload :PictureInPicture2, 'phlex/icons/lucide/picture_in_picture_2'
         | 
| 1064 | 
            +
                  autoload :PiggyBank, 'phlex/icons/lucide/piggy_bank'
         | 
| 1065 | 
            +
                  autoload :Pilcrow, 'phlex/icons/lucide/pilcrow'
         | 
| 1066 | 
            +
                  autoload :PilcrowLeft, 'phlex/icons/lucide/pilcrow_left'
         | 
| 1067 | 
            +
                  autoload :PilcrowRight, 'phlex/icons/lucide/pilcrow_right'
         | 
| 1068 | 
            +
                  autoload :Pill, 'phlex/icons/lucide/pill'
         | 
| 1069 | 
            +
                  autoload :PillBottle, 'phlex/icons/lucide/pill_bottle'
         | 
| 1070 | 
            +
                  autoload :Pin, 'phlex/icons/lucide/pin'
         | 
| 1071 | 
            +
                  autoload :PinOff, 'phlex/icons/lucide/pin_off'
         | 
| 1072 | 
            +
                  autoload :Pipette, 'phlex/icons/lucide/pipette'
         | 
| 1073 | 
            +
                  autoload :Pizza, 'phlex/icons/lucide/pizza'
         | 
| 1074 | 
            +
                  autoload :Plane, 'phlex/icons/lucide/plane'
         | 
| 1075 | 
            +
                  autoload :PlaneLanding, 'phlex/icons/lucide/plane_landing'
         | 
| 1076 | 
            +
                  autoload :PlaneTakeoff, 'phlex/icons/lucide/plane_takeoff'
         | 
| 1077 | 
            +
                  autoload :Play, 'phlex/icons/lucide/play'
         | 
| 1078 | 
            +
                  autoload :Plug, 'phlex/icons/lucide/plug'
         | 
| 1079 | 
            +
                  autoload :Plug2, 'phlex/icons/lucide/plug_2'
         | 
| 1080 | 
            +
                  autoload :PlugZap, 'phlex/icons/lucide/plug_zap'
         | 
| 1081 | 
            +
                  autoload :Plus, 'phlex/icons/lucide/plus'
         | 
| 1082 | 
            +
                  autoload :Pocket, 'phlex/icons/lucide/pocket'
         | 
| 1083 | 
            +
                  autoload :PocketKnife, 'phlex/icons/lucide/pocket_knife'
         | 
| 1084 | 
            +
                  autoload :Podcast, 'phlex/icons/lucide/podcast'
         | 
| 1085 | 
            +
                  autoload :Pointer, 'phlex/icons/lucide/pointer'
         | 
| 1086 | 
            +
                  autoload :PointerOff, 'phlex/icons/lucide/pointer_off'
         | 
| 1087 | 
            +
                  autoload :Popcorn, 'phlex/icons/lucide/popcorn'
         | 
| 1088 | 
            +
                  autoload :Popsicle, 'phlex/icons/lucide/popsicle'
         | 
| 1089 | 
            +
                  autoload :PoundSterling, 'phlex/icons/lucide/pound_sterling'
         | 
| 1090 | 
            +
                  autoload :Power, 'phlex/icons/lucide/power'
         | 
| 1091 | 
            +
                  autoload :PowerOff, 'phlex/icons/lucide/power_off'
         | 
| 1092 | 
            +
                  autoload :Presentation, 'phlex/icons/lucide/presentation'
         | 
| 1093 | 
            +
                  autoload :Printer, 'phlex/icons/lucide/printer'
         | 
| 1094 | 
            +
                  autoload :PrinterCheck, 'phlex/icons/lucide/printer_check'
         | 
| 1095 | 
            +
                  autoload :Projector, 'phlex/icons/lucide/projector'
         | 
| 1096 | 
            +
                  autoload :Proportions, 'phlex/icons/lucide/proportions'
         | 
| 1097 | 
            +
                  autoload :Puzzle, 'phlex/icons/lucide/puzzle'
         | 
| 1098 | 
            +
                  autoload :Pyramid, 'phlex/icons/lucide/pyramid'
         | 
| 1099 | 
            +
                  autoload :QrCode, 'phlex/icons/lucide/qr_code'
         | 
| 1100 | 
            +
                  autoload :Quote, 'phlex/icons/lucide/quote'
         | 
| 1101 | 
            +
                  autoload :Rabbit, 'phlex/icons/lucide/rabbit'
         | 
| 1102 | 
            +
                  autoload :Radar, 'phlex/icons/lucide/radar'
         | 
| 1103 | 
            +
                  autoload :Radiation, 'phlex/icons/lucide/radiation'
         | 
| 1104 | 
            +
                  autoload :Radical, 'phlex/icons/lucide/radical'
         | 
| 1105 | 
            +
                  autoload :Radio, 'phlex/icons/lucide/radio'
         | 
| 1106 | 
            +
                  autoload :RadioReceiver, 'phlex/icons/lucide/radio_receiver'
         | 
| 1107 | 
            +
                  autoload :RadioTower, 'phlex/icons/lucide/radio_tower'
         | 
| 1108 | 
            +
                  autoload :Radius, 'phlex/icons/lucide/radius'
         | 
| 1109 | 
            +
                  autoload :RailSymbol, 'phlex/icons/lucide/rail_symbol'
         | 
| 1110 | 
            +
                  autoload :Rainbow, 'phlex/icons/lucide/rainbow'
         | 
| 1111 | 
            +
                  autoload :Rat, 'phlex/icons/lucide/rat'
         | 
| 1112 | 
            +
                  autoload :Ratio, 'phlex/icons/lucide/ratio'
         | 
| 1113 | 
            +
                  autoload :Receipt, 'phlex/icons/lucide/receipt'
         | 
| 1114 | 
            +
                  autoload :ReceiptCent, 'phlex/icons/lucide/receipt_cent'
         | 
| 1115 | 
            +
                  autoload :ReceiptEuro, 'phlex/icons/lucide/receipt_euro'
         | 
| 1116 | 
            +
                  autoload :ReceiptIndianRupee, 'phlex/icons/lucide/receipt_indian_rupee'
         | 
| 1117 | 
            +
                  autoload :ReceiptJapaneseYen, 'phlex/icons/lucide/receipt_japanese_yen'
         | 
| 1118 | 
            +
                  autoload :ReceiptPoundSterling, 'phlex/icons/lucide/receipt_pound_sterling'
         | 
| 1119 | 
            +
                  autoload :ReceiptRussianRuble, 'phlex/icons/lucide/receipt_russian_ruble'
         | 
| 1120 | 
            +
                  autoload :ReceiptSwissFranc, 'phlex/icons/lucide/receipt_swiss_franc'
         | 
| 1121 | 
            +
                  autoload :ReceiptText, 'phlex/icons/lucide/receipt_text'
         | 
| 1122 | 
            +
                  autoload :RectangleEllipsis, 'phlex/icons/lucide/rectangle_ellipsis'
         | 
| 1123 | 
            +
                  autoload :RectangleHorizontal, 'phlex/icons/lucide/rectangle_horizontal'
         | 
| 1124 | 
            +
                  autoload :RectangleVertical, 'phlex/icons/lucide/rectangle_vertical'
         | 
| 1125 | 
            +
                  autoload :Recycle, 'phlex/icons/lucide/recycle'
         | 
| 1126 | 
            +
                  autoload :Redo, 'phlex/icons/lucide/redo'
         | 
| 1127 | 
            +
                  autoload :Redo2, 'phlex/icons/lucide/redo_2'
         | 
| 1128 | 
            +
                  autoload :RedoDot, 'phlex/icons/lucide/redo_dot'
         | 
| 1129 | 
            +
                  autoload :RefreshCcw, 'phlex/icons/lucide/refresh_ccw'
         | 
| 1130 | 
            +
                  autoload :RefreshCcwDot, 'phlex/icons/lucide/refresh_ccw_dot'
         | 
| 1131 | 
            +
                  autoload :RefreshCw, 'phlex/icons/lucide/refresh_cw'
         | 
| 1132 | 
            +
                  autoload :RefreshCwOff, 'phlex/icons/lucide/refresh_cw_off'
         | 
| 1133 | 
            +
                  autoload :Refrigerator, 'phlex/icons/lucide/refrigerator'
         | 
| 1134 | 
            +
                  autoload :Regex, 'phlex/icons/lucide/regex'
         | 
| 1135 | 
            +
                  autoload :RemoveFormatting, 'phlex/icons/lucide/remove_formatting'
         | 
| 1136 | 
            +
                  autoload :Repeat, 'phlex/icons/lucide/repeat'
         | 
| 1137 | 
            +
                  autoload :Repeat1, 'phlex/icons/lucide/repeat_1'
         | 
| 1138 | 
            +
                  autoload :Repeat2, 'phlex/icons/lucide/repeat_2'
         | 
| 1139 | 
            +
                  autoload :Replace, 'phlex/icons/lucide/replace'
         | 
| 1140 | 
            +
                  autoload :ReplaceAll, 'phlex/icons/lucide/replace_all'
         | 
| 1141 | 
            +
                  autoload :Reply, 'phlex/icons/lucide/reply'
         | 
| 1142 | 
            +
                  autoload :ReplyAll, 'phlex/icons/lucide/reply_all'
         | 
| 1143 | 
            +
                  autoload :Rewind, 'phlex/icons/lucide/rewind'
         | 
| 1144 | 
            +
                  autoload :Ribbon, 'phlex/icons/lucide/ribbon'
         | 
| 1145 | 
            +
                  autoload :Rocket, 'phlex/icons/lucide/rocket'
         | 
| 1146 | 
            +
                  autoload :RockingChair, 'phlex/icons/lucide/rocking_chair'
         | 
| 1147 | 
            +
                  autoload :RollerCoaster, 'phlex/icons/lucide/roller_coaster'
         | 
| 1148 | 
            +
                  autoload :Rotate3d, 'phlex/icons/lucide/rotate_3d'
         | 
| 1149 | 
            +
                  autoload :RotateCcw, 'phlex/icons/lucide/rotate_ccw'
         | 
| 1150 | 
            +
                  autoload :RotateCcwSquare, 'phlex/icons/lucide/rotate_ccw_square'
         | 
| 1151 | 
            +
                  autoload :RotateCw, 'phlex/icons/lucide/rotate_cw'
         | 
| 1152 | 
            +
                  autoload :RotateCwSquare, 'phlex/icons/lucide/rotate_cw_square'
         | 
| 1153 | 
            +
                  autoload :Route, 'phlex/icons/lucide/route'
         | 
| 1154 | 
            +
                  autoload :RouteOff, 'phlex/icons/lucide/route_off'
         | 
| 1155 | 
            +
                  autoload :Router, 'phlex/icons/lucide/router'
         | 
| 1156 | 
            +
                  autoload :Rows2, 'phlex/icons/lucide/rows_2'
         | 
| 1157 | 
            +
                  autoload :Rows3, 'phlex/icons/lucide/rows_3'
         | 
| 1158 | 
            +
                  autoload :Rows4, 'phlex/icons/lucide/rows_4'
         | 
| 1159 | 
            +
                  autoload :Rss, 'phlex/icons/lucide/rss'
         | 
| 1160 | 
            +
                  autoload :Ruler, 'phlex/icons/lucide/ruler'
         | 
| 1161 | 
            +
                  autoload :RussianRuble, 'phlex/icons/lucide/russian_ruble'
         | 
| 1162 | 
            +
                  autoload :Sailboat, 'phlex/icons/lucide/sailboat'
         | 
| 1163 | 
            +
                  autoload :Salad, 'phlex/icons/lucide/salad'
         | 
| 1164 | 
            +
                  autoload :Sandwich, 'phlex/icons/lucide/sandwich'
         | 
| 1165 | 
            +
                  autoload :Satellite, 'phlex/icons/lucide/satellite'
         | 
| 1166 | 
            +
                  autoload :SatelliteDish, 'phlex/icons/lucide/satellite_dish'
         | 
| 1167 | 
            +
                  autoload :Save, 'phlex/icons/lucide/save'
         | 
| 1168 | 
            +
                  autoload :SaveAll, 'phlex/icons/lucide/save_all'
         | 
| 1169 | 
            +
                  autoload :SaveOff, 'phlex/icons/lucide/save_off'
         | 
| 1170 | 
            +
                  autoload :Scale, 'phlex/icons/lucide/scale'
         | 
| 1171 | 
            +
                  autoload :Scale3d, 'phlex/icons/lucide/scale_3d'
         | 
| 1172 | 
            +
                  autoload :Scaling, 'phlex/icons/lucide/scaling'
         | 
| 1173 | 
            +
                  autoload :Scan, 'phlex/icons/lucide/scan'
         | 
| 1174 | 
            +
                  autoload :ScanBarcode, 'phlex/icons/lucide/scan_barcode'
         | 
| 1175 | 
            +
                  autoload :ScanEye, 'phlex/icons/lucide/scan_eye'
         | 
| 1176 | 
            +
                  autoload :ScanFace, 'phlex/icons/lucide/scan_face'
         | 
| 1177 | 
            +
                  autoload :ScanLine, 'phlex/icons/lucide/scan_line'
         | 
| 1178 | 
            +
                  autoload :ScanQrCode, 'phlex/icons/lucide/scan_qr_code'
         | 
| 1179 | 
            +
                  autoload :ScanSearch, 'phlex/icons/lucide/scan_search'
         | 
| 1180 | 
            +
                  autoload :ScanText, 'phlex/icons/lucide/scan_text'
         | 
| 1181 | 
            +
                  autoload :School, 'phlex/icons/lucide/school'
         | 
| 1182 | 
            +
                  autoload :Scissors, 'phlex/icons/lucide/scissors'
         | 
| 1183 | 
            +
                  autoload :ScissorsLineDashed, 'phlex/icons/lucide/scissors_line_dashed'
         | 
| 1184 | 
            +
                  autoload :ScreenShare, 'phlex/icons/lucide/screen_share'
         | 
| 1185 | 
            +
                  autoload :ScreenShareOff, 'phlex/icons/lucide/screen_share_off'
         | 
| 1186 | 
            +
                  autoload :Scroll, 'phlex/icons/lucide/scroll'
         | 
| 1187 | 
            +
                  autoload :ScrollText, 'phlex/icons/lucide/scroll_text'
         | 
| 1188 | 
            +
                  autoload :Search, 'phlex/icons/lucide/search'
         | 
| 1189 | 
            +
                  autoload :SearchCheck, 'phlex/icons/lucide/search_check'
         | 
| 1190 | 
            +
                  autoload :SearchCode, 'phlex/icons/lucide/search_code'
         | 
| 1191 | 
            +
                  autoload :SearchSlash, 'phlex/icons/lucide/search_slash'
         | 
| 1192 | 
            +
                  autoload :SearchX, 'phlex/icons/lucide/search_x'
         | 
| 1193 | 
            +
                  autoload :Section, 'phlex/icons/lucide/section'
         | 
| 1194 | 
            +
                  autoload :Send, 'phlex/icons/lucide/send'
         | 
| 1195 | 
            +
                  autoload :SendHorizontal, 'phlex/icons/lucide/send_horizontal'
         | 
| 1196 | 
            +
                  autoload :SendToBack, 'phlex/icons/lucide/send_to_back'
         | 
| 1197 | 
            +
                  autoload :SeparatorHorizontal, 'phlex/icons/lucide/separator_horizontal'
         | 
| 1198 | 
            +
                  autoload :SeparatorVertical, 'phlex/icons/lucide/separator_vertical'
         | 
| 1199 | 
            +
                  autoload :Server, 'phlex/icons/lucide/server'
         | 
| 1200 | 
            +
                  autoload :ServerCog, 'phlex/icons/lucide/server_cog'
         | 
| 1201 | 
            +
                  autoload :ServerCrash, 'phlex/icons/lucide/server_crash'
         | 
| 1202 | 
            +
                  autoload :ServerOff, 'phlex/icons/lucide/server_off'
         | 
| 1203 | 
            +
                  autoload :Settings, 'phlex/icons/lucide/settings'
         | 
| 1204 | 
            +
                  autoload :Settings2, 'phlex/icons/lucide/settings_2'
         | 
| 1205 | 
            +
                  autoload :Shapes, 'phlex/icons/lucide/shapes'
         | 
| 1206 | 
            +
                  autoload :Share, 'phlex/icons/lucide/share'
         | 
| 1207 | 
            +
                  autoload :Share2, 'phlex/icons/lucide/share_2'
         | 
| 1208 | 
            +
                  autoload :Sheet, 'phlex/icons/lucide/sheet'
         | 
| 1209 | 
            +
                  autoload :Shell, 'phlex/icons/lucide/shell'
         | 
| 1210 | 
            +
                  autoload :Shield, 'phlex/icons/lucide/shield'
         | 
| 1211 | 
            +
                  autoload :ShieldAlert, 'phlex/icons/lucide/shield_alert'
         | 
| 1212 | 
            +
                  autoload :ShieldBan, 'phlex/icons/lucide/shield_ban'
         | 
| 1213 | 
            +
                  autoload :ShieldCheck, 'phlex/icons/lucide/shield_check'
         | 
| 1214 | 
            +
                  autoload :ShieldEllipsis, 'phlex/icons/lucide/shield_ellipsis'
         | 
| 1215 | 
            +
                  autoload :ShieldHalf, 'phlex/icons/lucide/shield_half'
         | 
| 1216 | 
            +
                  autoload :ShieldMinus, 'phlex/icons/lucide/shield_minus'
         | 
| 1217 | 
            +
                  autoload :ShieldOff, 'phlex/icons/lucide/shield_off'
         | 
| 1218 | 
            +
                  autoload :ShieldPlus, 'phlex/icons/lucide/shield_plus'
         | 
| 1219 | 
            +
                  autoload :ShieldQuestion, 'phlex/icons/lucide/shield_question'
         | 
| 1220 | 
            +
                  autoload :ShieldX, 'phlex/icons/lucide/shield_x'
         | 
| 1221 | 
            +
                  autoload :Ship, 'phlex/icons/lucide/ship'
         | 
| 1222 | 
            +
                  autoload :ShipWheel, 'phlex/icons/lucide/ship_wheel'
         | 
| 1223 | 
            +
                  autoload :Shirt, 'phlex/icons/lucide/shirt'
         | 
| 1224 | 
            +
                  autoload :ShoppingBag, 'phlex/icons/lucide/shopping_bag'
         | 
| 1225 | 
            +
                  autoload :ShoppingBasket, 'phlex/icons/lucide/shopping_basket'
         | 
| 1226 | 
            +
                  autoload :ShoppingCart, 'phlex/icons/lucide/shopping_cart'
         | 
| 1227 | 
            +
                  autoload :Shovel, 'phlex/icons/lucide/shovel'
         | 
| 1228 | 
            +
                  autoload :ShowerHead, 'phlex/icons/lucide/shower_head'
         | 
| 1229 | 
            +
                  autoload :Shrink, 'phlex/icons/lucide/shrink'
         | 
| 1230 | 
            +
                  autoload :Shrub, 'phlex/icons/lucide/shrub'
         | 
| 1231 | 
            +
                  autoload :Shuffle, 'phlex/icons/lucide/shuffle'
         | 
| 1232 | 
            +
                  autoload :Sigma, 'phlex/icons/lucide/sigma'
         | 
| 1233 | 
            +
                  autoload :Signal, 'phlex/icons/lucide/signal'
         | 
| 1234 | 
            +
                  autoload :SignalHigh, 'phlex/icons/lucide/signal_high'
         | 
| 1235 | 
            +
                  autoload :SignalLow, 'phlex/icons/lucide/signal_low'
         | 
| 1236 | 
            +
                  autoload :SignalMedium, 'phlex/icons/lucide/signal_medium'
         | 
| 1237 | 
            +
                  autoload :SignalZero, 'phlex/icons/lucide/signal_zero'
         | 
| 1238 | 
            +
                  autoload :Signature, 'phlex/icons/lucide/signature'
         | 
| 1239 | 
            +
                  autoload :Signpost, 'phlex/icons/lucide/signpost'
         | 
| 1240 | 
            +
                  autoload :SignpostBig, 'phlex/icons/lucide/signpost_big'
         | 
| 1241 | 
            +
                  autoload :Siren, 'phlex/icons/lucide/siren'
         | 
| 1242 | 
            +
                  autoload :SkipBack, 'phlex/icons/lucide/skip_back'
         | 
| 1243 | 
            +
                  autoload :SkipForward, 'phlex/icons/lucide/skip_forward'
         | 
| 1244 | 
            +
                  autoload :Skull, 'phlex/icons/lucide/skull'
         | 
| 1245 | 
            +
                  autoload :Slack, 'phlex/icons/lucide/slack'
         | 
| 1246 | 
            +
                  autoload :Slash, 'phlex/icons/lucide/slash'
         | 
| 1247 | 
            +
                  autoload :Slice, 'phlex/icons/lucide/slice'
         | 
| 1248 | 
            +
                  autoload :SlidersHorizontal, 'phlex/icons/lucide/sliders_horizontal'
         | 
| 1249 | 
            +
                  autoload :SlidersVertical, 'phlex/icons/lucide/sliders_vertical'
         | 
| 1250 | 
            +
                  autoload :Smartphone, 'phlex/icons/lucide/smartphone'
         | 
| 1251 | 
            +
                  autoload :SmartphoneCharging, 'phlex/icons/lucide/smartphone_charging'
         | 
| 1252 | 
            +
                  autoload :SmartphoneNfc, 'phlex/icons/lucide/smartphone_nfc'
         | 
| 1253 | 
            +
                  autoload :Smile, 'phlex/icons/lucide/smile'
         | 
| 1254 | 
            +
                  autoload :SmilePlus, 'phlex/icons/lucide/smile_plus'
         | 
| 1255 | 
            +
                  autoload :Snail, 'phlex/icons/lucide/snail'
         | 
| 1256 | 
            +
                  autoload :Snowflake, 'phlex/icons/lucide/snowflake'
         | 
| 1257 | 
            +
                  autoload :Sofa, 'phlex/icons/lucide/sofa'
         | 
| 1258 | 
            +
                  autoload :Soup, 'phlex/icons/lucide/soup'
         | 
| 1259 | 
            +
                  autoload :Space, 'phlex/icons/lucide/space'
         | 
| 1260 | 
            +
                  autoload :Spade, 'phlex/icons/lucide/spade'
         | 
| 1261 | 
            +
                  autoload :Sparkle, 'phlex/icons/lucide/sparkle'
         | 
| 1262 | 
            +
                  autoload :Sparkles, 'phlex/icons/lucide/sparkles'
         | 
| 1263 | 
            +
                  autoload :Speaker, 'phlex/icons/lucide/speaker'
         | 
| 1264 | 
            +
                  autoload :Speech, 'phlex/icons/lucide/speech'
         | 
| 1265 | 
            +
                  autoload :SpellCheck, 'phlex/icons/lucide/spell_check'
         | 
| 1266 | 
            +
                  autoload :SpellCheck2, 'phlex/icons/lucide/spell_check_2'
         | 
| 1267 | 
            +
                  autoload :Spline, 'phlex/icons/lucide/spline'
         | 
| 1268 | 
            +
                  autoload :Split, 'phlex/icons/lucide/split'
         | 
| 1269 | 
            +
                  autoload :SprayCan, 'phlex/icons/lucide/spray_can'
         | 
| 1270 | 
            +
                  autoload :Sprout, 'phlex/icons/lucide/sprout'
         | 
| 1271 | 
            +
                  autoload :Square, 'phlex/icons/lucide/square'
         | 
| 1272 | 
            +
                  autoload :SquareActivity, 'phlex/icons/lucide/square_activity'
         | 
| 1273 | 
            +
                  autoload :SquareArrowDown, 'phlex/icons/lucide/square_arrow_down'
         | 
| 1274 | 
            +
                  autoload :SquareArrowDownLeft, 'phlex/icons/lucide/square_arrow_down_left'
         | 
| 1275 | 
            +
                  autoload :SquareArrowDownRight, 'phlex/icons/lucide/square_arrow_down_right'
         | 
| 1276 | 
            +
                  autoload :SquareArrowLeft, 'phlex/icons/lucide/square_arrow_left'
         | 
| 1277 | 
            +
                  autoload :SquareArrowOutDownLeft, 'phlex/icons/lucide/square_arrow_out_down_left'
         | 
| 1278 | 
            +
                  autoload :SquareArrowOutDownRight, 'phlex/icons/lucide/square_arrow_out_down_right'
         | 
| 1279 | 
            +
                  autoload :SquareArrowOutUpLeft, 'phlex/icons/lucide/square_arrow_out_up_left'
         | 
| 1280 | 
            +
                  autoload :SquareArrowOutUpRight, 'phlex/icons/lucide/square_arrow_out_up_right'
         | 
| 1281 | 
            +
                  autoload :SquareArrowRight, 'phlex/icons/lucide/square_arrow_right'
         | 
| 1282 | 
            +
                  autoload :SquareArrowUp, 'phlex/icons/lucide/square_arrow_up'
         | 
| 1283 | 
            +
                  autoload :SquareArrowUpLeft, 'phlex/icons/lucide/square_arrow_up_left'
         | 
| 1284 | 
            +
                  autoload :SquareArrowUpRight, 'phlex/icons/lucide/square_arrow_up_right'
         | 
| 1285 | 
            +
                  autoload :SquareAsterisk, 'phlex/icons/lucide/square_asterisk'
         | 
| 1286 | 
            +
                  autoload :SquareBottomDashedScissors, 'phlex/icons/lucide/square_bottom_dashed_scissors'
         | 
| 1287 | 
            +
                  autoload :SquareChartGantt, 'phlex/icons/lucide/square_chart_gantt'
         | 
| 1288 | 
            +
                  autoload :SquareCheck, 'phlex/icons/lucide/square_check'
         | 
| 1289 | 
            +
                  autoload :SquareCheckBig, 'phlex/icons/lucide/square_check_big'
         | 
| 1290 | 
            +
                  autoload :SquareChevronDown, 'phlex/icons/lucide/square_chevron_down'
         | 
| 1291 | 
            +
                  autoload :SquareChevronLeft, 'phlex/icons/lucide/square_chevron_left'
         | 
| 1292 | 
            +
                  autoload :SquareChevronRight, 'phlex/icons/lucide/square_chevron_right'
         | 
| 1293 | 
            +
                  autoload :SquareChevronUp, 'phlex/icons/lucide/square_chevron_up'
         | 
| 1294 | 
            +
                  autoload :SquareCode, 'phlex/icons/lucide/square_code'
         | 
| 1295 | 
            +
                  autoload :SquareDashedBottom, 'phlex/icons/lucide/square_dashed_bottom'
         | 
| 1296 | 
            +
                  autoload :SquareDashedBottomCode, 'phlex/icons/lucide/square_dashed_bottom_code'
         | 
| 1297 | 
            +
                  autoload :SquareDashedKanban, 'phlex/icons/lucide/square_dashed_kanban'
         | 
| 1298 | 
            +
                  autoload :SquareDashedMousePointer, 'phlex/icons/lucide/square_dashed_mouse_pointer'
         | 
| 1299 | 
            +
                  autoload :SquareDivide, 'phlex/icons/lucide/square_divide'
         | 
| 1300 | 
            +
                  autoload :SquareDot, 'phlex/icons/lucide/square_dot'
         | 
| 1301 | 
            +
                  autoload :SquareEqual, 'phlex/icons/lucide/square_equal'
         | 
| 1302 | 
            +
                  autoload :SquareFunction, 'phlex/icons/lucide/square_function'
         | 
| 1303 | 
            +
                  autoload :SquareKanban, 'phlex/icons/lucide/square_kanban'
         | 
| 1304 | 
            +
                  autoload :SquareLibrary, 'phlex/icons/lucide/square_library'
         | 
| 1305 | 
            +
                  autoload :SquareM, 'phlex/icons/lucide/square_m'
         | 
| 1306 | 
            +
                  autoload :SquareMenu, 'phlex/icons/lucide/square_menu'
         | 
| 1307 | 
            +
                  autoload :SquareMinus, 'phlex/icons/lucide/square_minus'
         | 
| 1308 | 
            +
                  autoload :SquareMousePointer, 'phlex/icons/lucide/square_mouse_pointer'
         | 
| 1309 | 
            +
                  autoload :SquareParking, 'phlex/icons/lucide/square_parking'
         | 
| 1310 | 
            +
                  autoload :SquareParkingOff, 'phlex/icons/lucide/square_parking_off'
         | 
| 1311 | 
            +
                  autoload :SquarePen, 'phlex/icons/lucide/square_pen'
         | 
| 1312 | 
            +
                  autoload :SquarePercent, 'phlex/icons/lucide/square_percent'
         | 
| 1313 | 
            +
                  autoload :SquarePi, 'phlex/icons/lucide/square_pi'
         | 
| 1314 | 
            +
                  autoload :SquarePilcrow, 'phlex/icons/lucide/square_pilcrow'
         | 
| 1315 | 
            +
                  autoload :SquarePlay, 'phlex/icons/lucide/square_play'
         | 
| 1316 | 
            +
                  autoload :SquarePlus, 'phlex/icons/lucide/square_plus'
         | 
| 1317 | 
            +
                  autoload :SquarePower, 'phlex/icons/lucide/square_power'
         | 
| 1318 | 
            +
                  autoload :SquareRadical, 'phlex/icons/lucide/square_radical'
         | 
| 1319 | 
            +
                  autoload :SquareScissors, 'phlex/icons/lucide/square_scissors'
         | 
| 1320 | 
            +
                  autoload :SquareSigma, 'phlex/icons/lucide/square_sigma'
         | 
| 1321 | 
            +
                  autoload :SquareSlash, 'phlex/icons/lucide/square_slash'
         | 
| 1322 | 
            +
                  autoload :SquareSplitHorizontal, 'phlex/icons/lucide/square_split_horizontal'
         | 
| 1323 | 
            +
                  autoload :SquareSplitVertical, 'phlex/icons/lucide/square_split_vertical'
         | 
| 1324 | 
            +
                  autoload :SquareSquare, 'phlex/icons/lucide/square_square'
         | 
| 1325 | 
            +
                  autoload :SquareStack, 'phlex/icons/lucide/square_stack'
         | 
| 1326 | 
            +
                  autoload :SquareTerminal, 'phlex/icons/lucide/square_terminal'
         | 
| 1327 | 
            +
                  autoload :SquareUser, 'phlex/icons/lucide/square_user'
         | 
| 1328 | 
            +
                  autoload :SquareUserRound, 'phlex/icons/lucide/square_user_round'
         | 
| 1329 | 
            +
                  autoload :SquareX, 'phlex/icons/lucide/square_x'
         | 
| 1330 | 
            +
                  autoload :Squircle, 'phlex/icons/lucide/squircle'
         | 
| 1331 | 
            +
                  autoload :Squirrel, 'phlex/icons/lucide/squirrel'
         | 
| 1332 | 
            +
                  autoload :Stamp, 'phlex/icons/lucide/stamp'
         | 
| 1333 | 
            +
                  autoload :Star, 'phlex/icons/lucide/star'
         | 
| 1334 | 
            +
                  autoload :StarHalf, 'phlex/icons/lucide/star_half'
         | 
| 1335 | 
            +
                  autoload :StarOff, 'phlex/icons/lucide/star_off'
         | 
| 1336 | 
            +
                  autoload :StepBack, 'phlex/icons/lucide/step_back'
         | 
| 1337 | 
            +
                  autoload :StepForward, 'phlex/icons/lucide/step_forward'
         | 
| 1338 | 
            +
                  autoload :Stethoscope, 'phlex/icons/lucide/stethoscope'
         | 
| 1339 | 
            +
                  autoload :Sticker, 'phlex/icons/lucide/sticker'
         | 
| 1340 | 
            +
                  autoload :StickyNote, 'phlex/icons/lucide/sticky_note'
         | 
| 1341 | 
            +
                  autoload :Store, 'phlex/icons/lucide/store'
         | 
| 1342 | 
            +
                  autoload :StretchHorizontal, 'phlex/icons/lucide/stretch_horizontal'
         | 
| 1343 | 
            +
                  autoload :StretchVertical, 'phlex/icons/lucide/stretch_vertical'
         | 
| 1344 | 
            +
                  autoload :Strikethrough, 'phlex/icons/lucide/strikethrough'
         | 
| 1345 | 
            +
                  autoload :Subscript, 'phlex/icons/lucide/subscript'
         | 
| 1346 | 
            +
                  autoload :Sun, 'phlex/icons/lucide/sun'
         | 
| 1347 | 
            +
                  autoload :SunDim, 'phlex/icons/lucide/sun_dim'
         | 
| 1348 | 
            +
                  autoload :SunMedium, 'phlex/icons/lucide/sun_medium'
         | 
| 1349 | 
            +
                  autoload :SunMoon, 'phlex/icons/lucide/sun_moon'
         | 
| 1350 | 
            +
                  autoload :SunSnow, 'phlex/icons/lucide/sun_snow'
         | 
| 1351 | 
            +
                  autoload :Sunrise, 'phlex/icons/lucide/sunrise'
         | 
| 1352 | 
            +
                  autoload :Sunset, 'phlex/icons/lucide/sunset'
         | 
| 1353 | 
            +
                  autoload :Superscript, 'phlex/icons/lucide/superscript'
         | 
| 1354 | 
            +
                  autoload :SwatchBook, 'phlex/icons/lucide/swatch_book'
         | 
| 1355 | 
            +
                  autoload :SwissFranc, 'phlex/icons/lucide/swiss_franc'
         | 
| 1356 | 
            +
                  autoload :SwitchCamera, 'phlex/icons/lucide/switch_camera'
         | 
| 1357 | 
            +
                  autoload :Sword, 'phlex/icons/lucide/sword'
         | 
| 1358 | 
            +
                  autoload :Swords, 'phlex/icons/lucide/swords'
         | 
| 1359 | 
            +
                  autoload :Syringe, 'phlex/icons/lucide/syringe'
         | 
| 1360 | 
            +
                  autoload :Table, 'phlex/icons/lucide/table'
         | 
| 1361 | 
            +
                  autoload :Table2, 'phlex/icons/lucide/table_2'
         | 
| 1362 | 
            +
                  autoload :TableCellsMerge, 'phlex/icons/lucide/table_cells_merge'
         | 
| 1363 | 
            +
                  autoload :TableCellsSplit, 'phlex/icons/lucide/table_cells_split'
         | 
| 1364 | 
            +
                  autoload :TableColumnsSplit, 'phlex/icons/lucide/table_columns_split'
         | 
| 1365 | 
            +
                  autoload :TableOfContents, 'phlex/icons/lucide/table_of_contents'
         | 
| 1366 | 
            +
                  autoload :TableProperties, 'phlex/icons/lucide/table_properties'
         | 
| 1367 | 
            +
                  autoload :TableRowsSplit, 'phlex/icons/lucide/table_rows_split'
         | 
| 1368 | 
            +
                  autoload :Tablet, 'phlex/icons/lucide/tablet'
         | 
| 1369 | 
            +
                  autoload :TabletSmartphone, 'phlex/icons/lucide/tablet_smartphone'
         | 
| 1370 | 
            +
                  autoload :Tablets, 'phlex/icons/lucide/tablets'
         | 
| 1371 | 
            +
                  autoload :Tag, 'phlex/icons/lucide/tag'
         | 
| 1372 | 
            +
                  autoload :Tags, 'phlex/icons/lucide/tags'
         | 
| 1373 | 
            +
                  autoload :Tally1, 'phlex/icons/lucide/tally_1'
         | 
| 1374 | 
            +
                  autoload :Tally2, 'phlex/icons/lucide/tally_2'
         | 
| 1375 | 
            +
                  autoload :Tally3, 'phlex/icons/lucide/tally_3'
         | 
| 1376 | 
            +
                  autoload :Tally4, 'phlex/icons/lucide/tally_4'
         | 
| 1377 | 
            +
                  autoload :Tally5, 'phlex/icons/lucide/tally_5'
         | 
| 1378 | 
            +
                  autoload :Tangent, 'phlex/icons/lucide/tangent'
         | 
| 1379 | 
            +
                  autoload :Target, 'phlex/icons/lucide/target'
         | 
| 1380 | 
            +
                  autoload :Telescope, 'phlex/icons/lucide/telescope'
         | 
| 1381 | 
            +
                  autoload :Tent, 'phlex/icons/lucide/tent'
         | 
| 1382 | 
            +
                  autoload :TentTree, 'phlex/icons/lucide/tent_tree'
         | 
| 1383 | 
            +
                  autoload :Terminal, 'phlex/icons/lucide/terminal'
         | 
| 1384 | 
            +
                  autoload :TestTube, 'phlex/icons/lucide/test_tube'
         | 
| 1385 | 
            +
                  autoload :TestTubeDiagonal, 'phlex/icons/lucide/test_tube_diagonal'
         | 
| 1386 | 
            +
                  autoload :TestTubes, 'phlex/icons/lucide/test_tubes'
         | 
| 1387 | 
            +
                  autoload :Text, 'phlex/icons/lucide/text'
         | 
| 1388 | 
            +
                  autoload :TextCursor, 'phlex/icons/lucide/text_cursor'
         | 
| 1389 | 
            +
                  autoload :TextCursorInput, 'phlex/icons/lucide/text_cursor_input'
         | 
| 1390 | 
            +
                  autoload :TextQuote, 'phlex/icons/lucide/text_quote'
         | 
| 1391 | 
            +
                  autoload :TextSearch, 'phlex/icons/lucide/text_search'
         | 
| 1392 | 
            +
                  autoload :TextSelect, 'phlex/icons/lucide/text_select'
         | 
| 1393 | 
            +
                  autoload :Theater, 'phlex/icons/lucide/theater'
         | 
| 1394 | 
            +
                  autoload :Thermometer, 'phlex/icons/lucide/thermometer'
         | 
| 1395 | 
            +
                  autoload :ThermometerSnowflake, 'phlex/icons/lucide/thermometer_snowflake'
         | 
| 1396 | 
            +
                  autoload :ThermometerSun, 'phlex/icons/lucide/thermometer_sun'
         | 
| 1397 | 
            +
                  autoload :ThumbsDown, 'phlex/icons/lucide/thumbs_down'
         | 
| 1398 | 
            +
                  autoload :ThumbsUp, 'phlex/icons/lucide/thumbs_up'
         | 
| 1399 | 
            +
                  autoload :Ticket, 'phlex/icons/lucide/ticket'
         | 
| 1400 | 
            +
                  autoload :TicketCheck, 'phlex/icons/lucide/ticket_check'
         | 
| 1401 | 
            +
                  autoload :TicketMinus, 'phlex/icons/lucide/ticket_minus'
         | 
| 1402 | 
            +
                  autoload :TicketPercent, 'phlex/icons/lucide/ticket_percent'
         | 
| 1403 | 
            +
                  autoload :TicketPlus, 'phlex/icons/lucide/ticket_plus'
         | 
| 1404 | 
            +
                  autoload :TicketSlash, 'phlex/icons/lucide/ticket_slash'
         | 
| 1405 | 
            +
                  autoload :TicketX, 'phlex/icons/lucide/ticket_x'
         | 
| 1406 | 
            +
                  autoload :Tickets, 'phlex/icons/lucide/tickets'
         | 
| 1407 | 
            +
                  autoload :TicketsPlane, 'phlex/icons/lucide/tickets_plane'
         | 
| 1408 | 
            +
                  autoload :Timer, 'phlex/icons/lucide/timer'
         | 
| 1409 | 
            +
                  autoload :TimerOff, 'phlex/icons/lucide/timer_off'
         | 
| 1410 | 
            +
                  autoload :TimerReset, 'phlex/icons/lucide/timer_reset'
         | 
| 1411 | 
            +
                  autoload :ToggleLeft, 'phlex/icons/lucide/toggle_left'
         | 
| 1412 | 
            +
                  autoload :ToggleRight, 'phlex/icons/lucide/toggle_right'
         | 
| 1413 | 
            +
                  autoload :Tornado, 'phlex/icons/lucide/tornado'
         | 
| 1414 | 
            +
                  autoload :Torus, 'phlex/icons/lucide/torus'
         | 
| 1415 | 
            +
                  autoload :Touchpad, 'phlex/icons/lucide/touchpad'
         | 
| 1416 | 
            +
                  autoload :TouchpadOff, 'phlex/icons/lucide/touchpad_off'
         | 
| 1417 | 
            +
                  autoload :TowerControl, 'phlex/icons/lucide/tower_control'
         | 
| 1418 | 
            +
                  autoload :ToyBrick, 'phlex/icons/lucide/toy_brick'
         | 
| 1419 | 
            +
                  autoload :Tractor, 'phlex/icons/lucide/tractor'
         | 
| 1420 | 
            +
                  autoload :TrafficCone, 'phlex/icons/lucide/traffic_cone'
         | 
| 1421 | 
            +
                  autoload :TrainFront, 'phlex/icons/lucide/train_front'
         | 
| 1422 | 
            +
                  autoload :TrainFrontTunnel, 'phlex/icons/lucide/train_front_tunnel'
         | 
| 1423 | 
            +
                  autoload :TrainTrack, 'phlex/icons/lucide/train_track'
         | 
| 1424 | 
            +
                  autoload :TramFront, 'phlex/icons/lucide/tram_front'
         | 
| 1425 | 
            +
                  autoload :Trash, 'phlex/icons/lucide/trash'
         | 
| 1426 | 
            +
                  autoload :Trash2, 'phlex/icons/lucide/trash_2'
         | 
| 1427 | 
            +
                  autoload :TreeDeciduous, 'phlex/icons/lucide/tree_deciduous'
         | 
| 1428 | 
            +
                  autoload :TreePalm, 'phlex/icons/lucide/tree_palm'
         | 
| 1429 | 
            +
                  autoload :TreePine, 'phlex/icons/lucide/tree_pine'
         | 
| 1430 | 
            +
                  autoload :Trees, 'phlex/icons/lucide/trees'
         | 
| 1431 | 
            +
                  autoload :Trello, 'phlex/icons/lucide/trello'
         | 
| 1432 | 
            +
                  autoload :TrendingDown, 'phlex/icons/lucide/trending_down'
         | 
| 1433 | 
            +
                  autoload :TrendingUp, 'phlex/icons/lucide/trending_up'
         | 
| 1434 | 
            +
                  autoload :TrendingUpDown, 'phlex/icons/lucide/trending_up_down'
         | 
| 1435 | 
            +
                  autoload :Triangle, 'phlex/icons/lucide/triangle'
         | 
| 1436 | 
            +
                  autoload :TriangleAlert, 'phlex/icons/lucide/triangle_alert'
         | 
| 1437 | 
            +
                  autoload :TriangleRight, 'phlex/icons/lucide/triangle_right'
         | 
| 1438 | 
            +
                  autoload :Trophy, 'phlex/icons/lucide/trophy'
         | 
| 1439 | 
            +
                  autoload :Truck, 'phlex/icons/lucide/truck'
         | 
| 1440 | 
            +
                  autoload :Turtle, 'phlex/icons/lucide/turtle'
         | 
| 1441 | 
            +
                  autoload :Tv, 'phlex/icons/lucide/tv'
         | 
| 1442 | 
            +
                  autoload :TvMinimal, 'phlex/icons/lucide/tv_minimal'
         | 
| 1443 | 
            +
                  autoload :TvMinimalPlay, 'phlex/icons/lucide/tv_minimal_play'
         | 
| 1444 | 
            +
                  autoload :Twitch, 'phlex/icons/lucide/twitch'
         | 
| 1445 | 
            +
                  autoload :Twitter, 'phlex/icons/lucide/twitter'
         | 
| 1446 | 
            +
                  autoload :Type, 'phlex/icons/lucide/type'
         | 
| 1447 | 
            +
                  autoload :TypeOutline, 'phlex/icons/lucide/type_outline'
         | 
| 1448 | 
            +
                  autoload :Umbrella, 'phlex/icons/lucide/umbrella'
         | 
| 1449 | 
            +
                  autoload :UmbrellaOff, 'phlex/icons/lucide/umbrella_off'
         | 
| 1450 | 
            +
                  autoload :Underline, 'phlex/icons/lucide/underline'
         | 
| 1451 | 
            +
                  autoload :Undo, 'phlex/icons/lucide/undo'
         | 
| 1452 | 
            +
                  autoload :Undo2, 'phlex/icons/lucide/undo_2'
         | 
| 1453 | 
            +
                  autoload :UndoDot, 'phlex/icons/lucide/undo_dot'
         | 
| 1454 | 
            +
                  autoload :UnfoldHorizontal, 'phlex/icons/lucide/unfold_horizontal'
         | 
| 1455 | 
            +
                  autoload :UnfoldVertical, 'phlex/icons/lucide/unfold_vertical'
         | 
| 1456 | 
            +
                  autoload :Ungroup, 'phlex/icons/lucide/ungroup'
         | 
| 1457 | 
            +
                  autoload :University, 'phlex/icons/lucide/university'
         | 
| 1458 | 
            +
                  autoload :Unlink, 'phlex/icons/lucide/unlink'
         | 
| 1459 | 
            +
                  autoload :Unlink2, 'phlex/icons/lucide/unlink_2'
         | 
| 1460 | 
            +
                  autoload :Unplug, 'phlex/icons/lucide/unplug'
         | 
| 1461 | 
            +
                  autoload :Upload, 'phlex/icons/lucide/upload'
         | 
| 1462 | 
            +
                  autoload :Usb, 'phlex/icons/lucide/usb'
         | 
| 1463 | 
            +
                  autoload :User, 'phlex/icons/lucide/user'
         | 
| 1464 | 
            +
                  autoload :UserCheck, 'phlex/icons/lucide/user_check'
         | 
| 1465 | 
            +
                  autoload :UserCog, 'phlex/icons/lucide/user_cog'
         | 
| 1466 | 
            +
                  autoload :UserMinus, 'phlex/icons/lucide/user_minus'
         | 
| 1467 | 
            +
                  autoload :UserPen, 'phlex/icons/lucide/user_pen'
         | 
| 1468 | 
            +
                  autoload :UserPlus, 'phlex/icons/lucide/user_plus'
         | 
| 1469 | 
            +
                  autoload :UserRound, 'phlex/icons/lucide/user_round'
         | 
| 1470 | 
            +
                  autoload :UserRoundCheck, 'phlex/icons/lucide/user_round_check'
         | 
| 1471 | 
            +
                  autoload :UserRoundCog, 'phlex/icons/lucide/user_round_cog'
         | 
| 1472 | 
            +
                  autoload :UserRoundMinus, 'phlex/icons/lucide/user_round_minus'
         | 
| 1473 | 
            +
                  autoload :UserRoundPen, 'phlex/icons/lucide/user_round_pen'
         | 
| 1474 | 
            +
                  autoload :UserRoundPlus, 'phlex/icons/lucide/user_round_plus'
         | 
| 1475 | 
            +
                  autoload :UserRoundSearch, 'phlex/icons/lucide/user_round_search'
         | 
| 1476 | 
            +
                  autoload :UserRoundX, 'phlex/icons/lucide/user_round_x'
         | 
| 1477 | 
            +
                  autoload :UserSearch, 'phlex/icons/lucide/user_search'
         | 
| 1478 | 
            +
                  autoload :UserX, 'phlex/icons/lucide/user_x'
         | 
| 1479 | 
            +
                  autoload :Users, 'phlex/icons/lucide/users'
         | 
| 1480 | 
            +
                  autoload :UsersRound, 'phlex/icons/lucide/users_round'
         | 
| 1481 | 
            +
                  autoload :Utensils, 'phlex/icons/lucide/utensils'
         | 
| 1482 | 
            +
                  autoload :UtensilsCrossed, 'phlex/icons/lucide/utensils_crossed'
         | 
| 1483 | 
            +
                  autoload :UtilityPole, 'phlex/icons/lucide/utility_pole'
         | 
| 1484 | 
            +
                  autoload :Variable, 'phlex/icons/lucide/variable'
         | 
| 1485 | 
            +
                  autoload :Vault, 'phlex/icons/lucide/vault'
         | 
| 1486 | 
            +
                  autoload :Vegan, 'phlex/icons/lucide/vegan'
         | 
| 1487 | 
            +
                  autoload :VenetianMask, 'phlex/icons/lucide/venetian_mask'
         | 
| 1488 | 
            +
                  autoload :Vibrate, 'phlex/icons/lucide/vibrate'
         | 
| 1489 | 
            +
                  autoload :VibrateOff, 'phlex/icons/lucide/vibrate_off'
         | 
| 1490 | 
            +
                  autoload :Video, 'phlex/icons/lucide/video'
         | 
| 1491 | 
            +
                  autoload :VideoOff, 'phlex/icons/lucide/video_off'
         | 
| 1492 | 
            +
                  autoload :Videotape, 'phlex/icons/lucide/videotape'
         | 
| 1493 | 
            +
                  autoload :View, 'phlex/icons/lucide/view'
         | 
| 1494 | 
            +
                  autoload :Voicemail, 'phlex/icons/lucide/voicemail'
         | 
| 1495 | 
            +
                  autoload :Volume, 'phlex/icons/lucide/volume'
         | 
| 1496 | 
            +
                  autoload :Volume1, 'phlex/icons/lucide/volume_1'
         | 
| 1497 | 
            +
                  autoload :Volume2, 'phlex/icons/lucide/volume_2'
         | 
| 1498 | 
            +
                  autoload :VolumeOff, 'phlex/icons/lucide/volume_off'
         | 
| 1499 | 
            +
                  autoload :VolumeX, 'phlex/icons/lucide/volume_x'
         | 
| 1500 | 
            +
                  autoload :Vote, 'phlex/icons/lucide/vote'
         | 
| 1501 | 
            +
                  autoload :Wallet, 'phlex/icons/lucide/wallet'
         | 
| 1502 | 
            +
                  autoload :WalletCards, 'phlex/icons/lucide/wallet_cards'
         | 
| 1503 | 
            +
                  autoload :WalletMinimal, 'phlex/icons/lucide/wallet_minimal'
         | 
| 1504 | 
            +
                  autoload :Wallpaper, 'phlex/icons/lucide/wallpaper'
         | 
| 1505 | 
            +
                  autoload :Wand, 'phlex/icons/lucide/wand'
         | 
| 1506 | 
            +
                  autoload :WandSparkles, 'phlex/icons/lucide/wand_sparkles'
         | 
| 1507 | 
            +
                  autoload :Warehouse, 'phlex/icons/lucide/warehouse'
         | 
| 1508 | 
            +
                  autoload :WashingMachine, 'phlex/icons/lucide/washing_machine'
         | 
| 1509 | 
            +
                  autoload :Watch, 'phlex/icons/lucide/watch'
         | 
| 1510 | 
            +
                  autoload :Waves, 'phlex/icons/lucide/waves'
         | 
| 1511 | 
            +
                  autoload :Waypoints, 'phlex/icons/lucide/waypoints'
         | 
| 1512 | 
            +
                  autoload :Webcam, 'phlex/icons/lucide/webcam'
         | 
| 1513 | 
            +
                  autoload :Webhook, 'phlex/icons/lucide/webhook'
         | 
| 1514 | 
            +
                  autoload :WebhookOff, 'phlex/icons/lucide/webhook_off'
         | 
| 1515 | 
            +
                  autoload :Weight, 'phlex/icons/lucide/weight'
         | 
| 1516 | 
            +
                  autoload :Wheat, 'phlex/icons/lucide/wheat'
         | 
| 1517 | 
            +
                  autoload :WheatOff, 'phlex/icons/lucide/wheat_off'
         | 
| 1518 | 
            +
                  autoload :WholeWord, 'phlex/icons/lucide/whole_word'
         | 
| 1519 | 
            +
                  autoload :Wifi, 'phlex/icons/lucide/wifi'
         | 
| 1520 | 
            +
                  autoload :WifiHigh, 'phlex/icons/lucide/wifi_high'
         | 
| 1521 | 
            +
                  autoload :WifiLow, 'phlex/icons/lucide/wifi_low'
         | 
| 1522 | 
            +
                  autoload :WifiOff, 'phlex/icons/lucide/wifi_off'
         | 
| 1523 | 
            +
                  autoload :WifiZero, 'phlex/icons/lucide/wifi_zero'
         | 
| 1524 | 
            +
                  autoload :Wind, 'phlex/icons/lucide/wind'
         | 
| 1525 | 
            +
                  autoload :Wine, 'phlex/icons/lucide/wine'
         | 
| 1526 | 
            +
                  autoload :WineOff, 'phlex/icons/lucide/wine_off'
         | 
| 1527 | 
            +
                  autoload :Workflow, 'phlex/icons/lucide/workflow'
         | 
| 1528 | 
            +
                  autoload :Worm, 'phlex/icons/lucide/worm'
         | 
| 1529 | 
            +
                  autoload :WrapText, 'phlex/icons/lucide/wrap_text'
         | 
| 1530 | 
            +
                  autoload :Wrench, 'phlex/icons/lucide/wrench'
         | 
| 1531 | 
            +
                  autoload :X, 'phlex/icons/lucide/x'
         | 
| 1532 | 
            +
                  autoload :Youtube, 'phlex/icons/lucide/youtube'
         | 
| 1533 | 
            +
                  autoload :Zap, 'phlex/icons/lucide/zap'
         | 
| 1534 | 
            +
                  autoload :ZapOff, 'phlex/icons/lucide/zap_off'
         | 
| 1535 | 
            +
                  autoload :ZoomIn, 'phlex/icons/lucide/zoom_in'
         | 
| 1536 | 
            +
                  autoload :ZoomOut, 'phlex/icons/lucide/zoom_out'
         | 
| 1537 | 
            +
                  # auto-generated autoload: end
         | 
| 13 1538 | 
             
                end
         | 
| 14 1539 | 
             
              end
         | 
| 15 1540 | 
             
            end
         |