phlex-icons-lucide 2.36.0 → 2.38.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/lib/phlex-icons/lucide/bug.rb +9 -12
- data/lib/phlex-icons/lucide/bug_off.rb +7 -6
- data/lib/phlex-icons/lucide/bug_play.rb +4 -4
- data/lib/phlex-icons/lucide/calendar_cog.rb +1 -1
- data/lib/phlex-icons/lucide/chart_no_axes_column.rb +3 -3
- data/lib/phlex-icons/lucide/chart_no_axes_column_decreasing.rb +3 -3
- data/lib/phlex-icons/lucide/chart_no_axes_column_increasing.rb +3 -3
- data/lib/phlex-icons/lucide/chart_no_axes_gantt.rb +3 -3
- data/lib/phlex-icons/lucide/church.rb +3 -3
- data/lib/phlex-icons/lucide/ev_charger.rb +28 -0
- data/lib/phlex-icons/lucide/flame.rb +1 -3
- data/lib/phlex-icons/lucide/fuel.rb +4 -5
- data/lib/phlex-icons/lucide/house.rb +1 -3
- data/lib/phlex-icons/lucide/house_heart.rb +29 -0
- data/lib/phlex-icons/lucide/house_plug.rb +1 -1
- data/lib/phlex-icons/lucide/house_plus.rb +2 -4
- data/lib/phlex-icons/lucide/house_wifi.rb +1 -3
- data/lib/phlex-icons/lucide/kanban.rb +3 -3
- data/lib/phlex-icons/lucide/list.rb +4 -4
- data/lib/phlex-icons/lucide/list_check.rb +3 -3
- data/lib/phlex-icons/lucide/list_checks.rb +3 -3
- data/lib/phlex-icons/lucide/list_chevrons_down_up.rb +4 -4
- data/lib/phlex-icons/lucide/list_chevrons_up_down.rb +26 -0
- data/lib/phlex-icons/lucide/list_collapse.rb +2 -2
- data/lib/phlex-icons/lucide/list_end.rb +4 -4
- data/lib/phlex-icons/lucide/list_filter.rb +3 -3
- data/lib/phlex-icons/lucide/list_filter_plus.rb +5 -5
- data/lib/phlex-icons/lucide/{indent_decrease.rb → list_indent_decrease.rb} +3 -3
- data/lib/phlex-icons/lucide/{indent_increase.rb → list_indent_increase.rb} +3 -3
- data/lib/phlex-icons/lucide/list_minus.rb +2 -2
- data/lib/phlex-icons/lucide/list_music.rb +5 -5
- data/lib/phlex-icons/lucide/list_ordered.rb +6 -6
- data/lib/phlex-icons/lucide/list_plus.rb +2 -2
- data/lib/phlex-icons/lucide/list_restart.rb +2 -2
- data/lib/phlex-icons/lucide/list_start.rb +5 -5
- data/lib/phlex-icons/lucide/list_todo.rb +4 -4
- data/lib/phlex-icons/lucide/list_tree.rb +5 -5
- data/lib/phlex-icons/lucide/list_video.rb +4 -4
- data/lib/phlex-icons/lucide/list_x.rb +4 -4
- data/lib/phlex-icons/lucide/logs.rb +7 -7
- data/lib/phlex-icons/lucide/menu.rb +2 -2
- data/lib/phlex-icons/lucide/message_square_quote.rb +2 -2
- data/lib/phlex-icons/lucide/panel_left_right_dashed.rb +8 -8
- data/lib/phlex-icons/lucide/panel_top_bottom_dashed.rb +8 -8
- data/lib/phlex-icons/lucide/sliders_horizontal.rb +9 -9
- data/lib/phlex-icons/lucide/sliders_vertical.rb +9 -9
- data/lib/phlex-icons/lucide/square_m.rb +5 -2
- data/lib/phlex-icons/lucide/table_of_contents.rb +4 -4
- data/lib/phlex-icons/lucide/{align_center.rb → text_align_center.rb} +3 -3
- data/lib/phlex-icons/lucide/{align_right.rb → text_align_end.rb} +3 -3
- data/lib/phlex-icons/lucide/{align_justify.rb → text_align_justify.rb} +3 -3
- data/lib/phlex-icons/lucide/{align_left.rb → text_align_start.rb} +3 -3
- data/lib/phlex-icons/lucide/{letter_text.rb → text_initial.rb} +5 -5
- data/lib/phlex-icons/lucide/text_quote.rb +3 -3
- data/lib/phlex-icons/lucide/text_search.rb +2 -2
- data/lib/phlex-icons/lucide/text_wrap.rb +25 -0
- data/lib/phlex-icons/lucide.rb +12 -10
- data/lib/phlex-icons/version.rb +1 -1
- metadata +13 -11
- data/lib/phlex-icons/lucide/text.rb +0 -24
- data/lib/phlex-icons/lucide/wrap_text.rb +0 -25
@@ -14,11 +14,11 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.path(d: '
|
18
|
-
s.path(d: '
|
19
|
-
s.path(d: '
|
20
|
-
s.path(d: '
|
21
|
-
s.path(d: '
|
17
|
+
s.path(d: 'M3 5h6')
|
18
|
+
s.path(d: 'M3 12h13')
|
19
|
+
s.path(d: 'M3 19h13')
|
20
|
+
s.path(d: 'm16 8-3-3 3-3')
|
21
|
+
s.path(d: 'M21 19V7a2 2 0 0 0-2-2h-6')
|
22
22
|
end
|
23
23
|
end
|
24
24
|
end
|
@@ -14,11 +14,11 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.
|
18
|
-
s.path(d: 'm3 17 2 2 4-4')
|
19
|
-
s.path(d: 'M13 6h8')
|
17
|
+
s.path(d: 'M13 5h8')
|
20
18
|
s.path(d: 'M13 12h8')
|
21
|
-
s.path(d: 'M13
|
19
|
+
s.path(d: 'M13 19h8')
|
20
|
+
s.path(d: 'm3 17 2 2 4-4')
|
21
|
+
s.rect(x: '3', y: '4', width: '6', height: '6', rx: '1')
|
22
22
|
end
|
23
23
|
end
|
24
24
|
end
|
@@ -14,11 +14,11 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.path(d: '
|
18
|
-
s.path(d: '
|
19
|
-
s.path(d: '
|
20
|
-
s.path(d: 'M3
|
21
|
-
s.path(d: 'M3
|
17
|
+
s.path(d: 'M8 5h13')
|
18
|
+
s.path(d: 'M13 12h8')
|
19
|
+
s.path(d: 'M13 19h8')
|
20
|
+
s.path(d: 'M3 10a2 2 0 0 0 2 2h3')
|
21
|
+
s.path(d: 'M3 5v12a2 2 0 0 0 2 2h3')
|
22
22
|
end
|
23
23
|
end
|
24
24
|
end
|
@@ -14,12 +14,12 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.path(d: '
|
18
|
-
s.path(d: '
|
19
|
-
s.path(d: '
|
17
|
+
s.path(d: 'M21 5H3')
|
18
|
+
s.path(d: 'M10 12H3')
|
19
|
+
s.path(d: 'M10 19H3')
|
20
20
|
s.path(
|
21
21
|
d:
|
22
|
-
'
|
22
|
+
'M15 12.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z'
|
23
23
|
)
|
24
24
|
end
|
25
25
|
end
|
@@ -14,11 +14,11 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
+
s.path(d: 'M16 5H3')
|
17
18
|
s.path(d: 'M11 12H3')
|
18
|
-
s.path(d: 'M16
|
19
|
-
s.path(d: '
|
20
|
-
s.path(d: '
|
21
|
-
s.path(d: 'm15 10 4 4')
|
19
|
+
s.path(d: 'M16 19H3')
|
20
|
+
s.path(d: 'm15.5 9.5 5 5')
|
21
|
+
s.path(d: 'm20.5 9.5-5 5')
|
22
22
|
end
|
23
23
|
end
|
24
24
|
end
|
@@ -15,15 +15,15 @@ module PhlexIcons
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.path(d: '
|
19
|
-
s.path(d: 'M13 18h8')
|
20
|
-
s.path(d: 'M13 6h8')
|
18
|
+
s.path(d: 'M3 5h1')
|
21
19
|
s.path(d: 'M3 12h1')
|
22
|
-
s.path(d: 'M3
|
23
|
-
s.path(d: '
|
20
|
+
s.path(d: 'M3 19h1')
|
21
|
+
s.path(d: 'M8 5h1')
|
24
22
|
s.path(d: 'M8 12h1')
|
25
|
-
s.path(d: 'M8
|
26
|
-
s.path(d: '
|
23
|
+
s.path(d: 'M8 19h1')
|
24
|
+
s.path(d: 'M13 5h8')
|
25
|
+
s.path(d: 'M13 12h8')
|
26
|
+
s.path(d: 'M13 19h8')
|
27
27
|
end
|
28
28
|
end
|
29
29
|
end
|
@@ -15,12 +15,12 @@ module PhlexIcons
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
+
s.path(d: 'M14 14a2 2 0 0 0 2-2V8h-2')
|
18
19
|
s.path(
|
19
20
|
d:
|
20
21
|
'M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z'
|
21
22
|
)
|
22
|
-
s.path(d: '
|
23
|
-
s.path(d: 'M8 13a2 2 0 0 0 2-2V9H8')
|
23
|
+
s.path(d: 'M8 14a2 2 0 0 0 2-2V8H8')
|
24
24
|
end
|
25
25
|
end
|
26
26
|
end
|
@@ -15,14 +15,14 @@ module PhlexIcons
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.path(d: '
|
19
|
-
s.path(d: '
|
20
|
-
s.path(d: '
|
21
|
-
s.path(d: '
|
22
|
-
s.path(d: '
|
23
|
-
s.path(d: '
|
24
|
-
s.path(d: '
|
25
|
-
s.path(d: '
|
18
|
+
s.path(d: 'M15 10V9')
|
19
|
+
s.path(d: 'M15 15v-1')
|
20
|
+
s.path(d: 'M15 21v-2')
|
21
|
+
s.path(d: 'M15 5V3')
|
22
|
+
s.path(d: 'M9 10V9')
|
23
|
+
s.path(d: 'M9 15v-1')
|
24
|
+
s.path(d: 'M9 21v-2')
|
25
|
+
s.path(d: 'M9 5V3')
|
26
26
|
s.rect(x: '3', y: '3', width: '18', height: '18', rx: '2')
|
27
27
|
end
|
28
28
|
end
|
@@ -15,14 +15,14 @@ module PhlexIcons
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.path(d: 'M14
|
19
|
-
s.path(d: 'M14
|
20
|
-
s.path(d: 'M19
|
21
|
-
s.path(d: 'M19
|
22
|
-
s.path(d: 'M3
|
23
|
-
s.path(d: 'M3
|
24
|
-
s.path(d: 'M9
|
25
|
-
s.path(d: 'M9
|
18
|
+
s.path(d: 'M14 15h1')
|
19
|
+
s.path(d: 'M14 9h1')
|
20
|
+
s.path(d: 'M19 15h2')
|
21
|
+
s.path(d: 'M19 9h2')
|
22
|
+
s.path(d: 'M3 15h2')
|
23
|
+
s.path(d: 'M3 9h2')
|
24
|
+
s.path(d: 'M9 15h1')
|
25
|
+
s.path(d: 'M9 9h1')
|
26
26
|
s.rect(x: '3', y: '3', width: '18', height: '18', rx: '2')
|
27
27
|
end
|
28
28
|
end
|
@@ -15,15 +15,15 @@ module PhlexIcons
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.
|
19
|
-
s.
|
20
|
-
s.
|
21
|
-
s.
|
22
|
-
s.
|
23
|
-
s.
|
24
|
-
s.
|
25
|
-
s.
|
26
|
-
s.
|
18
|
+
s.path(d: 'M10 5H3')
|
19
|
+
s.path(d: 'M12 19H3')
|
20
|
+
s.path(d: 'M14 3v4')
|
21
|
+
s.path(d: 'M16 17v4')
|
22
|
+
s.path(d: 'M21 12h-9')
|
23
|
+
s.path(d: 'M21 19h-5')
|
24
|
+
s.path(d: 'M21 5h-7')
|
25
|
+
s.path(d: 'M8 10v4')
|
26
|
+
s.path(d: 'M8 12H3')
|
27
27
|
end
|
28
28
|
end
|
29
29
|
end
|
@@ -15,15 +15,15 @@ module PhlexIcons
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.
|
19
|
-
s.
|
20
|
-
s.
|
21
|
-
s.
|
22
|
-
s.
|
23
|
-
s.
|
24
|
-
s.
|
25
|
-
s.
|
26
|
-
s.
|
18
|
+
s.path(d: 'M10 8h4')
|
19
|
+
s.path(d: 'M12 21v-9')
|
20
|
+
s.path(d: 'M12 8V3')
|
21
|
+
s.path(d: 'M17 16h4')
|
22
|
+
s.path(d: 'M19 12V3')
|
23
|
+
s.path(d: 'M19 21v-5')
|
24
|
+
s.path(d: 'M3 14h4')
|
25
|
+
s.path(d: 'M5 10V3')
|
26
|
+
s.path(d: 'M5 21v-7')
|
27
27
|
end
|
28
28
|
end
|
29
29
|
end
|
@@ -14,8 +14,11 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.
|
18
|
-
|
17
|
+
s.path(
|
18
|
+
d:
|
19
|
+
'M8 16V8.5a.5.5 0 0 1 .9-.3l2.7 3.599a.5.5 0 0 0 .8 0l2.7-3.6a.5.5 0 0 1 .9.3V16'
|
20
|
+
)
|
21
|
+
s.rect(x: '3', y: '3', width: '18', height: '18', rx: '2')
|
19
22
|
end
|
20
23
|
end
|
21
24
|
end
|
@@ -14,12 +14,12 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
+
s.path(d: 'M16 5H3')
|
17
18
|
s.path(d: 'M16 12H3')
|
18
|
-
s.path(d: 'M16
|
19
|
-
s.path(d: '
|
19
|
+
s.path(d: 'M16 19H3')
|
20
|
+
s.path(d: 'M21 5h.01')
|
20
21
|
s.path(d: 'M21 12h.01')
|
21
|
-
s.path(d: 'M21
|
22
|
-
s.path(d: 'M21 6h.01')
|
22
|
+
s.path(d: 'M21 19h.01')
|
23
23
|
end
|
24
24
|
end
|
25
25
|
end
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
module PhlexIcons
|
4
4
|
module Lucide
|
5
|
-
class
|
5
|
+
class TextAlignCenter < Base
|
6
6
|
def view_template
|
7
7
|
svg(
|
8
8
|
**attrs,
|
@@ -14,9 +14,9 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
+
s.path(d: 'M21 5H3')
|
17
18
|
s.path(d: 'M17 12H7')
|
18
|
-
s.path(d: 'M19
|
19
|
-
s.path(d: 'M21 6H3')
|
19
|
+
s.path(d: 'M19 19H5')
|
20
20
|
end
|
21
21
|
end
|
22
22
|
end
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
module PhlexIcons
|
4
4
|
module Lucide
|
5
|
-
class
|
5
|
+
class TextAlignEnd < Base
|
6
6
|
def view_template
|
7
7
|
svg(
|
8
8
|
**attrs,
|
@@ -14,9 +14,9 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
+
s.path(d: 'M21 5H3')
|
17
18
|
s.path(d: 'M21 12H9')
|
18
|
-
s.path(d: 'M21
|
19
|
-
s.path(d: 'M21 6H3')
|
19
|
+
s.path(d: 'M21 19H7')
|
20
20
|
end
|
21
21
|
end
|
22
22
|
end
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
module PhlexIcons
|
4
4
|
module Lucide
|
5
|
-
class
|
5
|
+
class TextAlignJustify < Base
|
6
6
|
def view_template
|
7
7
|
svg(
|
8
8
|
**attrs,
|
@@ -14,9 +14,9 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
+
s.path(d: 'M3 5h18')
|
17
18
|
s.path(d: 'M3 12h18')
|
18
|
-
s.path(d: 'M3
|
19
|
-
s.path(d: 'M3 6h18')
|
19
|
+
s.path(d: 'M3 19h18')
|
20
20
|
end
|
21
21
|
end
|
22
22
|
end
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
module PhlexIcons
|
4
4
|
module Lucide
|
5
|
-
class
|
5
|
+
class TextAlignStart < Base
|
6
6
|
def view_template
|
7
7
|
svg(
|
8
8
|
**attrs,
|
@@ -14,9 +14,9 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
+
s.path(d: 'M21 5H3')
|
17
18
|
s.path(d: 'M15 12H3')
|
18
|
-
s.path(d: 'M17
|
19
|
-
s.path(d: 'M21 6H3')
|
19
|
+
s.path(d: 'M17 19H3')
|
20
20
|
end
|
21
21
|
end
|
22
22
|
end
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
module PhlexIcons
|
4
4
|
module Lucide
|
5
|
-
class
|
5
|
+
class TextInitial < Base
|
6
6
|
def view_template
|
7
7
|
svg(
|
8
8
|
**attrs,
|
@@ -14,11 +14,11 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
+
s.path(d: 'M15 5h6')
|
17
18
|
s.path(d: 'M15 12h6')
|
18
|
-
s.path(d: '
|
19
|
-
s.path(d: 'm3
|
20
|
-
s.path(d: 'M3
|
21
|
-
s.path(d: 'M3.92 11h6.16')
|
19
|
+
s.path(d: 'M3 19h18')
|
20
|
+
s.path(d: 'm3 12 3.553-7.724a.5.5 0 0 1 .894 0L11 12')
|
21
|
+
s.path(d: 'M3.92 10h6.16')
|
22
22
|
end
|
23
23
|
end
|
24
24
|
end
|
@@ -14,10 +14,10 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.path(d: 'M17
|
17
|
+
s.path(d: 'M17 5H3')
|
18
18
|
s.path(d: 'M21 12H8')
|
19
|
-
s.path(d: 'M21
|
20
|
-
s.path(d: 'M3
|
19
|
+
s.path(d: 'M21 19H8')
|
20
|
+
s.path(d: 'M3 12v7')
|
21
21
|
end
|
22
22
|
end
|
23
23
|
end
|
@@ -14,9 +14,9 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.path(d: 'M21
|
17
|
+
s.path(d: 'M21 5H3')
|
18
18
|
s.path(d: 'M10 12H3')
|
19
|
-
s.path(d: 'M10
|
19
|
+
s.path(d: 'M10 19H3')
|
20
20
|
s.circle(cx: '17', cy: '15', r: '3')
|
21
21
|
s.path(d: 'm21 19-1.9-1.9')
|
22
22
|
end
|
@@ -0,0 +1,25 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module PhlexIcons
|
4
|
+
module Lucide
|
5
|
+
class TextWrap < Base
|
6
|
+
def view_template
|
7
|
+
svg(
|
8
|
+
**attrs,
|
9
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
10
|
+
viewbox: '0 0 24 24',
|
11
|
+
fill: 'none',
|
12
|
+
stroke: 'currentColor',
|
13
|
+
stroke_width: '2',
|
14
|
+
stroke_linecap: 'round',
|
15
|
+
stroke_linejoin: 'round'
|
16
|
+
) do |s|
|
17
|
+
s.path(d: 'm16 16-3 3 3 3')
|
18
|
+
s.path(d: 'M3 12h14.5a1 1 0 0 1 0 7H13')
|
19
|
+
s.path(d: 'M3 19h6')
|
20
|
+
s.path(d: 'M3 5h18')
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
data/lib/phlex-icons/lucide.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
module PhlexIcons
|
4
4
|
module Lucide # rubocop:disable Metrics/ModuleLength
|
5
|
-
VERSION = '0.
|
5
|
+
VERSION = '0.544.0'
|
6
6
|
VARIANTS = nil
|
7
7
|
|
8
8
|
extend Phlex::Kit
|
@@ -24,7 +24,6 @@ module PhlexIcons
|
|
24
24
|
autoload :AlarmClockPlus, 'phlex-icons/lucide/alarm_clock_plus'
|
25
25
|
autoload :AlarmSmoke, 'phlex-icons/lucide/alarm_smoke'
|
26
26
|
autoload :Album, 'phlex-icons/lucide/album'
|
27
|
-
autoload :AlignCenter, 'phlex-icons/lucide/align_center'
|
28
27
|
autoload :AlignCenterHorizontal, 'phlex-icons/lucide/align_center_horizontal'
|
29
28
|
autoload :AlignCenterVertical, 'phlex-icons/lucide/align_center_vertical'
|
30
29
|
autoload :AlignEndHorizontal, 'phlex-icons/lucide/align_end_horizontal'
|
@@ -37,9 +36,6 @@ module PhlexIcons
|
|
37
36
|
autoload :AlignHorizontalJustifyStart, 'phlex-icons/lucide/align_horizontal_justify_start'
|
38
37
|
autoload :AlignHorizontalSpaceAround, 'phlex-icons/lucide/align_horizontal_space_around'
|
39
38
|
autoload :AlignHorizontalSpaceBetween, 'phlex-icons/lucide/align_horizontal_space_between'
|
40
|
-
autoload :AlignJustify, 'phlex-icons/lucide/align_justify'
|
41
|
-
autoload :AlignLeft, 'phlex-icons/lucide/align_left'
|
42
|
-
autoload :AlignRight, 'phlex-icons/lucide/align_right'
|
43
39
|
autoload :AlignStartHorizontal, 'phlex-icons/lucide/align_start_horizontal'
|
44
40
|
autoload :AlignStartVertical, 'phlex-icons/lucide/align_start_vertical'
|
45
41
|
autoload :AlignVerticalDistributeCenter, 'phlex-icons/lucide/align_vertical_distribute_center'
|
@@ -568,6 +564,7 @@ module PhlexIcons
|
|
568
564
|
autoload :Eraser, 'phlex-icons/lucide/eraser'
|
569
565
|
autoload :EthernetPort, 'phlex-icons/lucide/ethernet_port'
|
570
566
|
autoload :Euro, 'phlex-icons/lucide/euro'
|
567
|
+
autoload :EvCharger, 'phlex-icons/lucide/ev_charger'
|
571
568
|
autoload :Expand, 'phlex-icons/lucide/expand'
|
572
569
|
autoload :ExternalLink, 'phlex-icons/lucide/external_link'
|
573
570
|
autoload :Eye, 'phlex-icons/lucide/eye'
|
@@ -806,6 +803,7 @@ module PhlexIcons
|
|
806
803
|
autoload :Hotel, 'phlex-icons/lucide/hotel'
|
807
804
|
autoload :Hourglass, 'phlex-icons/lucide/hourglass'
|
808
805
|
autoload :House, 'phlex-icons/lucide/house'
|
806
|
+
autoload :HouseHeart, 'phlex-icons/lucide/house_heart'
|
809
807
|
autoload :HousePlug, 'phlex-icons/lucide/house_plug'
|
810
808
|
autoload :HousePlus, 'phlex-icons/lucide/house_plus'
|
811
809
|
autoload :HouseWifi, 'phlex-icons/lucide/house_wifi'
|
@@ -824,8 +822,6 @@ module PhlexIcons
|
|
824
822
|
autoload :Images, 'phlex-icons/lucide/images'
|
825
823
|
autoload :Import, 'phlex-icons/lucide/import'
|
826
824
|
autoload :Inbox, 'phlex-icons/lucide/inbox'
|
827
|
-
autoload :IndentDecrease, 'phlex-icons/lucide/indent_decrease'
|
828
|
-
autoload :IndentIncrease, 'phlex-icons/lucide/indent_increase'
|
829
825
|
autoload :IndianRupee, 'phlex-icons/lucide/indian_rupee'
|
830
826
|
autoload :Infinity, 'phlex-icons/lucide/infinity'
|
831
827
|
autoload :Info, 'phlex-icons/lucide/info'
|
@@ -870,7 +866,6 @@ module PhlexIcons
|
|
870
866
|
autoload :Leaf, 'phlex-icons/lucide/leaf'
|
871
867
|
autoload :LeafyGreen, 'phlex-icons/lucide/leafy_green'
|
872
868
|
autoload :Lectern, 'phlex-icons/lucide/lectern'
|
873
|
-
autoload :LetterText, 'phlex-icons/lucide/letter_text'
|
874
869
|
autoload :Library, 'phlex-icons/lucide/library'
|
875
870
|
autoload :LibraryBig, 'phlex-icons/lucide/library_big'
|
876
871
|
autoload :LifeBuoy, 'phlex-icons/lucide/life_buoy'
|
@@ -886,10 +881,13 @@ module PhlexIcons
|
|
886
881
|
autoload :ListCheck, 'phlex-icons/lucide/list_check'
|
887
882
|
autoload :ListChecks, 'phlex-icons/lucide/list_checks'
|
888
883
|
autoload :ListChevronsDownUp, 'phlex-icons/lucide/list_chevrons_down_up'
|
884
|
+
autoload :ListChevronsUpDown, 'phlex-icons/lucide/list_chevrons_up_down'
|
889
885
|
autoload :ListCollapse, 'phlex-icons/lucide/list_collapse'
|
890
886
|
autoload :ListEnd, 'phlex-icons/lucide/list_end'
|
891
887
|
autoload :ListFilter, 'phlex-icons/lucide/list_filter'
|
892
888
|
autoload :ListFilterPlus, 'phlex-icons/lucide/list_filter_plus'
|
889
|
+
autoload :ListIndentDecrease, 'phlex-icons/lucide/list_indent_decrease'
|
890
|
+
autoload :ListIndentIncrease, 'phlex-icons/lucide/list_indent_increase'
|
893
891
|
autoload :ListMinus, 'phlex-icons/lucide/list_minus'
|
894
892
|
autoload :ListMusic, 'phlex-icons/lucide/list_music'
|
895
893
|
autoload :ListOrdered, 'phlex-icons/lucide/list_ordered'
|
@@ -1476,12 +1474,17 @@ module PhlexIcons
|
|
1476
1474
|
autoload :TestTube, 'phlex-icons/lucide/test_tube'
|
1477
1475
|
autoload :TestTubeDiagonal, 'phlex-icons/lucide/test_tube_diagonal'
|
1478
1476
|
autoload :TestTubes, 'phlex-icons/lucide/test_tubes'
|
1479
|
-
autoload :
|
1477
|
+
autoload :TextAlignCenter, 'phlex-icons/lucide/text_align_center'
|
1478
|
+
autoload :TextAlignEnd, 'phlex-icons/lucide/text_align_end'
|
1479
|
+
autoload :TextAlignJustify, 'phlex-icons/lucide/text_align_justify'
|
1480
|
+
autoload :TextAlignStart, 'phlex-icons/lucide/text_align_start'
|
1480
1481
|
autoload :TextCursor, 'phlex-icons/lucide/text_cursor'
|
1481
1482
|
autoload :TextCursorInput, 'phlex-icons/lucide/text_cursor_input'
|
1483
|
+
autoload :TextInitial, 'phlex-icons/lucide/text_initial'
|
1482
1484
|
autoload :TextQuote, 'phlex-icons/lucide/text_quote'
|
1483
1485
|
autoload :TextSearch, 'phlex-icons/lucide/text_search'
|
1484
1486
|
autoload :TextSelect, 'phlex-icons/lucide/text_select'
|
1487
|
+
autoload :TextWrap, 'phlex-icons/lucide/text_wrap'
|
1485
1488
|
autoload :Theater, 'phlex-icons/lucide/theater'
|
1486
1489
|
autoload :Thermometer, 'phlex-icons/lucide/thermometer'
|
1487
1490
|
autoload :ThermometerSnowflake, 'phlex-icons/lucide/thermometer_snowflake'
|
@@ -1636,7 +1639,6 @@ module PhlexIcons
|
|
1636
1639
|
autoload :WineOff, 'phlex-icons/lucide/wine_off'
|
1637
1640
|
autoload :Workflow, 'phlex-icons/lucide/workflow'
|
1638
1641
|
autoload :Worm, 'phlex-icons/lucide/worm'
|
1639
|
-
autoload :WrapText, 'phlex-icons/lucide/wrap_text'
|
1640
1642
|
autoload :Wrench, 'phlex-icons/lucide/wrench'
|
1641
1643
|
autoload :X, 'phlex-icons/lucide/x'
|
1642
1644
|
autoload :Youtube, 'phlex-icons/lucide/youtube'
|
data/lib/phlex-icons/version.rb
CHANGED