phlex-icons 1.5.0 → 1.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/phlex/icons/hero.rb +1 -1
- data/lib/phlex/icons/lucide/bath.rb +5 -5
- data/lib/phlex/icons/lucide/calendar_sync.rb +31 -0
- data/lib/phlex/icons/lucide/cloud_alert.rb +26 -0
- data/lib/phlex/icons/lucide/cross.rb +1 -1
- data/lib/phlex/icons/lucide/drill.rb +6 -6
- data/lib/phlex/icons/lucide/equal_approximately.rb +25 -0
- data/lib/phlex/icons/lucide/grid_2x2.rb +2 -2
- data/lib/phlex/icons/lucide/hard_hat.rb +2 -5
- data/lib/phlex/icons/lucide/heading_4.rb +3 -3
- data/lib/phlex/icons/lucide/image_upscale.rb +31 -0
- data/lib/phlex/icons/lucide/laptop_minimal_check.rb +26 -0
- data/lib/phlex/icons/lucide/puzzle.rb +1 -1
- data/lib/phlex/icons/lucide/scale_3d.rb +2 -2
- data/lib/phlex/icons/lucide/school.rb +5 -2
- data/lib/phlex/icons/lucide/ship.rb +8 -7
- data/lib/phlex/icons/lucide/shuffle.rb +4 -4
- data/lib/phlex/icons/lucide/toilet.rb +30 -0
- data/lib/phlex/icons/lucide/vegan.rb +2 -2
- data/lib/phlex/icons/lucide/venetian_mask.rb +5 -3
- data/lib/phlex/icons/lucide.rb +7 -1
- data/lib/phlex/icons/tabler/alarm_smoke.rb +48 -0
- data/lib/phlex/icons/tabler/assembly.rb +1 -1
- data/lib/phlex/icons/tabler/assembly_off.rb +2 -2
- data/lib/phlex/icons/tabler/badge_2k.rb +38 -0
- data/lib/phlex/icons/tabler/badge_3k.rb +38 -0
- data/lib/phlex/icons/tabler/badge_5k.rb +35 -0
- data/lib/phlex/icons/tabler/badge_8k.rb +2 -2
- data/lib/phlex/icons/tabler/blocks.rb +35 -0
- data/lib/phlex/icons/tabler/bowling.rb +38 -0
- data/lib/phlex/icons/tabler/browser.rb +3 -3
- data/lib/phlex/icons/tabler/browser_maximize.rb +34 -0
- data/lib/phlex/icons/tabler/browser_minus.rb +31 -0
- data/lib/phlex/icons/tabler/browser_plus.rb +3 -6
- data/lib/phlex/icons/tabler/browser_share.rb +34 -0
- data/lib/phlex/icons/tabler/calendar_event.rb +14 -1
- data/lib/phlex/icons/tabler/calendar_month.rb +30 -3
- data/lib/phlex/icons/tabler/calendar_week.rb +16 -1
- data/lib/phlex/icons/tabler/candle.rb +4 -4
- data/lib/phlex/icons/tabler/code_variable.rb +31 -0
- data/lib/phlex/icons/tabler/code_variable_minus.rb +31 -0
- data/lib/phlex/icons/tabler/code_variable_plus.rb +30 -0
- data/lib/phlex/icons/tabler/uhd.rb +32 -0
- data/lib/phlex/icons/tabler/wheat.rb +42 -0
- data/lib/phlex/icons/tabler/wheat_off.rb +48 -0
- data/lib/phlex/icons/tabler.rb +16 -1
- data/lib/phlex/icons/version.rb +1 -1
- metadata +23 -2
data/lib/phlex/icons/tabler.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
module Phlex
|
4
4
|
module Icons
|
5
5
|
module Tabler # rubocop:disable Metrics/ModuleLength
|
6
|
-
VERSION = '3.
|
6
|
+
VERSION = '3.23.0'
|
7
7
|
VARIANTS = %i[outline filled].freeze
|
8
8
|
|
9
9
|
extend Phlex::Kit
|
@@ -67,6 +67,7 @@ module Phlex
|
|
67
67
|
autoload :AlarmMinus, 'phlex/icons/tabler/alarm_minus'
|
68
68
|
autoload :AlarmOff, 'phlex/icons/tabler/alarm_off'
|
69
69
|
autoload :AlarmPlus, 'phlex/icons/tabler/alarm_plus'
|
70
|
+
autoload :AlarmSmoke, 'phlex/icons/tabler/alarm_smoke'
|
70
71
|
autoload :AlarmSnooze, 'phlex/icons/tabler/alarm_snooze'
|
71
72
|
autoload :Album, 'phlex/icons/tabler/album'
|
72
73
|
autoload :AlbumOff, 'phlex/icons/tabler/album_off'
|
@@ -369,8 +370,11 @@ module Phlex
|
|
369
370
|
autoload :Backslash, 'phlex/icons/tabler/backslash'
|
370
371
|
autoload :Backspace, 'phlex/icons/tabler/backspace'
|
371
372
|
autoload :Badge, 'phlex/icons/tabler/badge'
|
373
|
+
autoload :Badge2k, 'phlex/icons/tabler/badge_2k'
|
372
374
|
autoload :Badge3d, 'phlex/icons/tabler/badge_3d'
|
375
|
+
autoload :Badge3k, 'phlex/icons/tabler/badge_3k'
|
373
376
|
autoload :Badge4k, 'phlex/icons/tabler/badge_4k'
|
377
|
+
autoload :Badge5k, 'phlex/icons/tabler/badge_5k'
|
374
378
|
autoload :Badge8k, 'phlex/icons/tabler/badge_8k'
|
375
379
|
autoload :BadgeAd, 'phlex/icons/tabler/badge_ad'
|
376
380
|
autoload :BadgeAdOff, 'phlex/icons/tabler/badge_ad_off'
|
@@ -513,6 +517,7 @@ module Phlex
|
|
513
517
|
autoload :Blender, 'phlex/icons/tabler/blender'
|
514
518
|
autoload :Blob, 'phlex/icons/tabler/blob'
|
515
519
|
autoload :Blockquote, 'phlex/icons/tabler/blockquote'
|
520
|
+
autoload :Blocks, 'phlex/icons/tabler/blocks'
|
516
521
|
autoload :Bluetooth, 'phlex/icons/tabler/bluetooth'
|
517
522
|
autoload :BluetoothConnected, 'phlex/icons/tabler/bluetooth_connected'
|
518
523
|
autoload :BluetoothOff, 'phlex/icons/tabler/bluetooth_off'
|
@@ -578,6 +583,7 @@ module Phlex
|
|
578
583
|
autoload :Bowl, 'phlex/icons/tabler/bowl'
|
579
584
|
autoload :BowlChopsticks, 'phlex/icons/tabler/bowl_chopsticks'
|
580
585
|
autoload :BowlSpoon, 'phlex/icons/tabler/bowl_spoon'
|
586
|
+
autoload :Bowling, 'phlex/icons/tabler/bowling'
|
581
587
|
autoload :Box, 'phlex/icons/tabler/box'
|
582
588
|
autoload :BoxAlignBottom, 'phlex/icons/tabler/box_align_bottom'
|
583
589
|
autoload :BoxAlignBottomLeft, 'phlex/icons/tabler/box_align_bottom_left'
|
@@ -1000,8 +1006,11 @@ module Phlex
|
|
1000
1006
|
autoload :BroadcastOff, 'phlex/icons/tabler/broadcast_off'
|
1001
1007
|
autoload :Browser, 'phlex/icons/tabler/browser'
|
1002
1008
|
autoload :BrowserCheck, 'phlex/icons/tabler/browser_check'
|
1009
|
+
autoload :BrowserMaximize, 'phlex/icons/tabler/browser_maximize'
|
1010
|
+
autoload :BrowserMinus, 'phlex/icons/tabler/browser_minus'
|
1003
1011
|
autoload :BrowserOff, 'phlex/icons/tabler/browser_off'
|
1004
1012
|
autoload :BrowserPlus, 'phlex/icons/tabler/browser_plus'
|
1013
|
+
autoload :BrowserShare, 'phlex/icons/tabler/browser_share'
|
1005
1014
|
autoload :BrowserX, 'phlex/icons/tabler/browser_x'
|
1006
1015
|
autoload :Brush, 'phlex/icons/tabler/brush'
|
1007
1016
|
autoload :BrushOff, 'phlex/icons/tabler/brush_off'
|
@@ -1546,6 +1555,9 @@ module Phlex
|
|
1546
1555
|
autoload :CodeMinus, 'phlex/icons/tabler/code_minus'
|
1547
1556
|
autoload :CodeOff, 'phlex/icons/tabler/code_off'
|
1548
1557
|
autoload :CodePlus, 'phlex/icons/tabler/code_plus'
|
1558
|
+
autoload :CodeVariable, 'phlex/icons/tabler/code_variable'
|
1559
|
+
autoload :CodeVariableMinus, 'phlex/icons/tabler/code_variable_minus'
|
1560
|
+
autoload :CodeVariablePlus, 'phlex/icons/tabler/code_variable_plus'
|
1549
1561
|
autoload :Coffee, 'phlex/icons/tabler/coffee'
|
1550
1562
|
autoload :CoffeeOff, 'phlex/icons/tabler/coffee_off'
|
1551
1563
|
autoload :Coffin, 'phlex/icons/tabler/coffin'
|
@@ -4658,6 +4670,7 @@ module Phlex
|
|
4658
4670
|
autoload :UTurnRight, 'phlex/icons/tabler/u_turn_right'
|
4659
4671
|
autoload :Ufo, 'phlex/icons/tabler/ufo'
|
4660
4672
|
autoload :UfoOff, 'phlex/icons/tabler/ufo_off'
|
4673
|
+
autoload :Uhd, 'phlex/icons/tabler/uhd'
|
4661
4674
|
autoload :Umbrella, 'phlex/icons/tabler/umbrella'
|
4662
4675
|
autoload :Umbrella2, 'phlex/icons/tabler/umbrella_2'
|
4663
4676
|
autoload :UmbrellaClosed, 'phlex/icons/tabler/umbrella_closed'
|
@@ -4802,6 +4815,8 @@ module Phlex
|
|
4802
4815
|
autoload :Webhook, 'phlex/icons/tabler/webhook'
|
4803
4816
|
autoload :WebhookOff, 'phlex/icons/tabler/webhook_off'
|
4804
4817
|
autoload :Weight, 'phlex/icons/tabler/weight'
|
4818
|
+
autoload :Wheat, 'phlex/icons/tabler/wheat'
|
4819
|
+
autoload :WheatOff, 'phlex/icons/tabler/wheat_off'
|
4805
4820
|
autoload :Wheel, 'phlex/icons/tabler/wheel'
|
4806
4821
|
autoload :Wheelchair, 'phlex/icons/tabler/wheelchair'
|
4807
4822
|
autoload :WheelchairOff, 'phlex/icons/tabler/wheelchair_off'
|
data/lib/phlex/icons/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phlex-icons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ali Hamdi Ali Fadel
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: phlex
|
@@ -2962,6 +2962,7 @@ files:
|
|
2962
2962
|
- lib/phlex/icons/lucide/calendar_plus_2.rb
|
2963
2963
|
- lib/phlex/icons/lucide/calendar_range.rb
|
2964
2964
|
- lib/phlex/icons/lucide/calendar_search.rb
|
2965
|
+
- lib/phlex/icons/lucide/calendar_sync.rb
|
2965
2966
|
- lib/phlex/icons/lucide/calendar_x.rb
|
2966
2967
|
- lib/phlex/icons/lucide/calendar_x_2.rb
|
2967
2968
|
- lib/phlex/icons/lucide/camera.rb
|
@@ -3104,6 +3105,7 @@ files:
|
|
3104
3105
|
- lib/phlex/icons/lucide/clock_arrow_down.rb
|
3105
3106
|
- lib/phlex/icons/lucide/clock_arrow_up.rb
|
3106
3107
|
- lib/phlex/icons/lucide/cloud.rb
|
3108
|
+
- lib/phlex/icons/lucide/cloud_alert.rb
|
3107
3109
|
- lib/phlex/icons/lucide/cloud_cog.rb
|
3108
3110
|
- lib/phlex/icons/lucide/cloud_download.rb
|
3109
3111
|
- lib/phlex/icons/lucide/cloud_drizzle.rb
|
@@ -3228,6 +3230,7 @@ files:
|
|
3228
3230
|
- lib/phlex/icons/lucide/ellipsis.rb
|
3229
3231
|
- lib/phlex/icons/lucide/ellipsis_vertical.rb
|
3230
3232
|
- lib/phlex/icons/lucide/equal.rb
|
3233
|
+
- lib/phlex/icons/lucide/equal_approximately.rb
|
3231
3234
|
- lib/phlex/icons/lucide/equal_not.rb
|
3232
3235
|
- lib/phlex/icons/lucide/eraser.rb
|
3233
3236
|
- lib/phlex/icons/lucide/ethernet_port.rb
|
@@ -3472,6 +3475,7 @@ files:
|
|
3472
3475
|
- lib/phlex/icons/lucide/image_play.rb
|
3473
3476
|
- lib/phlex/icons/lucide/image_plus.rb
|
3474
3477
|
- lib/phlex/icons/lucide/image_up.rb
|
3478
|
+
- lib/phlex/icons/lucide/image_upscale.rb
|
3475
3479
|
- lib/phlex/icons/lucide/images.rb
|
3476
3480
|
- lib/phlex/icons/lucide/import.rb
|
3477
3481
|
- lib/phlex/icons/lucide/inbox.rb
|
@@ -3505,6 +3509,7 @@ files:
|
|
3505
3509
|
- lib/phlex/icons/lucide/languages.rb
|
3506
3510
|
- lib/phlex/icons/lucide/laptop.rb
|
3507
3511
|
- lib/phlex/icons/lucide/laptop_minimal.rb
|
3512
|
+
- lib/phlex/icons/lucide/laptop_minimal_check.rb
|
3508
3513
|
- lib/phlex/icons/lucide/lasso.rb
|
3509
3514
|
- lib/phlex/icons/lucide/lasso_select.rb
|
3510
3515
|
- lib/phlex/icons/lucide/laugh.rb
|
@@ -4115,6 +4120,7 @@ files:
|
|
4115
4120
|
- lib/phlex/icons/lucide/timer_reset.rb
|
4116
4121
|
- lib/phlex/icons/lucide/toggle_left.rb
|
4117
4122
|
- lib/phlex/icons/lucide/toggle_right.rb
|
4123
|
+
- lib/phlex/icons/lucide/toilet.rb
|
4118
4124
|
- lib/phlex/icons/lucide/tornado.rb
|
4119
4125
|
- lib/phlex/icons/lucide/torus.rb
|
4120
4126
|
- lib/phlex/icons/lucide/touchpad.rb
|
@@ -7639,6 +7645,7 @@ files:
|
|
7639
7645
|
- lib/phlex/icons/tabler/alarm_minus.rb
|
7640
7646
|
- lib/phlex/icons/tabler/alarm_off.rb
|
7641
7647
|
- lib/phlex/icons/tabler/alarm_plus.rb
|
7648
|
+
- lib/phlex/icons/tabler/alarm_smoke.rb
|
7642
7649
|
- lib/phlex/icons/tabler/alarm_snooze.rb
|
7643
7650
|
- lib/phlex/icons/tabler/album.rb
|
7644
7651
|
- lib/phlex/icons/tabler/album_off.rb
|
@@ -7941,8 +7948,11 @@ files:
|
|
7941
7948
|
- lib/phlex/icons/tabler/backslash.rb
|
7942
7949
|
- lib/phlex/icons/tabler/backspace.rb
|
7943
7950
|
- lib/phlex/icons/tabler/badge.rb
|
7951
|
+
- lib/phlex/icons/tabler/badge_2k.rb
|
7944
7952
|
- lib/phlex/icons/tabler/badge_3d.rb
|
7953
|
+
- lib/phlex/icons/tabler/badge_3k.rb
|
7945
7954
|
- lib/phlex/icons/tabler/badge_4k.rb
|
7955
|
+
- lib/phlex/icons/tabler/badge_5k.rb
|
7946
7956
|
- lib/phlex/icons/tabler/badge_8k.rb
|
7947
7957
|
- lib/phlex/icons/tabler/badge_ad.rb
|
7948
7958
|
- lib/phlex/icons/tabler/badge_ad_off.rb
|
@@ -8086,6 +8096,7 @@ files:
|
|
8086
8096
|
- lib/phlex/icons/tabler/blender.rb
|
8087
8097
|
- lib/phlex/icons/tabler/blob.rb
|
8088
8098
|
- lib/phlex/icons/tabler/blockquote.rb
|
8099
|
+
- lib/phlex/icons/tabler/blocks.rb
|
8089
8100
|
- lib/phlex/icons/tabler/bluetooth.rb
|
8090
8101
|
- lib/phlex/icons/tabler/bluetooth_connected.rb
|
8091
8102
|
- lib/phlex/icons/tabler/bluetooth_off.rb
|
@@ -8151,6 +8162,7 @@ files:
|
|
8151
8162
|
- lib/phlex/icons/tabler/bowl.rb
|
8152
8163
|
- lib/phlex/icons/tabler/bowl_chopsticks.rb
|
8153
8164
|
- lib/phlex/icons/tabler/bowl_spoon.rb
|
8165
|
+
- lib/phlex/icons/tabler/bowling.rb
|
8154
8166
|
- lib/phlex/icons/tabler/box.rb
|
8155
8167
|
- lib/phlex/icons/tabler/box_align_bottom.rb
|
8156
8168
|
- lib/phlex/icons/tabler/box_align_bottom_left.rb
|
@@ -8573,8 +8585,11 @@ files:
|
|
8573
8585
|
- lib/phlex/icons/tabler/broadcast_off.rb
|
8574
8586
|
- lib/phlex/icons/tabler/browser.rb
|
8575
8587
|
- lib/phlex/icons/tabler/browser_check.rb
|
8588
|
+
- lib/phlex/icons/tabler/browser_maximize.rb
|
8589
|
+
- lib/phlex/icons/tabler/browser_minus.rb
|
8576
8590
|
- lib/phlex/icons/tabler/browser_off.rb
|
8577
8591
|
- lib/phlex/icons/tabler/browser_plus.rb
|
8592
|
+
- lib/phlex/icons/tabler/browser_share.rb
|
8578
8593
|
- lib/phlex/icons/tabler/browser_x.rb
|
8579
8594
|
- lib/phlex/icons/tabler/brush.rb
|
8580
8595
|
- lib/phlex/icons/tabler/brush_off.rb
|
@@ -9119,6 +9134,9 @@ files:
|
|
9119
9134
|
- lib/phlex/icons/tabler/code_minus.rb
|
9120
9135
|
- lib/phlex/icons/tabler/code_off.rb
|
9121
9136
|
- lib/phlex/icons/tabler/code_plus.rb
|
9137
|
+
- lib/phlex/icons/tabler/code_variable.rb
|
9138
|
+
- lib/phlex/icons/tabler/code_variable_minus.rb
|
9139
|
+
- lib/phlex/icons/tabler/code_variable_plus.rb
|
9122
9140
|
- lib/phlex/icons/tabler/coffee.rb
|
9123
9141
|
- lib/phlex/icons/tabler/coffee_off.rb
|
9124
9142
|
- lib/phlex/icons/tabler/coffin.rb
|
@@ -12232,6 +12250,7 @@ files:
|
|
12232
12250
|
- lib/phlex/icons/tabler/u_turn_right.rb
|
12233
12251
|
- lib/phlex/icons/tabler/ufo.rb
|
12234
12252
|
- lib/phlex/icons/tabler/ufo_off.rb
|
12253
|
+
- lib/phlex/icons/tabler/uhd.rb
|
12235
12254
|
- lib/phlex/icons/tabler/umbrella.rb
|
12236
12255
|
- lib/phlex/icons/tabler/umbrella_2.rb
|
12237
12256
|
- lib/phlex/icons/tabler/umbrella_closed.rb
|
@@ -12376,6 +12395,8 @@ files:
|
|
12376
12395
|
- lib/phlex/icons/tabler/webhook.rb
|
12377
12396
|
- lib/phlex/icons/tabler/webhook_off.rb
|
12378
12397
|
- lib/phlex/icons/tabler/weight.rb
|
12398
|
+
- lib/phlex/icons/tabler/wheat.rb
|
12399
|
+
- lib/phlex/icons/tabler/wheat_off.rb
|
12379
12400
|
- lib/phlex/icons/tabler/wheel.rb
|
12380
12401
|
- lib/phlex/icons/tabler/wheelchair.rb
|
12381
12402
|
- lib/phlex/icons/tabler/wheelchair_off.rb
|