phlex-icons 1.6.0 → 1.8.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/lucide/bell.rb +7 -2
- data/lib/phlex/icons/lucide/bell_dot.rb +4 -2
- data/lib/phlex/icons/lucide/bell_minus.rb +6 -3
- data/lib/phlex/icons/lucide/bell_off.rb +6 -3
- data/lib/phlex/icons/lucide/bell_plus.rb +6 -4
- data/lib/phlex/icons/lucide/bell_ring.rb +8 -3
- data/lib/phlex/icons/lucide/book_dashed.rb +10 -10
- data/lib/phlex/icons/lucide/calendar_sync.rb +31 -0
- data/lib/phlex/icons/lucide/droplet_off.rb +31 -0
- data/lib/phlex/icons/lucide/flask_conical.rb +2 -2
- data/lib/phlex/icons/lucide/flask_conical_off.rb +3 -6
- data/lib/phlex/icons/lucide/flask_round.rb +2 -4
- data/lib/phlex/icons/lucide/grid_2x2.rb +2 -2
- data/lib/phlex/icons/lucide/image_upscale.rb +31 -0
- data/lib/phlex/icons/lucide/layers.rb +9 -3
- data/lib/phlex/icons/lucide/list_filter_plus.rb +28 -0
- data/lib/phlex/icons/lucide/paperclip.rb +2 -1
- data/lib/phlex/icons/lucide/picture_in_picture.rb +5 -5
- data/lib/phlex/icons/lucide/scale_3d.rb +2 -2
- data/lib/phlex/icons/lucide/scan_heart.rb +31 -0
- data/lib/phlex/icons/lucide/ship.rb +8 -7
- data/lib/phlex/icons/lucide/shuffle.rb +4 -4
- data/lib/phlex/icons/lucide/venetian_mask.rb +5 -3
- data/lib/phlex/icons/lucide/waves_ladder.rb +31 -0
- data/lib/phlex/icons/lucide.rb +7 -2
- 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/brand_bitbucket.rb +11 -1
- 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/{lucide/layers_3.rb → tabler/cake_roll.rb} +10 -9
- 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/direction_arrows.rb +13 -1
- data/lib/phlex/icons/tabler/droplets.rb +19 -1
- data/lib/phlex/icons/tabler/exposure.rb +4 -4
- data/lib/phlex/icons/tabler/exposure_off.rb +4 -4
- data/lib/phlex/icons/tabler/eyeglass.rb +13 -1
- data/lib/phlex/icons/tabler/ferry.rb +2 -2
- data/lib/phlex/icons/tabler/filters.rb +17 -1
- data/lib/phlex/icons/tabler/flame.rb +12 -2
- data/lib/phlex/icons/tabler/flare.rb +13 -1
- data/lib/phlex/icons/tabler/folders.rb +15 -3
- data/lib/phlex/icons/tabler/garden_cart.rb +13 -1
- data/lib/phlex/icons/tabler/grid_pattern.rb +13 -1
- data/lib/phlex/icons/tabler/helicopter_landing.rb +13 -1
- data/lib/phlex/icons/tabler/laurel_wreath.rb +11 -1
- data/lib/phlex/icons/tabler/lemon_2.rb +11 -1
- data/lib/phlex/icons/tabler/lifebuoy.rb +13 -1
- data/lib/phlex/icons/tabler/matrix.rb +40 -0
- data/lib/phlex/icons/tabler/square_dashed.rb +31 -0
- data/lib/phlex/icons/tabler/table_dashed.rb +33 -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 +20 -1
- data/lib/phlex/icons/version.rb +1 -1
- metadata +27 -3
@@ -0,0 +1,42 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# rubocop:disable Layout/LineLength
|
4
|
+
module Phlex
|
5
|
+
module Icons
|
6
|
+
module Tabler
|
7
|
+
class Wheat < Base
|
8
|
+
def filled
|
9
|
+
raise NotImplementedError
|
10
|
+
end
|
11
|
+
|
12
|
+
def outline
|
13
|
+
svg(
|
14
|
+
**attrs,
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
16
|
+
viewbox: '0 0 24 24',
|
17
|
+
fill: 'none',
|
18
|
+
stroke: 'currentColor',
|
19
|
+
stroke_width: '2',
|
20
|
+
stroke_linecap: 'round',
|
21
|
+
stroke_linejoin: 'round'
|
22
|
+
) do |s|
|
23
|
+
s.path(d: 'M12.014 21.514v-3.75')
|
24
|
+
s.path(
|
25
|
+
d:
|
26
|
+
'M5.93 9.504l-.43 1.604c-.712 2.659 .866 5.391 3.524 6.105c.997 .268 1.993 .535 2.99 .801v-3.44c-.164 -2.105 -1.637 -3.879 -3.676 -4.426l-2.408 -.644z'
|
27
|
+
)
|
28
|
+
s.path(
|
29
|
+
d:
|
30
|
+
'M13.744 11.164c.454 -.454 .815 -.994 1.061 -1.587c.246 -.594 .372 -1.23 .372 -1.873c0 -.643 -.126 -1.279 -.372 -1.872c-.246 -.594 -.606 -1.133 -1.061 -1.588l-1.73 -1.73l-1.73 1.73c-.454 .454 -.815 .994 -1.06 1.588c-.246 .594 -.372 1.23 -.373 1.872c0 .643 .127 1.279 .373 1.873c.246 .594 .606 1.133 1.06 1.587'
|
31
|
+
)
|
32
|
+
s.path(
|
33
|
+
d:
|
34
|
+
'M18.099 9.504l.43 1.604c.712 2.659 -.866 5.391 -3.525 6.105c-.997 .268 -1.994 .535 -2.99 .801v-3.44c.164 -2.105 1.637 -3.879 3.677 -4.426l2.408 -.644z'
|
35
|
+
)
|
36
|
+
end
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
40
|
+
end
|
41
|
+
end
|
42
|
+
# rubocop:enable Layout/LineLength
|
@@ -0,0 +1,48 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# rubocop:disable Layout/LineLength
|
4
|
+
module Phlex
|
5
|
+
module Icons
|
6
|
+
module Tabler
|
7
|
+
class WheatOff < Base
|
8
|
+
def filled
|
9
|
+
raise NotImplementedError
|
10
|
+
end
|
11
|
+
|
12
|
+
def outline
|
13
|
+
svg(
|
14
|
+
**attrs,
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
16
|
+
viewbox: '0 0 24 24',
|
17
|
+
fill: 'none',
|
18
|
+
stroke: 'currentColor',
|
19
|
+
stroke_width: '2',
|
20
|
+
stroke_linecap: 'round',
|
21
|
+
stroke_linejoin: 'round'
|
22
|
+
) do |s|
|
23
|
+
s.path(d: 'M3 3l18 18')
|
24
|
+
s.path(d: 'M12 21.5v-3.75')
|
25
|
+
s.path(
|
26
|
+
d:
|
27
|
+
'M5.916 9.49l-.43 1.604c-.712 2.659 .866 5.392 3.524 6.104c.997 .268 1.994 .535 2.99 .802v-3.44c-.164 -2.105 -1.637 -3.879 -3.677 -4.426l-2.407 -.644z'
|
28
|
+
)
|
29
|
+
s.path(d: 'M10.249 4.251c.007 -.007 .014 -.014 .021 -.021l1.73 -1.73')
|
30
|
+
s.path(d: 'M10.27 11.15c-.589 -.589 -1.017 -1.318 -1.246 -2.118')
|
31
|
+
s.path(
|
32
|
+
d:
|
33
|
+
'M14.988 8.988c.229 -.834 .234 -1.713 .013 -2.549c-.221 -.836 -.659 -1.598 -1.271 -2.209l-1.73 -1.73'
|
34
|
+
)
|
35
|
+
s.path(
|
36
|
+
d: 'M16.038 10.037l2.046 -.547l.431 1.604c.142 .53 .193 1.063 .162 1.583'
|
37
|
+
)
|
38
|
+
s.path(
|
39
|
+
d:
|
40
|
+
'M16.506 16.505c-.45 .307 -.959 .544 -1.516 .694c-.997 .268 -1.994 .535 -2.99 .801v-3.44c.055 -.708 .259 -1.379 .582 -1.978'
|
41
|
+
)
|
42
|
+
end
|
43
|
+
end
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end
|
47
|
+
end
|
48
|
+
# rubocop:enable Layout/LineLength
|
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.24.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'
|
@@ -1064,6 +1073,7 @@ module Phlex
|
|
1064
1073
|
autoload :CactusOff, 'phlex/icons/tabler/cactus_off'
|
1065
1074
|
autoload :Cake, 'phlex/icons/tabler/cake'
|
1066
1075
|
autoload :CakeOff, 'phlex/icons/tabler/cake_off'
|
1076
|
+
autoload :CakeRoll, 'phlex/icons/tabler/cake_roll'
|
1067
1077
|
autoload :Calculator, 'phlex/icons/tabler/calculator'
|
1068
1078
|
autoload :CalculatorOff, 'phlex/icons/tabler/calculator_off'
|
1069
1079
|
autoload :Calendar, 'phlex/icons/tabler/calendar'
|
@@ -1546,6 +1556,9 @@ module Phlex
|
|
1546
1556
|
autoload :CodeMinus, 'phlex/icons/tabler/code_minus'
|
1547
1557
|
autoload :CodeOff, 'phlex/icons/tabler/code_off'
|
1548
1558
|
autoload :CodePlus, 'phlex/icons/tabler/code_plus'
|
1559
|
+
autoload :CodeVariable, 'phlex/icons/tabler/code_variable'
|
1560
|
+
autoload :CodeVariableMinus, 'phlex/icons/tabler/code_variable_minus'
|
1561
|
+
autoload :CodeVariablePlus, 'phlex/icons/tabler/code_variable_plus'
|
1549
1562
|
autoload :Coffee, 'phlex/icons/tabler/coffee'
|
1550
1563
|
autoload :CoffeeOff, 'phlex/icons/tabler/coffee_off'
|
1551
1564
|
autoload :Coffin, 'phlex/icons/tabler/coffin'
|
@@ -3127,6 +3140,7 @@ module Phlex
|
|
3127
3140
|
autoload :MathXy, 'phlex/icons/tabler/math_xy'
|
3128
3141
|
autoload :MathYMinusY, 'phlex/icons/tabler/math_y_minus_y'
|
3129
3142
|
autoload :MathYPlusY, 'phlex/icons/tabler/math_y_plus_y'
|
3143
|
+
autoload :Matrix, 'phlex/icons/tabler/matrix'
|
3130
3144
|
autoload :Maximize, 'phlex/icons/tabler/maximize'
|
3131
3145
|
autoload :MaximizeOff, 'phlex/icons/tabler/maximize_off'
|
3132
3146
|
autoload :Meat, 'phlex/icons/tabler/meat'
|
@@ -4259,6 +4273,7 @@ module Phlex
|
|
4259
4273
|
autoload :SquareChevronsLeft, 'phlex/icons/tabler/square_chevrons_left'
|
4260
4274
|
autoload :SquareChevronsRight, 'phlex/icons/tabler/square_chevrons_right'
|
4261
4275
|
autoload :SquareChevronsUp, 'phlex/icons/tabler/square_chevrons_up'
|
4276
|
+
autoload :SquareDashed, 'phlex/icons/tabler/square_dashed'
|
4262
4277
|
autoload :SquareDot, 'phlex/icons/tabler/square_dot'
|
4263
4278
|
autoload :SquareF0, 'phlex/icons/tabler/square_f0'
|
4264
4279
|
autoload :SquareF1, 'phlex/icons/tabler/square_f1'
|
@@ -4453,6 +4468,7 @@ module Phlex
|
|
4453
4468
|
autoload :Table, 'phlex/icons/tabler/table'
|
4454
4469
|
autoload :TableAlias, 'phlex/icons/tabler/table_alias'
|
4455
4470
|
autoload :TableColumn, 'phlex/icons/tabler/table_column'
|
4471
|
+
autoload :TableDashed, 'phlex/icons/tabler/table_dashed'
|
4456
4472
|
autoload :TableDown, 'phlex/icons/tabler/table_down'
|
4457
4473
|
autoload :TableExport, 'phlex/icons/tabler/table_export'
|
4458
4474
|
autoload :TableHeart, 'phlex/icons/tabler/table_heart'
|
@@ -4658,6 +4674,7 @@ module Phlex
|
|
4658
4674
|
autoload :UTurnRight, 'phlex/icons/tabler/u_turn_right'
|
4659
4675
|
autoload :Ufo, 'phlex/icons/tabler/ufo'
|
4660
4676
|
autoload :UfoOff, 'phlex/icons/tabler/ufo_off'
|
4677
|
+
autoload :Uhd, 'phlex/icons/tabler/uhd'
|
4661
4678
|
autoload :Umbrella, 'phlex/icons/tabler/umbrella'
|
4662
4679
|
autoload :Umbrella2, 'phlex/icons/tabler/umbrella_2'
|
4663
4680
|
autoload :UmbrellaClosed, 'phlex/icons/tabler/umbrella_closed'
|
@@ -4802,6 +4819,8 @@ module Phlex
|
|
4802
4819
|
autoload :Webhook, 'phlex/icons/tabler/webhook'
|
4803
4820
|
autoload :WebhookOff, 'phlex/icons/tabler/webhook_off'
|
4804
4821
|
autoload :Weight, 'phlex/icons/tabler/weight'
|
4822
|
+
autoload :Wheat, 'phlex/icons/tabler/wheat'
|
4823
|
+
autoload :WheatOff, 'phlex/icons/tabler/wheat_off'
|
4805
4824
|
autoload :Wheel, 'phlex/icons/tabler/wheel'
|
4806
4825
|
autoload :Wheelchair, 'phlex/icons/tabler/wheelchair'
|
4807
4826
|
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.8.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
|
+
date: 2024-12-06 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
|
@@ -3214,6 +3215,7 @@ files:
|
|
3214
3215
|
- lib/phlex/icons/lucide/dribbble.rb
|
3215
3216
|
- lib/phlex/icons/lucide/drill.rb
|
3216
3217
|
- lib/phlex/icons/lucide/droplet.rb
|
3218
|
+
- lib/phlex/icons/lucide/droplet_off.rb
|
3217
3219
|
- lib/phlex/icons/lucide/droplets.rb
|
3218
3220
|
- lib/phlex/icons/lucide/drum.rb
|
3219
3221
|
- lib/phlex/icons/lucide/drumstick.rb
|
@@ -3474,6 +3476,7 @@ files:
|
|
3474
3476
|
- lib/phlex/icons/lucide/image_play.rb
|
3475
3477
|
- lib/phlex/icons/lucide/image_plus.rb
|
3476
3478
|
- lib/phlex/icons/lucide/image_up.rb
|
3479
|
+
- lib/phlex/icons/lucide/image_upscale.rb
|
3477
3480
|
- lib/phlex/icons/lucide/images.rb
|
3478
3481
|
- lib/phlex/icons/lucide/import.rb
|
3479
3482
|
- lib/phlex/icons/lucide/inbox.rb
|
@@ -3513,7 +3516,6 @@ files:
|
|
3513
3516
|
- lib/phlex/icons/lucide/laugh.rb
|
3514
3517
|
- lib/phlex/icons/lucide/layers.rb
|
3515
3518
|
- lib/phlex/icons/lucide/layers_2.rb
|
3516
|
-
- lib/phlex/icons/lucide/layers_3.rb
|
3517
3519
|
- lib/phlex/icons/lucide/layout_dashboard.rb
|
3518
3520
|
- lib/phlex/icons/lucide/layout_grid.rb
|
3519
3521
|
- lib/phlex/icons/lucide/layout_list.rb
|
@@ -3540,6 +3542,7 @@ files:
|
|
3540
3542
|
- lib/phlex/icons/lucide/list_collapse.rb
|
3541
3543
|
- lib/phlex/icons/lucide/list_end.rb
|
3542
3544
|
- lib/phlex/icons/lucide/list_filter.rb
|
3545
|
+
- lib/phlex/icons/lucide/list_filter_plus.rb
|
3543
3546
|
- lib/phlex/icons/lucide/list_minus.rb
|
3544
3547
|
- lib/phlex/icons/lucide/list_music.rb
|
3545
3548
|
- lib/phlex/icons/lucide/list_ordered.rb
|
@@ -3881,6 +3884,7 @@ files:
|
|
3881
3884
|
- lib/phlex/icons/lucide/scan_barcode.rb
|
3882
3885
|
- lib/phlex/icons/lucide/scan_eye.rb
|
3883
3886
|
- lib/phlex/icons/lucide/scan_face.rb
|
3887
|
+
- lib/phlex/icons/lucide/scan_heart.rb
|
3884
3888
|
- lib/phlex/icons/lucide/scan_line.rb
|
3885
3889
|
- lib/phlex/icons/lucide/scan_qr_code.rb
|
3886
3890
|
- lib/phlex/icons/lucide/scan_search.rb
|
@@ -4218,6 +4222,7 @@ files:
|
|
4218
4222
|
- lib/phlex/icons/lucide/washing_machine.rb
|
4219
4223
|
- lib/phlex/icons/lucide/watch.rb
|
4220
4224
|
- lib/phlex/icons/lucide/waves.rb
|
4225
|
+
- lib/phlex/icons/lucide/waves_ladder.rb
|
4221
4226
|
- lib/phlex/icons/lucide/waypoints.rb
|
4222
4227
|
- lib/phlex/icons/lucide/webcam.rb
|
4223
4228
|
- lib/phlex/icons/lucide/webhook.rb
|
@@ -7643,6 +7648,7 @@ files:
|
|
7643
7648
|
- lib/phlex/icons/tabler/alarm_minus.rb
|
7644
7649
|
- lib/phlex/icons/tabler/alarm_off.rb
|
7645
7650
|
- lib/phlex/icons/tabler/alarm_plus.rb
|
7651
|
+
- lib/phlex/icons/tabler/alarm_smoke.rb
|
7646
7652
|
- lib/phlex/icons/tabler/alarm_snooze.rb
|
7647
7653
|
- lib/phlex/icons/tabler/album.rb
|
7648
7654
|
- lib/phlex/icons/tabler/album_off.rb
|
@@ -7945,8 +7951,11 @@ files:
|
|
7945
7951
|
- lib/phlex/icons/tabler/backslash.rb
|
7946
7952
|
- lib/phlex/icons/tabler/backspace.rb
|
7947
7953
|
- lib/phlex/icons/tabler/badge.rb
|
7954
|
+
- lib/phlex/icons/tabler/badge_2k.rb
|
7948
7955
|
- lib/phlex/icons/tabler/badge_3d.rb
|
7956
|
+
- lib/phlex/icons/tabler/badge_3k.rb
|
7949
7957
|
- lib/phlex/icons/tabler/badge_4k.rb
|
7958
|
+
- lib/phlex/icons/tabler/badge_5k.rb
|
7950
7959
|
- lib/phlex/icons/tabler/badge_8k.rb
|
7951
7960
|
- lib/phlex/icons/tabler/badge_ad.rb
|
7952
7961
|
- lib/phlex/icons/tabler/badge_ad_off.rb
|
@@ -8090,6 +8099,7 @@ files:
|
|
8090
8099
|
- lib/phlex/icons/tabler/blender.rb
|
8091
8100
|
- lib/phlex/icons/tabler/blob.rb
|
8092
8101
|
- lib/phlex/icons/tabler/blockquote.rb
|
8102
|
+
- lib/phlex/icons/tabler/blocks.rb
|
8093
8103
|
- lib/phlex/icons/tabler/bluetooth.rb
|
8094
8104
|
- lib/phlex/icons/tabler/bluetooth_connected.rb
|
8095
8105
|
- lib/phlex/icons/tabler/bluetooth_off.rb
|
@@ -8155,6 +8165,7 @@ files:
|
|
8155
8165
|
- lib/phlex/icons/tabler/bowl.rb
|
8156
8166
|
- lib/phlex/icons/tabler/bowl_chopsticks.rb
|
8157
8167
|
- lib/phlex/icons/tabler/bowl_spoon.rb
|
8168
|
+
- lib/phlex/icons/tabler/bowling.rb
|
8158
8169
|
- lib/phlex/icons/tabler/box.rb
|
8159
8170
|
- lib/phlex/icons/tabler/box_align_bottom.rb
|
8160
8171
|
- lib/phlex/icons/tabler/box_align_bottom_left.rb
|
@@ -8577,8 +8588,11 @@ files:
|
|
8577
8588
|
- lib/phlex/icons/tabler/broadcast_off.rb
|
8578
8589
|
- lib/phlex/icons/tabler/browser.rb
|
8579
8590
|
- lib/phlex/icons/tabler/browser_check.rb
|
8591
|
+
- lib/phlex/icons/tabler/browser_maximize.rb
|
8592
|
+
- lib/phlex/icons/tabler/browser_minus.rb
|
8580
8593
|
- lib/phlex/icons/tabler/browser_off.rb
|
8581
8594
|
- lib/phlex/icons/tabler/browser_plus.rb
|
8595
|
+
- lib/phlex/icons/tabler/browser_share.rb
|
8582
8596
|
- lib/phlex/icons/tabler/browser_x.rb
|
8583
8597
|
- lib/phlex/icons/tabler/brush.rb
|
8584
8598
|
- lib/phlex/icons/tabler/brush_off.rb
|
@@ -8641,6 +8655,7 @@ files:
|
|
8641
8655
|
- lib/phlex/icons/tabler/cactus_off.rb
|
8642
8656
|
- lib/phlex/icons/tabler/cake.rb
|
8643
8657
|
- lib/phlex/icons/tabler/cake_off.rb
|
8658
|
+
- lib/phlex/icons/tabler/cake_roll.rb
|
8644
8659
|
- lib/phlex/icons/tabler/calculator.rb
|
8645
8660
|
- lib/phlex/icons/tabler/calculator_off.rb
|
8646
8661
|
- lib/phlex/icons/tabler/calendar.rb
|
@@ -9123,6 +9138,9 @@ files:
|
|
9123
9138
|
- lib/phlex/icons/tabler/code_minus.rb
|
9124
9139
|
- lib/phlex/icons/tabler/code_off.rb
|
9125
9140
|
- lib/phlex/icons/tabler/code_plus.rb
|
9141
|
+
- lib/phlex/icons/tabler/code_variable.rb
|
9142
|
+
- lib/phlex/icons/tabler/code_variable_minus.rb
|
9143
|
+
- lib/phlex/icons/tabler/code_variable_plus.rb
|
9126
9144
|
- lib/phlex/icons/tabler/coffee.rb
|
9127
9145
|
- lib/phlex/icons/tabler/coffee_off.rb
|
9128
9146
|
- lib/phlex/icons/tabler/coffin.rb
|
@@ -10705,6 +10723,7 @@ files:
|
|
10705
10723
|
- lib/phlex/icons/tabler/math_xy.rb
|
10706
10724
|
- lib/phlex/icons/tabler/math_y_minus_y.rb
|
10707
10725
|
- lib/phlex/icons/tabler/math_y_plus_y.rb
|
10726
|
+
- lib/phlex/icons/tabler/matrix.rb
|
10708
10727
|
- lib/phlex/icons/tabler/maximize.rb
|
10709
10728
|
- lib/phlex/icons/tabler/maximize_off.rb
|
10710
10729
|
- lib/phlex/icons/tabler/meat.rb
|
@@ -11837,6 +11856,7 @@ files:
|
|
11837
11856
|
- lib/phlex/icons/tabler/square_chevrons_left.rb
|
11838
11857
|
- lib/phlex/icons/tabler/square_chevrons_right.rb
|
11839
11858
|
- lib/phlex/icons/tabler/square_chevrons_up.rb
|
11859
|
+
- lib/phlex/icons/tabler/square_dashed.rb
|
11840
11860
|
- lib/phlex/icons/tabler/square_dot.rb
|
11841
11861
|
- lib/phlex/icons/tabler/square_f0.rb
|
11842
11862
|
- lib/phlex/icons/tabler/square_f1.rb
|
@@ -12031,6 +12051,7 @@ files:
|
|
12031
12051
|
- lib/phlex/icons/tabler/table.rb
|
12032
12052
|
- lib/phlex/icons/tabler/table_alias.rb
|
12033
12053
|
- lib/phlex/icons/tabler/table_column.rb
|
12054
|
+
- lib/phlex/icons/tabler/table_dashed.rb
|
12034
12055
|
- lib/phlex/icons/tabler/table_down.rb
|
12035
12056
|
- lib/phlex/icons/tabler/table_export.rb
|
12036
12057
|
- lib/phlex/icons/tabler/table_heart.rb
|
@@ -12236,6 +12257,7 @@ files:
|
|
12236
12257
|
- lib/phlex/icons/tabler/u_turn_right.rb
|
12237
12258
|
- lib/phlex/icons/tabler/ufo.rb
|
12238
12259
|
- lib/phlex/icons/tabler/ufo_off.rb
|
12260
|
+
- lib/phlex/icons/tabler/uhd.rb
|
12239
12261
|
- lib/phlex/icons/tabler/umbrella.rb
|
12240
12262
|
- lib/phlex/icons/tabler/umbrella_2.rb
|
12241
12263
|
- lib/phlex/icons/tabler/umbrella_closed.rb
|
@@ -12380,6 +12402,8 @@ files:
|
|
12380
12402
|
- lib/phlex/icons/tabler/webhook.rb
|
12381
12403
|
- lib/phlex/icons/tabler/webhook_off.rb
|
12382
12404
|
- lib/phlex/icons/tabler/weight.rb
|
12405
|
+
- lib/phlex/icons/tabler/wheat.rb
|
12406
|
+
- lib/phlex/icons/tabler/wheat_off.rb
|
12383
12407
|
- lib/phlex/icons/tabler/wheel.rb
|
12384
12408
|
- lib/phlex/icons/tabler/wheelchair.rb
|
12385
12409
|
- lib/phlex/icons/tabler/wheelchair_off.rb
|