phlex-icons-tabler 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/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/tabler/cake_roll.rb +38 -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/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 +21 -2
@@ -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-tabler
|
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
|
@@ -108,6 +108,7 @@ files:
|
|
108
108
|
- lib/phlex/icons/tabler/alarm_minus.rb
|
109
109
|
- lib/phlex/icons/tabler/alarm_off.rb
|
110
110
|
- lib/phlex/icons/tabler/alarm_plus.rb
|
111
|
+
- lib/phlex/icons/tabler/alarm_smoke.rb
|
111
112
|
- lib/phlex/icons/tabler/alarm_snooze.rb
|
112
113
|
- lib/phlex/icons/tabler/album.rb
|
113
114
|
- lib/phlex/icons/tabler/album_off.rb
|
@@ -410,8 +411,11 @@ files:
|
|
410
411
|
- lib/phlex/icons/tabler/backslash.rb
|
411
412
|
- lib/phlex/icons/tabler/backspace.rb
|
412
413
|
- lib/phlex/icons/tabler/badge.rb
|
414
|
+
- lib/phlex/icons/tabler/badge_2k.rb
|
413
415
|
- lib/phlex/icons/tabler/badge_3d.rb
|
416
|
+
- lib/phlex/icons/tabler/badge_3k.rb
|
414
417
|
- lib/phlex/icons/tabler/badge_4k.rb
|
418
|
+
- lib/phlex/icons/tabler/badge_5k.rb
|
415
419
|
- lib/phlex/icons/tabler/badge_8k.rb
|
416
420
|
- lib/phlex/icons/tabler/badge_ad.rb
|
417
421
|
- lib/phlex/icons/tabler/badge_ad_off.rb
|
@@ -555,6 +559,7 @@ files:
|
|
555
559
|
- lib/phlex/icons/tabler/blender.rb
|
556
560
|
- lib/phlex/icons/tabler/blob.rb
|
557
561
|
- lib/phlex/icons/tabler/blockquote.rb
|
562
|
+
- lib/phlex/icons/tabler/blocks.rb
|
558
563
|
- lib/phlex/icons/tabler/bluetooth.rb
|
559
564
|
- lib/phlex/icons/tabler/bluetooth_connected.rb
|
560
565
|
- lib/phlex/icons/tabler/bluetooth_off.rb
|
@@ -620,6 +625,7 @@ files:
|
|
620
625
|
- lib/phlex/icons/tabler/bowl.rb
|
621
626
|
- lib/phlex/icons/tabler/bowl_chopsticks.rb
|
622
627
|
- lib/phlex/icons/tabler/bowl_spoon.rb
|
628
|
+
- lib/phlex/icons/tabler/bowling.rb
|
623
629
|
- lib/phlex/icons/tabler/box.rb
|
624
630
|
- lib/phlex/icons/tabler/box_align_bottom.rb
|
625
631
|
- lib/phlex/icons/tabler/box_align_bottom_left.rb
|
@@ -1042,8 +1048,11 @@ files:
|
|
1042
1048
|
- lib/phlex/icons/tabler/broadcast_off.rb
|
1043
1049
|
- lib/phlex/icons/tabler/browser.rb
|
1044
1050
|
- lib/phlex/icons/tabler/browser_check.rb
|
1051
|
+
- lib/phlex/icons/tabler/browser_maximize.rb
|
1052
|
+
- lib/phlex/icons/tabler/browser_minus.rb
|
1045
1053
|
- lib/phlex/icons/tabler/browser_off.rb
|
1046
1054
|
- lib/phlex/icons/tabler/browser_plus.rb
|
1055
|
+
- lib/phlex/icons/tabler/browser_share.rb
|
1047
1056
|
- lib/phlex/icons/tabler/browser_x.rb
|
1048
1057
|
- lib/phlex/icons/tabler/brush.rb
|
1049
1058
|
- lib/phlex/icons/tabler/brush_off.rb
|
@@ -1106,6 +1115,7 @@ files:
|
|
1106
1115
|
- lib/phlex/icons/tabler/cactus_off.rb
|
1107
1116
|
- lib/phlex/icons/tabler/cake.rb
|
1108
1117
|
- lib/phlex/icons/tabler/cake_off.rb
|
1118
|
+
- lib/phlex/icons/tabler/cake_roll.rb
|
1109
1119
|
- lib/phlex/icons/tabler/calculator.rb
|
1110
1120
|
- lib/phlex/icons/tabler/calculator_off.rb
|
1111
1121
|
- lib/phlex/icons/tabler/calendar.rb
|
@@ -1588,6 +1598,9 @@ files:
|
|
1588
1598
|
- lib/phlex/icons/tabler/code_minus.rb
|
1589
1599
|
- lib/phlex/icons/tabler/code_off.rb
|
1590
1600
|
- lib/phlex/icons/tabler/code_plus.rb
|
1601
|
+
- lib/phlex/icons/tabler/code_variable.rb
|
1602
|
+
- lib/phlex/icons/tabler/code_variable_minus.rb
|
1603
|
+
- lib/phlex/icons/tabler/code_variable_plus.rb
|
1591
1604
|
- lib/phlex/icons/tabler/coffee.rb
|
1592
1605
|
- lib/phlex/icons/tabler/coffee_off.rb
|
1593
1606
|
- lib/phlex/icons/tabler/coffin.rb
|
@@ -3170,6 +3183,7 @@ files:
|
|
3170
3183
|
- lib/phlex/icons/tabler/math_xy.rb
|
3171
3184
|
- lib/phlex/icons/tabler/math_y_minus_y.rb
|
3172
3185
|
- lib/phlex/icons/tabler/math_y_plus_y.rb
|
3186
|
+
- lib/phlex/icons/tabler/matrix.rb
|
3173
3187
|
- lib/phlex/icons/tabler/maximize.rb
|
3174
3188
|
- lib/phlex/icons/tabler/maximize_off.rb
|
3175
3189
|
- lib/phlex/icons/tabler/meat.rb
|
@@ -4302,6 +4316,7 @@ files:
|
|
4302
4316
|
- lib/phlex/icons/tabler/square_chevrons_left.rb
|
4303
4317
|
- lib/phlex/icons/tabler/square_chevrons_right.rb
|
4304
4318
|
- lib/phlex/icons/tabler/square_chevrons_up.rb
|
4319
|
+
- lib/phlex/icons/tabler/square_dashed.rb
|
4305
4320
|
- lib/phlex/icons/tabler/square_dot.rb
|
4306
4321
|
- lib/phlex/icons/tabler/square_f0.rb
|
4307
4322
|
- lib/phlex/icons/tabler/square_f1.rb
|
@@ -4496,6 +4511,7 @@ files:
|
|
4496
4511
|
- lib/phlex/icons/tabler/table.rb
|
4497
4512
|
- lib/phlex/icons/tabler/table_alias.rb
|
4498
4513
|
- lib/phlex/icons/tabler/table_column.rb
|
4514
|
+
- lib/phlex/icons/tabler/table_dashed.rb
|
4499
4515
|
- lib/phlex/icons/tabler/table_down.rb
|
4500
4516
|
- lib/phlex/icons/tabler/table_export.rb
|
4501
4517
|
- lib/phlex/icons/tabler/table_heart.rb
|
@@ -4701,6 +4717,7 @@ files:
|
|
4701
4717
|
- lib/phlex/icons/tabler/u_turn_right.rb
|
4702
4718
|
- lib/phlex/icons/tabler/ufo.rb
|
4703
4719
|
- lib/phlex/icons/tabler/ufo_off.rb
|
4720
|
+
- lib/phlex/icons/tabler/uhd.rb
|
4704
4721
|
- lib/phlex/icons/tabler/umbrella.rb
|
4705
4722
|
- lib/phlex/icons/tabler/umbrella_2.rb
|
4706
4723
|
- lib/phlex/icons/tabler/umbrella_closed.rb
|
@@ -4845,6 +4862,8 @@ files:
|
|
4845
4862
|
- lib/phlex/icons/tabler/webhook.rb
|
4846
4863
|
- lib/phlex/icons/tabler/webhook_off.rb
|
4847
4864
|
- lib/phlex/icons/tabler/weight.rb
|
4865
|
+
- lib/phlex/icons/tabler/wheat.rb
|
4866
|
+
- lib/phlex/icons/tabler/wheat_off.rb
|
4848
4867
|
- lib/phlex/icons/tabler/wheel.rb
|
4849
4868
|
- lib/phlex/icons/tabler/wheelchair.rb
|
4850
4869
|
- lib/phlex/icons/tabler/wheelchair_off.rb
|