phlex-icons 2.43.0 → 2.44.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/calendar_fold.rb +7 -2
- data/lib/phlex-icons/lucide/{file_warning.rb → clock_check.rb} +4 -4
- data/lib/phlex-icons/lucide/file.rb +7 -2
- data/lib/phlex-icons/lucide/file_archive.rb +9 -6
- data/lib/phlex-icons/lucide/file_axis_3d.rb +7 -2
- data/lib/phlex-icons/lucide/file_badge.rb +7 -4
- data/lib/phlex-icons/lucide/file_box.rb +7 -4
- data/lib/phlex-icons/lucide/{file_json.rb → file_braces.rb} +8 -3
- data/lib/phlex-icons/lucide/file_braces_corner.rb +30 -0
- data/lib/phlex-icons/lucide/file_chart_column.rb +7 -2
- data/lib/phlex-icons/lucide/file_chart_column_increasing.rb +7 -2
- data/lib/phlex-icons/lucide/file_chart_line.rb +7 -2
- data/lib/phlex-icons/lucide/file_chart_pie.rb +7 -2
- data/lib/phlex-icons/lucide/file_check.rb +7 -2
- data/lib/phlex-icons/lucide/{file_audio.rb → file_check_corner.rb} +4 -4
- data/lib/phlex-icons/lucide/file_clock.rb +5 -2
- data/lib/phlex-icons/lucide/file_code.rb +7 -2
- data/lib/phlex-icons/lucide/{file_json_2.rb → file_code_corner.rb} +6 -5
- data/lib/phlex-icons/lucide/file_cog.rb +11 -11
- data/lib/phlex-icons/lucide/file_diff.rb +6 -1
- data/lib/phlex-icons/lucide/file_digit.rb +8 -5
- data/lib/phlex-icons/lucide/file_down.rb +7 -2
- data/lib/phlex-icons/lucide/{file_badge_2.rb → file_exclamation_point.rb} +4 -4
- data/lib/phlex-icons/lucide/file_headphone.rb +30 -0
- data/lib/phlex-icons/lucide/file_heart.rb +4 -3
- data/lib/phlex-icons/lucide/file_image.rb +7 -2
- data/lib/phlex-icons/lucide/file_input.rb +7 -2
- data/lib/phlex-icons/lucide/file_key.rb +10 -4
- data/lib/phlex-icons/lucide/file_lock.rb +7 -3
- data/lib/phlex-icons/lucide/file_minus.rb +7 -2
- data/lib/phlex-icons/lucide/{file_key_2.rb → file_minus_corner.rb} +7 -6
- data/lib/phlex-icons/lucide/file_music.rb +9 -4
- data/lib/phlex-icons/lucide/file_output.rb +7 -3
- data/lib/phlex-icons/lucide/file_pen.rb +6 -3
- data/lib/phlex-icons/lucide/file_pen_line.rb +1 -1
- data/lib/phlex-icons/lucide/file_play.rb +7 -2
- data/lib/phlex-icons/lucide/file_plus.rb +7 -2
- data/lib/phlex-icons/lucide/{file_check_2.rb → file_plus_corner.rb} +8 -4
- data/lib/phlex-icons/lucide/file_question_mark.rb +6 -1
- data/lib/phlex-icons/lucide/file_scan.rb +6 -3
- data/lib/phlex-icons/lucide/file_search.rb +7 -4
- data/lib/phlex-icons/lucide/file_search_corner.rb +28 -0
- data/lib/phlex-icons/lucide/{file_volume_2.rb → file_signal.rb} +8 -3
- data/lib/phlex-icons/lucide/file_sliders.rb +7 -2
- data/lib/phlex-icons/lucide/file_spreadsheet.rb +7 -2
- data/lib/phlex-icons/lucide/file_symlink.rb +5 -3
- data/lib/phlex-icons/lucide/file_terminal.rb +7 -2
- data/lib/phlex-icons/lucide/file_text.rb +7 -2
- data/lib/phlex-icons/lucide/file_type.rb +9 -4
- data/lib/phlex-icons/lucide/file_type_corner.rb +29 -0
- data/lib/phlex-icons/lucide/file_up.rb +7 -2
- data/lib/phlex-icons/lucide/file_user.rb +9 -4
- data/lib/phlex-icons/lucide/file_video_camera.rb +7 -4
- data/lib/phlex-icons/lucide/file_volume.rb +5 -4
- data/lib/phlex-icons/lucide/file_x.rb +7 -2
- data/lib/phlex-icons/lucide/{file_code_2.rb → file_x_corner.rb} +8 -5
- data/lib/phlex-icons/lucide/files.rb +2 -2
- data/lib/phlex-icons/lucide/{file_minus_2.rb → git_branch_minus.rb} +5 -4
- data/lib/phlex-icons/lucide/{file_audio_2.rb → helicopter.rb} +9 -6
- data/lib/phlex-icons/lucide/mouse_pointer_2_off.rb +29 -0
- data/lib/phlex-icons/lucide/ruler_dimension_line.rb +8 -7
- data/lib/phlex-icons/lucide/shredder.rb +5 -2
- data/lib/phlex-icons/lucide/solar_panel.rb +31 -0
- data/lib/phlex-icons/lucide/sticker.rb +5 -2
- data/lib/phlex-icons/lucide/sticky_note.rb +7 -2
- data/lib/phlex-icons/lucide.rb +18 -17
- data/lib/phlex-icons/version.rb +1 -1
- metadata +18 -17
- data/lib/phlex-icons/lucide/file_lock_2.rb +0 -25
- data/lib/phlex-icons/lucide/file_plus_2.rb +0 -25
- data/lib/phlex-icons/lucide/file_search_2.rb +0 -25
- data/lib/phlex-icons/lucide/file_type_2.rb +0 -26
- data/lib/phlex-icons/lucide/file_x_2.rb +0 -25
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
3
4
|
module PhlexIcons
|
|
4
5
|
module Lucide
|
|
5
6
|
class FileUser < Base
|
|
@@ -14,12 +15,16 @@ module PhlexIcons
|
|
|
14
15
|
stroke_linecap: 'round',
|
|
15
16
|
stroke_linejoin: 'round'
|
|
16
17
|
) do |s|
|
|
17
|
-
s.path(
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
s.path(
|
|
19
|
+
d:
|
|
20
|
+
'M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z'
|
|
21
|
+
)
|
|
22
|
+
s.path(d: 'M14 2v5a1 1 0 0 0 1 1h5')
|
|
23
|
+
s.path(d: 'M16 22a4 4 0 0 0-8 0')
|
|
24
|
+
s.circle(cx: '12', cy: '15', r: '3')
|
|
21
25
|
end
|
|
22
26
|
end
|
|
23
27
|
end
|
|
24
28
|
end
|
|
25
29
|
end
|
|
30
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -14,13 +14,16 @@ module PhlexIcons
|
|
|
14
14
|
stroke_linecap: 'round',
|
|
15
15
|
stroke_linejoin: 'round'
|
|
16
16
|
) do |s|
|
|
17
|
-
s.path(d: 'M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4')
|
|
18
|
-
s.path(d: 'M14 2v4a2 2 0 0 0 2 2h4')
|
|
19
|
-
s.rect(width: '8', height: '6', x: '2', y: '12', rx: '1')
|
|
20
17
|
s.path(
|
|
21
18
|
d:
|
|
22
|
-
'
|
|
19
|
+
'M4 12V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2'
|
|
23
20
|
)
|
|
21
|
+
s.path(d: 'M14 2v5a1 1 0 0 0 1 1h5')
|
|
22
|
+
s.path(
|
|
23
|
+
d:
|
|
24
|
+
'm10 17.843 3.033-1.755a.64.64 0 0 1 .967.56v4.704a.65.65 0 0 1-.967.56L10 20.157'
|
|
25
|
+
)
|
|
26
|
+
s.rect(width: '7', height: '6', x: '3', y: '16', rx: '1')
|
|
24
27
|
end
|
|
25
28
|
end
|
|
26
29
|
end
|
|
@@ -15,14 +15,15 @@ module PhlexIcons
|
|
|
15
15
|
stroke_linecap: 'round',
|
|
16
16
|
stroke_linejoin: 'round'
|
|
17
17
|
) do |s|
|
|
18
|
-
s.path(d: 'M11 11a5 5 0 0 1 0 6')
|
|
19
|
-
s.path(d: 'M14 2v4a2 2 0 0 0 2 2h4')
|
|
20
18
|
s.path(
|
|
21
|
-
d:
|
|
19
|
+
d:
|
|
20
|
+
'M4 11.55V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-1.95'
|
|
22
21
|
)
|
|
22
|
+
s.path(d: 'M14 2v5a1 1 0 0 0 1 1h5')
|
|
23
|
+
s.path(d: 'M12 15a5 5 0 0 1 0 6')
|
|
23
24
|
s.path(
|
|
24
25
|
d:
|
|
25
|
-
'
|
|
26
|
+
'M8 14.502a.5.5 0 0 0-.826-.381l-1.893 1.631a1 1 0 0 1-.651.243H3.5a.5.5 0 0 0-.5.501v3.006a.5.5 0 0 0 .5.501h1.129a1 1 0 0 1 .652.243l1.893 1.633a.5.5 0 0 0 .826-.38z'
|
|
26
27
|
)
|
|
27
28
|
end
|
|
28
29
|
end
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
3
4
|
module PhlexIcons
|
|
4
5
|
module Lucide
|
|
5
6
|
class FileX < Base
|
|
@@ -14,8 +15,11 @@ module PhlexIcons
|
|
|
14
15
|
stroke_linecap: 'round',
|
|
15
16
|
stroke_linejoin: 'round'
|
|
16
17
|
) do |s|
|
|
17
|
-
s.path(
|
|
18
|
-
|
|
18
|
+
s.path(
|
|
19
|
+
d:
|
|
20
|
+
'M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z'
|
|
21
|
+
)
|
|
22
|
+
s.path(d: 'M14 2v5a1 1 0 0 0 1 1h5')
|
|
19
23
|
s.path(d: 'm14.5 12.5-5 5')
|
|
20
24
|
s.path(d: 'm9.5 12.5 5 5')
|
|
21
25
|
end
|
|
@@ -23,3 +27,4 @@ module PhlexIcons
|
|
|
23
27
|
end
|
|
24
28
|
end
|
|
25
29
|
end
|
|
30
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
module PhlexIcons
|
|
4
4
|
module Lucide
|
|
5
|
-
class
|
|
5
|
+
class FileXCorner < Base
|
|
6
6
|
def view_template
|
|
7
7
|
svg(
|
|
8
8
|
**attrs,
|
|
@@ -14,10 +14,13 @@ module PhlexIcons
|
|
|
14
14
|
stroke_linecap: 'round',
|
|
15
15
|
stroke_linejoin: 'round'
|
|
16
16
|
) do |s|
|
|
17
|
-
s.path(
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
17
|
+
s.path(
|
|
18
|
+
d:
|
|
19
|
+
'M11 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5'
|
|
20
|
+
)
|
|
21
|
+
s.path(d: 'M14 2v5a1 1 0 0 0 1 1h5')
|
|
22
|
+
s.path(d: 'm15 17 5 5')
|
|
23
|
+
s.path(d: 'm20 17-5 5')
|
|
21
24
|
end
|
|
22
25
|
end
|
|
23
26
|
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: 'M15 2h-4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8')
|
|
17
18
|
s.path(
|
|
18
19
|
d:
|
|
19
|
-
'
|
|
20
|
+
'M16.706 2.706A2.4 2.4 0 0 0 15 2v5a1 1 0 0 0 1 1h5a2.4 2.4 0 0 0-.706-1.706z'
|
|
20
21
|
)
|
|
21
|
-
s.path(d: 'M15 2v4a2 2 0 0 0 2 2h4')
|
|
22
22
|
s.path(d: 'M5 7a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 1.732-1')
|
|
23
23
|
end
|
|
24
24
|
end
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
module PhlexIcons
|
|
4
4
|
module Lucide
|
|
5
|
-
class
|
|
5
|
+
class GitBranchMinus < Base
|
|
6
6
|
def view_template
|
|
7
7
|
svg(
|
|
8
8
|
**attrs,
|
|
@@ -14,9 +14,10 @@ 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.
|
|
17
|
+
s.path(d: 'M15 6a9 9 0 0 0-9 9V3')
|
|
18
|
+
s.path(d: 'M21 18h-6')
|
|
19
|
+
s.circle(cx: '18', cy: '6', r: '3')
|
|
20
|
+
s.circle(cx: '6', cy: '18', r: '3')
|
|
20
21
|
end
|
|
21
22
|
end
|
|
22
23
|
end
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
module PhlexIcons
|
|
4
4
|
module Lucide
|
|
5
|
-
class
|
|
5
|
+
class Helicopter < Base
|
|
6
6
|
def view_template
|
|
7
7
|
svg(
|
|
8
8
|
**attrs,
|
|
@@ -14,11 +14,14 @@ module PhlexIcons
|
|
|
14
14
|
stroke_linecap: 'round',
|
|
15
15
|
stroke_linejoin: 'round'
|
|
16
16
|
) do |s|
|
|
17
|
-
s.path(d: '
|
|
18
|
-
s.path(d: 'M14
|
|
19
|
-
s.
|
|
20
|
-
s.path(d: '
|
|
21
|
-
s.
|
|
17
|
+
s.path(d: 'M11 17v4')
|
|
18
|
+
s.path(d: 'M14 3v8a2 2 0 0 0 2 2h5.865')
|
|
19
|
+
s.path(d: 'M17 17v4')
|
|
20
|
+
s.path(d: 'M18 17a4 4 0 0 0 4-4 8 6 0 0 0-8-6 6 5 0 0 0-6 5v3a2 2 0 0 0 2 2z')
|
|
21
|
+
s.path(d: 'M2 10v5')
|
|
22
|
+
s.path(d: 'M6 3h16')
|
|
23
|
+
s.path(d: 'M7 21h14')
|
|
24
|
+
s.path(d: 'M8 13H2')
|
|
22
25
|
end
|
|
23
26
|
end
|
|
24
27
|
end
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
4
|
+
module PhlexIcons
|
|
5
|
+
module Lucide
|
|
6
|
+
class MousePointer2Off < Base
|
|
7
|
+
def view_template
|
|
8
|
+
svg(
|
|
9
|
+
**attrs,
|
|
10
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
11
|
+
viewbox: '0 0 24 24',
|
|
12
|
+
fill: 'none',
|
|
13
|
+
stroke: 'currentColor',
|
|
14
|
+
stroke_width: '2',
|
|
15
|
+
stroke_linecap: 'round',
|
|
16
|
+
stroke_linejoin: 'round'
|
|
17
|
+
) do |s|
|
|
18
|
+
s.path(
|
|
19
|
+
d:
|
|
20
|
+
'm15.55 8.45 5.138 2.087a.5.5 0 0 1-.063.947l-6.124 1.58a2 2 0 0 0-1.438 1.435l-1.579 6.126a.5.5 0 0 1-.947.063L8.45 15.551'
|
|
21
|
+
)
|
|
22
|
+
s.path(d: 'M22 2 2 22')
|
|
23
|
+
s.path(d: 'm6.816 11.528-2.779-6.84a.495.495 0 0 1 .651-.651l6.84 2.779')
|
|
24
|
+
end
|
|
25
|
+
end
|
|
26
|
+
end
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -14,13 +14,14 @@ 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: '
|
|
22
|
-
s.path(d: '
|
|
23
|
-
s.
|
|
17
|
+
s.path(d: 'M10 15v-3')
|
|
18
|
+
s.path(d: 'M14 15v-3')
|
|
19
|
+
s.path(d: 'M18 15v-3')
|
|
20
|
+
s.path(d: 'M2 8V4')
|
|
21
|
+
s.path(d: 'M22 6H2')
|
|
22
|
+
s.path(d: 'M22 8V4')
|
|
23
|
+
s.path(d: 'M6 15v-3')
|
|
24
|
+
s.rect(x: '2', y: '12', width: '20', height: '8', rx: '2')
|
|
24
25
|
end
|
|
25
26
|
end
|
|
26
27
|
end
|
|
@@ -14,12 +14,15 @@ module PhlexIcons
|
|
|
14
14
|
stroke_linecap: 'round',
|
|
15
15
|
stroke_linejoin: 'round'
|
|
16
16
|
) do |s|
|
|
17
|
+
s.path(
|
|
18
|
+
d:
|
|
19
|
+
'M4 13V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5'
|
|
20
|
+
)
|
|
21
|
+
s.path(d: 'M14 2v5a1 1 0 0 0 1 1h5')
|
|
17
22
|
s.path(d: 'M10 22v-5')
|
|
18
23
|
s.path(d: 'M14 19v-2')
|
|
19
|
-
s.path(d: 'M14 2v4a2 2 0 0 0 2 2h4')
|
|
20
24
|
s.path(d: 'M18 20v-3')
|
|
21
25
|
s.path(d: 'M2 13h20')
|
|
22
|
-
s.path(d: 'M20 13V7l-5-5H6a2 2 0 0 0-2 2v9')
|
|
23
26
|
s.path(d: 'M6 20v-3')
|
|
24
27
|
end
|
|
25
28
|
end
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module PhlexIcons
|
|
4
|
+
module Lucide
|
|
5
|
+
class SolarPanel < 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: 'M11 2h2')
|
|
18
|
+
s.path(d: 'm14.28 14-4.56 8')
|
|
19
|
+
s.path(d: 'm21 22-1.558-4H4.558')
|
|
20
|
+
s.path(d: 'M3 10v2')
|
|
21
|
+
s.path(
|
|
22
|
+
d:
|
|
23
|
+
'M6.245 15.04A2 2 0 0 1 8 14h12a1 1 0 0 1 .864 1.505l-3.11 5.457A2 2 0 0 1 16 22H4a1 1 0 0 1-.863-1.506z'
|
|
24
|
+
)
|
|
25
|
+
s.path(d: 'M7 2a4 4 0 0 1-4 4')
|
|
26
|
+
s.path(d: 'm8.66 7.66 1.41 1.41')
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
end
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
3
4
|
module PhlexIcons
|
|
4
5
|
module Lucide
|
|
5
6
|
class Sticker < Base
|
|
@@ -15,9 +16,10 @@ module PhlexIcons
|
|
|
15
16
|
stroke_linejoin: 'round'
|
|
16
17
|
) do |s|
|
|
17
18
|
s.path(
|
|
18
|
-
d:
|
|
19
|
+
d:
|
|
20
|
+
'M21 9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2z'
|
|
19
21
|
)
|
|
20
|
-
s.path(d: '
|
|
22
|
+
s.path(d: 'M15 3v5a1 1 0 0 0 1 1h5')
|
|
21
23
|
s.path(d: 'M8 13h.01')
|
|
22
24
|
s.path(d: 'M16 13h.01')
|
|
23
25
|
s.path(d: 'M10 16s.8 1 2 1c1.3 0 2-1 2-1')
|
|
@@ -26,3 +28,4 @@ module PhlexIcons
|
|
|
26
28
|
end
|
|
27
29
|
end
|
|
28
30
|
end
|
|
31
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
3
4
|
module PhlexIcons
|
|
4
5
|
module Lucide
|
|
5
6
|
class StickyNote < Base
|
|
@@ -14,10 +15,14 @@ module PhlexIcons
|
|
|
14
15
|
stroke_linecap: 'round',
|
|
15
16
|
stroke_linejoin: 'round'
|
|
16
17
|
) do |s|
|
|
17
|
-
s.path(
|
|
18
|
-
|
|
18
|
+
s.path(
|
|
19
|
+
d:
|
|
20
|
+
'M21 9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2z'
|
|
21
|
+
)
|
|
22
|
+
s.path(d: 'M15 3v5a1 1 0 0 0 1 1h5')
|
|
19
23
|
end
|
|
20
24
|
end
|
|
21
25
|
end
|
|
22
26
|
end
|
|
23
27
|
end
|
|
28
|
+
# rubocop:enable Layout/LineLength
|
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.552.0'
|
|
6
6
|
VARIANTS = nil
|
|
7
7
|
|
|
8
8
|
extend Phlex::Kit
|
|
@@ -424,6 +424,7 @@ module PhlexIcons
|
|
|
424
424
|
autoload :ClockAlert, 'phlex-icons/lucide/clock_alert'
|
|
425
425
|
autoload :ClockArrowDown, 'phlex-icons/lucide/clock_arrow_down'
|
|
426
426
|
autoload :ClockArrowUp, 'phlex-icons/lucide/clock_arrow_up'
|
|
427
|
+
autoload :ClockCheck, 'phlex-icons/lucide/clock_check'
|
|
427
428
|
autoload :ClockFading, 'phlex-icons/lucide/clock_fading'
|
|
428
429
|
autoload :ClockPlus, 'phlex-icons/lucide/clock_plus'
|
|
429
430
|
autoload :ClosedCaption, 'phlex-icons/lucide/closed_caption'
|
|
@@ -581,47 +582,45 @@ module PhlexIcons
|
|
|
581
582
|
autoload :Figma, 'phlex-icons/lucide/figma'
|
|
582
583
|
autoload :File, 'phlex-icons/lucide/file'
|
|
583
584
|
autoload :FileArchive, 'phlex-icons/lucide/file_archive'
|
|
584
|
-
autoload :FileAudio, 'phlex-icons/lucide/file_audio'
|
|
585
|
-
autoload :FileAudio2, 'phlex-icons/lucide/file_audio_2'
|
|
586
585
|
autoload :FileAxis3d, 'phlex-icons/lucide/file_axis_3d'
|
|
587
586
|
autoload :FileBadge, 'phlex-icons/lucide/file_badge'
|
|
588
|
-
autoload :FileBadge2, 'phlex-icons/lucide/file_badge_2'
|
|
589
587
|
autoload :FileBox, 'phlex-icons/lucide/file_box'
|
|
588
|
+
autoload :FileBraces, 'phlex-icons/lucide/file_braces'
|
|
589
|
+
autoload :FileBracesCorner, 'phlex-icons/lucide/file_braces_corner'
|
|
590
590
|
autoload :FileChartColumn, 'phlex-icons/lucide/file_chart_column'
|
|
591
591
|
autoload :FileChartColumnIncreasing, 'phlex-icons/lucide/file_chart_column_increasing'
|
|
592
592
|
autoload :FileChartLine, 'phlex-icons/lucide/file_chart_line'
|
|
593
593
|
autoload :FileChartPie, 'phlex-icons/lucide/file_chart_pie'
|
|
594
594
|
autoload :FileCheck, 'phlex-icons/lucide/file_check'
|
|
595
|
-
autoload :
|
|
595
|
+
autoload :FileCheckCorner, 'phlex-icons/lucide/file_check_corner'
|
|
596
596
|
autoload :FileClock, 'phlex-icons/lucide/file_clock'
|
|
597
597
|
autoload :FileCode, 'phlex-icons/lucide/file_code'
|
|
598
|
-
autoload :
|
|
598
|
+
autoload :FileCodeCorner, 'phlex-icons/lucide/file_code_corner'
|
|
599
599
|
autoload :FileCog, 'phlex-icons/lucide/file_cog'
|
|
600
600
|
autoload :FileDiff, 'phlex-icons/lucide/file_diff'
|
|
601
601
|
autoload :FileDigit, 'phlex-icons/lucide/file_digit'
|
|
602
602
|
autoload :FileDown, 'phlex-icons/lucide/file_down'
|
|
603
|
+
autoload :FileExclamationPoint, 'phlex-icons/lucide/file_exclamation_point'
|
|
604
|
+
autoload :FileHeadphone, 'phlex-icons/lucide/file_headphone'
|
|
603
605
|
autoload :FileHeart, 'phlex-icons/lucide/file_heart'
|
|
604
606
|
autoload :FileImage, 'phlex-icons/lucide/file_image'
|
|
605
607
|
autoload :FileInput, 'phlex-icons/lucide/file_input'
|
|
606
|
-
autoload :FileJson, 'phlex-icons/lucide/file_json'
|
|
607
|
-
autoload :FileJson2, 'phlex-icons/lucide/file_json_2'
|
|
608
608
|
autoload :FileKey, 'phlex-icons/lucide/file_key'
|
|
609
|
-
autoload :FileKey2, 'phlex-icons/lucide/file_key_2'
|
|
610
609
|
autoload :FileLock, 'phlex-icons/lucide/file_lock'
|
|
611
|
-
autoload :FileLock2, 'phlex-icons/lucide/file_lock_2'
|
|
612
610
|
autoload :FileMinus, 'phlex-icons/lucide/file_minus'
|
|
613
|
-
autoload :
|
|
611
|
+
autoload :FileMinusCorner, 'phlex-icons/lucide/file_minus_corner'
|
|
614
612
|
autoload :FileMusic, 'phlex-icons/lucide/file_music'
|
|
615
613
|
autoload :FileOutput, 'phlex-icons/lucide/file_output'
|
|
616
614
|
autoload :FilePen, 'phlex-icons/lucide/file_pen'
|
|
617
615
|
autoload :FilePenLine, 'phlex-icons/lucide/file_pen_line'
|
|
618
616
|
autoload :FilePlay, 'phlex-icons/lucide/file_play'
|
|
619
617
|
autoload :FilePlus, 'phlex-icons/lucide/file_plus'
|
|
620
|
-
autoload :
|
|
618
|
+
autoload :FilePlusCorner, 'phlex-icons/lucide/file_plus_corner'
|
|
621
619
|
autoload :FileQuestionMark, 'phlex-icons/lucide/file_question_mark'
|
|
622
620
|
autoload :FileScan, 'phlex-icons/lucide/file_scan'
|
|
623
621
|
autoload :FileSearch, 'phlex-icons/lucide/file_search'
|
|
624
|
-
autoload :
|
|
622
|
+
autoload :FileSearchCorner, 'phlex-icons/lucide/file_search_corner'
|
|
623
|
+
autoload :FileSignal, 'phlex-icons/lucide/file_signal'
|
|
625
624
|
autoload :FileSliders, 'phlex-icons/lucide/file_sliders'
|
|
626
625
|
autoload :FileSpreadsheet, 'phlex-icons/lucide/file_spreadsheet'
|
|
627
626
|
autoload :FileStack, 'phlex-icons/lucide/file_stack'
|
|
@@ -629,15 +628,13 @@ module PhlexIcons
|
|
|
629
628
|
autoload :FileTerminal, 'phlex-icons/lucide/file_terminal'
|
|
630
629
|
autoload :FileText, 'phlex-icons/lucide/file_text'
|
|
631
630
|
autoload :FileType, 'phlex-icons/lucide/file_type'
|
|
632
|
-
autoload :
|
|
631
|
+
autoload :FileTypeCorner, 'phlex-icons/lucide/file_type_corner'
|
|
633
632
|
autoload :FileUp, 'phlex-icons/lucide/file_up'
|
|
634
633
|
autoload :FileUser, 'phlex-icons/lucide/file_user'
|
|
635
634
|
autoload :FileVideoCamera, 'phlex-icons/lucide/file_video_camera'
|
|
636
635
|
autoload :FileVolume, 'phlex-icons/lucide/file_volume'
|
|
637
|
-
autoload :FileVolume2, 'phlex-icons/lucide/file_volume_2'
|
|
638
|
-
autoload :FileWarning, 'phlex-icons/lucide/file_warning'
|
|
639
636
|
autoload :FileX, 'phlex-icons/lucide/file_x'
|
|
640
|
-
autoload :
|
|
637
|
+
autoload :FileXCorner, 'phlex-icons/lucide/file_x_corner'
|
|
641
638
|
autoload :Files, 'phlex-icons/lucide/files'
|
|
642
639
|
autoload :Film, 'phlex-icons/lucide/film'
|
|
643
640
|
autoload :Fingerprint, 'phlex-icons/lucide/fingerprint'
|
|
@@ -722,6 +719,7 @@ module PhlexIcons
|
|
|
722
719
|
autoload :Ghost, 'phlex-icons/lucide/ghost'
|
|
723
720
|
autoload :Gift, 'phlex-icons/lucide/gift'
|
|
724
721
|
autoload :GitBranch, 'phlex-icons/lucide/git_branch'
|
|
722
|
+
autoload :GitBranchMinus, 'phlex-icons/lucide/git_branch_minus'
|
|
725
723
|
autoload :GitBranchPlus, 'phlex-icons/lucide/git_branch_plus'
|
|
726
724
|
autoload :GitCommitHorizontal, 'phlex-icons/lucide/git_commit_horizontal'
|
|
727
725
|
autoload :GitCommitVertical, 'phlex-icons/lucide/git_commit_vertical'
|
|
@@ -796,6 +794,7 @@ module PhlexIcons
|
|
|
796
794
|
autoload :HeartPlus, 'phlex-icons/lucide/heart_plus'
|
|
797
795
|
autoload :HeartPulse, 'phlex-icons/lucide/heart_pulse'
|
|
798
796
|
autoload :Heater, 'phlex-icons/lucide/heater'
|
|
797
|
+
autoload :Helicopter, 'phlex-icons/lucide/helicopter'
|
|
799
798
|
autoload :Hexagon, 'phlex-icons/lucide/hexagon'
|
|
800
799
|
autoload :Highlighter, 'phlex-icons/lucide/highlighter'
|
|
801
800
|
autoload :History, 'phlex-icons/lucide/history'
|
|
@@ -1018,6 +1017,7 @@ module PhlexIcons
|
|
|
1018
1017
|
autoload :MouseOff, 'phlex-icons/lucide/mouse_off'
|
|
1019
1018
|
autoload :MousePointer, 'phlex-icons/lucide/mouse_pointer'
|
|
1020
1019
|
autoload :MousePointer2, 'phlex-icons/lucide/mouse_pointer_2'
|
|
1020
|
+
autoload :MousePointer2Off, 'phlex-icons/lucide/mouse_pointer_2_off'
|
|
1021
1021
|
autoload :MousePointerBan, 'phlex-icons/lucide/mouse_pointer_ban'
|
|
1022
1022
|
autoload :MousePointerClick, 'phlex-icons/lucide/mouse_pointer_click'
|
|
1023
1023
|
autoload :Move, 'phlex-icons/lucide/move'
|
|
@@ -1335,6 +1335,7 @@ module PhlexIcons
|
|
|
1335
1335
|
autoload :Snowflake, 'phlex-icons/lucide/snowflake'
|
|
1336
1336
|
autoload :SoapDispenserDroplet, 'phlex-icons/lucide/soap_dispenser_droplet'
|
|
1337
1337
|
autoload :Sofa, 'phlex-icons/lucide/sofa'
|
|
1338
|
+
autoload :SolarPanel, 'phlex-icons/lucide/solar_panel'
|
|
1338
1339
|
autoload :Soup, 'phlex-icons/lucide/soup'
|
|
1339
1340
|
autoload :Space, 'phlex-icons/lucide/space'
|
|
1340
1341
|
autoload :Spade, 'phlex-icons/lucide/spade'
|
data/lib/phlex-icons/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: phlex-icons
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.44.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ali Hamdi Ali Fadel
|
|
@@ -13340,6 +13340,7 @@ files:
|
|
|
13340
13340
|
- lib/phlex-icons/lucide/clock_alert.rb
|
|
13341
13341
|
- lib/phlex-icons/lucide/clock_arrow_down.rb
|
|
13342
13342
|
- lib/phlex-icons/lucide/clock_arrow_up.rb
|
|
13343
|
+
- lib/phlex-icons/lucide/clock_check.rb
|
|
13343
13344
|
- lib/phlex-icons/lucide/clock_fading.rb
|
|
13344
13345
|
- lib/phlex-icons/lucide/clock_plus.rb
|
|
13345
13346
|
- lib/phlex-icons/lucide/closed_caption.rb
|
|
@@ -13497,47 +13498,45 @@ files:
|
|
|
13497
13498
|
- lib/phlex-icons/lucide/figma.rb
|
|
13498
13499
|
- lib/phlex-icons/lucide/file.rb
|
|
13499
13500
|
- lib/phlex-icons/lucide/file_archive.rb
|
|
13500
|
-
- lib/phlex-icons/lucide/file_audio.rb
|
|
13501
|
-
- lib/phlex-icons/lucide/file_audio_2.rb
|
|
13502
13501
|
- lib/phlex-icons/lucide/file_axis_3d.rb
|
|
13503
13502
|
- lib/phlex-icons/lucide/file_badge.rb
|
|
13504
|
-
- lib/phlex-icons/lucide/file_badge_2.rb
|
|
13505
13503
|
- lib/phlex-icons/lucide/file_box.rb
|
|
13504
|
+
- lib/phlex-icons/lucide/file_braces.rb
|
|
13505
|
+
- lib/phlex-icons/lucide/file_braces_corner.rb
|
|
13506
13506
|
- lib/phlex-icons/lucide/file_chart_column.rb
|
|
13507
13507
|
- lib/phlex-icons/lucide/file_chart_column_increasing.rb
|
|
13508
13508
|
- lib/phlex-icons/lucide/file_chart_line.rb
|
|
13509
13509
|
- lib/phlex-icons/lucide/file_chart_pie.rb
|
|
13510
13510
|
- lib/phlex-icons/lucide/file_check.rb
|
|
13511
|
-
- lib/phlex-icons/lucide/
|
|
13511
|
+
- lib/phlex-icons/lucide/file_check_corner.rb
|
|
13512
13512
|
- lib/phlex-icons/lucide/file_clock.rb
|
|
13513
13513
|
- lib/phlex-icons/lucide/file_code.rb
|
|
13514
|
-
- lib/phlex-icons/lucide/
|
|
13514
|
+
- lib/phlex-icons/lucide/file_code_corner.rb
|
|
13515
13515
|
- lib/phlex-icons/lucide/file_cog.rb
|
|
13516
13516
|
- lib/phlex-icons/lucide/file_diff.rb
|
|
13517
13517
|
- lib/phlex-icons/lucide/file_digit.rb
|
|
13518
13518
|
- lib/phlex-icons/lucide/file_down.rb
|
|
13519
|
+
- lib/phlex-icons/lucide/file_exclamation_point.rb
|
|
13520
|
+
- lib/phlex-icons/lucide/file_headphone.rb
|
|
13519
13521
|
- lib/phlex-icons/lucide/file_heart.rb
|
|
13520
13522
|
- lib/phlex-icons/lucide/file_image.rb
|
|
13521
13523
|
- lib/phlex-icons/lucide/file_input.rb
|
|
13522
|
-
- lib/phlex-icons/lucide/file_json.rb
|
|
13523
|
-
- lib/phlex-icons/lucide/file_json_2.rb
|
|
13524
13524
|
- lib/phlex-icons/lucide/file_key.rb
|
|
13525
|
-
- lib/phlex-icons/lucide/file_key_2.rb
|
|
13526
13525
|
- lib/phlex-icons/lucide/file_lock.rb
|
|
13527
|
-
- lib/phlex-icons/lucide/file_lock_2.rb
|
|
13528
13526
|
- lib/phlex-icons/lucide/file_minus.rb
|
|
13529
|
-
- lib/phlex-icons/lucide/
|
|
13527
|
+
- lib/phlex-icons/lucide/file_minus_corner.rb
|
|
13530
13528
|
- lib/phlex-icons/lucide/file_music.rb
|
|
13531
13529
|
- lib/phlex-icons/lucide/file_output.rb
|
|
13532
13530
|
- lib/phlex-icons/lucide/file_pen.rb
|
|
13533
13531
|
- lib/phlex-icons/lucide/file_pen_line.rb
|
|
13534
13532
|
- lib/phlex-icons/lucide/file_play.rb
|
|
13535
13533
|
- lib/phlex-icons/lucide/file_plus.rb
|
|
13536
|
-
- lib/phlex-icons/lucide/
|
|
13534
|
+
- lib/phlex-icons/lucide/file_plus_corner.rb
|
|
13537
13535
|
- lib/phlex-icons/lucide/file_question_mark.rb
|
|
13538
13536
|
- lib/phlex-icons/lucide/file_scan.rb
|
|
13539
13537
|
- lib/phlex-icons/lucide/file_search.rb
|
|
13540
|
-
- lib/phlex-icons/lucide/
|
|
13538
|
+
- lib/phlex-icons/lucide/file_search_corner.rb
|
|
13539
|
+
- lib/phlex-icons/lucide/file_signal.rb
|
|
13541
13540
|
- lib/phlex-icons/lucide/file_sliders.rb
|
|
13542
13541
|
- lib/phlex-icons/lucide/file_spreadsheet.rb
|
|
13543
13542
|
- lib/phlex-icons/lucide/file_stack.rb
|
|
@@ -13545,15 +13544,13 @@ files:
|
|
|
13545
13544
|
- lib/phlex-icons/lucide/file_terminal.rb
|
|
13546
13545
|
- lib/phlex-icons/lucide/file_text.rb
|
|
13547
13546
|
- lib/phlex-icons/lucide/file_type.rb
|
|
13548
|
-
- lib/phlex-icons/lucide/
|
|
13547
|
+
- lib/phlex-icons/lucide/file_type_corner.rb
|
|
13549
13548
|
- lib/phlex-icons/lucide/file_up.rb
|
|
13550
13549
|
- lib/phlex-icons/lucide/file_user.rb
|
|
13551
13550
|
- lib/phlex-icons/lucide/file_video_camera.rb
|
|
13552
13551
|
- lib/phlex-icons/lucide/file_volume.rb
|
|
13553
|
-
- lib/phlex-icons/lucide/file_volume_2.rb
|
|
13554
|
-
- lib/phlex-icons/lucide/file_warning.rb
|
|
13555
13552
|
- lib/phlex-icons/lucide/file_x.rb
|
|
13556
|
-
- lib/phlex-icons/lucide/
|
|
13553
|
+
- lib/phlex-icons/lucide/file_x_corner.rb
|
|
13557
13554
|
- lib/phlex-icons/lucide/files.rb
|
|
13558
13555
|
- lib/phlex-icons/lucide/film.rb
|
|
13559
13556
|
- lib/phlex-icons/lucide/fingerprint.rb
|
|
@@ -13638,6 +13635,7 @@ files:
|
|
|
13638
13635
|
- lib/phlex-icons/lucide/ghost.rb
|
|
13639
13636
|
- lib/phlex-icons/lucide/gift.rb
|
|
13640
13637
|
- lib/phlex-icons/lucide/git_branch.rb
|
|
13638
|
+
- lib/phlex-icons/lucide/git_branch_minus.rb
|
|
13641
13639
|
- lib/phlex-icons/lucide/git_branch_plus.rb
|
|
13642
13640
|
- lib/phlex-icons/lucide/git_commit_horizontal.rb
|
|
13643
13641
|
- lib/phlex-icons/lucide/git_commit_vertical.rb
|
|
@@ -13712,6 +13710,7 @@ files:
|
|
|
13712
13710
|
- lib/phlex-icons/lucide/heart_plus.rb
|
|
13713
13711
|
- lib/phlex-icons/lucide/heart_pulse.rb
|
|
13714
13712
|
- lib/phlex-icons/lucide/heater.rb
|
|
13713
|
+
- lib/phlex-icons/lucide/helicopter.rb
|
|
13715
13714
|
- lib/phlex-icons/lucide/hexagon.rb
|
|
13716
13715
|
- lib/phlex-icons/lucide/highlighter.rb
|
|
13717
13716
|
- lib/phlex-icons/lucide/history.rb
|
|
@@ -13934,6 +13933,7 @@ files:
|
|
|
13934
13933
|
- lib/phlex-icons/lucide/mouse_off.rb
|
|
13935
13934
|
- lib/phlex-icons/lucide/mouse_pointer.rb
|
|
13936
13935
|
- lib/phlex-icons/lucide/mouse_pointer_2.rb
|
|
13936
|
+
- lib/phlex-icons/lucide/mouse_pointer_2_off.rb
|
|
13937
13937
|
- lib/phlex-icons/lucide/mouse_pointer_ban.rb
|
|
13938
13938
|
- lib/phlex-icons/lucide/mouse_pointer_click.rb
|
|
13939
13939
|
- lib/phlex-icons/lucide/move.rb
|
|
@@ -14251,6 +14251,7 @@ files:
|
|
|
14251
14251
|
- lib/phlex-icons/lucide/snowflake.rb
|
|
14252
14252
|
- lib/phlex-icons/lucide/soap_dispenser_droplet.rb
|
|
14253
14253
|
- lib/phlex-icons/lucide/sofa.rb
|
|
14254
|
+
- lib/phlex-icons/lucide/solar_panel.rb
|
|
14254
14255
|
- lib/phlex-icons/lucide/soup.rb
|
|
14255
14256
|
- lib/phlex-icons/lucide/space.rb
|
|
14256
14257
|
- lib/phlex-icons/lucide/spade.rb
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module PhlexIcons
|
|
4
|
-
module Lucide
|
|
5
|
-
class FileLock2 < 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: 'M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v1')
|
|
18
|
-
s.path(d: 'M14 2v4a2 2 0 0 0 2 2h4')
|
|
19
|
-
s.rect(width: '8', height: '5', x: '2', y: '13', rx: '1')
|
|
20
|
-
s.path(d: 'M8 13v-2a2 2 0 1 0-4 0v2')
|
|
21
|
-
end
|
|
22
|
-
end
|
|
23
|
-
end
|
|
24
|
-
end
|
|
25
|
-
end
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module PhlexIcons
|
|
4
|
-
module Lucide
|
|
5
|
-
class FilePlus2 < 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: 'M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4')
|
|
18
|
-
s.path(d: 'M14 2v4a2 2 0 0 0 2 2h4')
|
|
19
|
-
s.path(d: 'M3 15h6')
|
|
20
|
-
s.path(d: 'M6 12v6')
|
|
21
|
-
end
|
|
22
|
-
end
|
|
23
|
-
end
|
|
24
|
-
end
|
|
25
|
-
end
|