|
2 | 2 |
|
3 | 3 | module PhlexIcons |
4 | 4 | module Lucide # rubocop:disable Metrics/ModuleLength |
5 | | - VERSION = '0.553.0' |
| 5 | + VERSION = '0.554.0' |
6 | 6 | VARIANTS = nil |
7 | 7 |
|
8 | 8 | extend Phlex::Kit |
@@ -279,6 +279,7 @@ module Lucide # rubocop:disable Metrics/ModuleLength |
279 | 279 | autoload :CalendarSync, 'phlex-icons/lucide/calendar_sync' |
280 | 280 | autoload :CalendarX, 'phlex-icons/lucide/calendar_x' |
281 | 281 | autoload :CalendarX2, 'phlex-icons/lucide/calendar_x_2' |
| 282 | + autoload :Calendars, 'phlex-icons/lucide/calendars' |
282 | 283 | autoload :Camera, 'phlex-icons/lucide/camera' |
283 | 284 | autoload :CameraOff, 'phlex-icons/lucide/camera_off' |
284 | 285 | autoload :Candy, 'phlex-icons/lucide/candy' |
@@ -643,7 +644,7 @@ module Lucide # rubocop:disable Metrics/ModuleLength |
643 | 644 | autoload :FileXCorner, 'phlex-icons/lucide/file_x_corner' |
644 | 645 | autoload :Files, 'phlex-icons/lucide/files' |
645 | 646 | autoload :Film, 'phlex-icons/lucide/film' |
646 | | - autoload :Fingerprint, 'phlex-icons/lucide/fingerprint' |
| 647 | + autoload :FingerprintPattern, 'phlex-icons/lucide/fingerprint_pattern' |
647 | 648 | autoload :FireExtinguisher, 'phlex-icons/lucide/fire_extinguisher' |
648 | 649 | autoload :Fish, 'phlex-icons/lucide/fish' |
649 | 650 | autoload :FishOff, 'phlex-icons/lucide/fish_off' |
|
0 commit comments