phlex-icons-lucide 2.18.0 → 2.20.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/.rubocop.yml +5 -1
- data/README.md +44 -0
- data/generators/flag.rb +1 -1
- data/generators/hero.rb +1 -1
- data/generators/tabler.rb +1 -1
- data/lib/phlex-icons/configuration.rb +24 -1
- data/lib/phlex-icons/icon.rb +31 -0
- data/lib/phlex-icons/lucide/air_vent.rb +2 -2
- data/lib/phlex-icons/lucide/baby.rb +3 -3
- data/lib/phlex-icons/lucide/bell_electric.rb +4 -4
- data/lib/phlex-icons/lucide/book_key.rb +2 -2
- data/lib/phlex-icons/lucide/bow_arrow.rb +33 -0
- data/lib/phlex-icons/lucide/brain_cog.rb +19 -17
- data/lib/phlex-icons/lucide/brick_wall_fire.rb +33 -0
- data/lib/phlex-icons/lucide/brush.rb +3 -5
- data/lib/phlex-icons/lucide/brush_cleaning.rb +30 -0
- data/lib/phlex-icons/lucide/bubbles.rb +25 -0
- data/lib/phlex-icons/lucide/calendar_cog.rb +9 -9
- data/lib/phlex-icons/lucide/calendar_plus.rb +4 -4
- data/lib/phlex-icons/lucide/clipboard_paste.rb +5 -8
- data/lib/phlex-icons/lucide/clock_plus.rb +25 -0
- data/lib/phlex-icons/lucide/cloud_cog.rb +12 -10
- data/lib/phlex-icons/lucide/columns_3_cog.rb +35 -0
- data/lib/phlex-icons/lucide/cpu.rb +14 -10
- data/lib/phlex-icons/lucide/decimals_arrow_left.rb +25 -0
- data/lib/phlex-icons/lucide/decimals_arrow_right.rb +26 -0
- data/lib/phlex-icons/lucide/door_closed.rb +1 -1
- data/lib/phlex-icons/lucide/door_closed_locked.rb +26 -0
- data/lib/phlex-icons/lucide/door_open.rb +5 -5
- data/lib/phlex-icons/lucide/dumbbell.rb +5 -5
- data/lib/phlex-icons/lucide/expand.rb +4 -4
- data/lib/phlex-icons/lucide/file_badge_2.rb +7 -3
- data/lib/phlex-icons/lucide/file_cog.rb +8 -8
- data/lib/phlex-icons/lucide/folder_cog.rb +10 -10
- data/lib/phlex-icons/lucide/guitar.rb +1 -2
- data/lib/phlex-icons/lucide/hamburger.rb +28 -0
- data/lib/phlex-icons/lucide/heart_minus.rb +28 -0
- data/lib/phlex-icons/lucide/heart_plus.rb +29 -0
- data/lib/phlex-icons/lucide/lamp.rb +7 -2
- data/lib/phlex-icons/lucide/lamp_ceiling.rb +5 -2
- data/lib/phlex-icons/lucide/lamp_desk.rb +11 -4
- data/lib/phlex-icons/lucide/lamp_floor.rb +5 -2
- data/lib/phlex-icons/lucide/lamp_wall_down.rb +8 -3
- data/lib/phlex-icons/lucide/lamp_wall_up.rb +8 -3
- data/lib/phlex-icons/lucide/laptop.rb +2 -1
- data/lib/phlex-icons/lucide/layers_2.rb +2 -2
- data/lib/phlex-icons/lucide/locate_off.rb +7 -13
- data/lib/phlex-icons/lucide/location_edit.rb +29 -0
- data/lib/phlex-icons/lucide/mail.rb +2 -2
- data/lib/phlex-icons/lucide/menu.rb +3 -3
- data/lib/phlex-icons/lucide/monitor_cog.rb +8 -8
- data/lib/phlex-icons/lucide/non_binary.rb +2 -2
- data/lib/phlex-icons/lucide/orbit.rb +2 -2
- data/lib/phlex-icons/lucide/package_2.rb +7 -2
- data/lib/phlex-icons/lucide/palette.rb +5 -5
- data/lib/phlex-icons/lucide/panda.rb +32 -0
- data/lib/phlex-icons/lucide/phone.rb +1 -1
- data/lib/phlex-icons/lucide/phone_call.rb +3 -3
- data/lib/phlex-icons/lucide/phone_forwarded.rb +3 -3
- data/lib/phlex-icons/lucide/phone_incoming.rb +3 -3
- data/lib/phlex-icons/lucide/phone_missed.rb +3 -3
- data/lib/phlex-icons/lucide/phone_off.rb +6 -2
- data/lib/phlex-icons/lucide/phone_outgoing.rb +3 -3
- data/lib/phlex-icons/lucide/piggy_bank.rb +3 -3
- data/lib/phlex-icons/lucide/pipette.rb +8 -3
- data/lib/phlex-icons/lucide/rectangle_goggles.rb +27 -0
- data/lib/phlex-icons/lucide/rotate_ccw_key.rb +26 -0
- data/lib/phlex-icons/lucide/ruler_dimension_line.rb +28 -0
- data/lib/phlex-icons/lucide/search.rb +1 -1
- data/lib/phlex-icons/lucide/server_cog.rb +9 -10
- data/lib/phlex-icons/lucide/shredder.rb +28 -0
- data/lib/phlex-icons/lucide/soap_dispenser_droplet.rb +33 -0
- data/lib/phlex-icons/lucide/squares_exclude.rb +29 -0
- data/lib/phlex-icons/lucide/squares_intersect.rb +36 -0
- data/lib/phlex-icons/lucide/squares_subtract.rb +30 -0
- data/lib/phlex-icons/lucide/squares_unite.rb +27 -0
- data/lib/phlex-icons/lucide/text_cursor_input.rb +4 -4
- data/lib/phlex-icons/lucide/touchpad_off.rb +4 -4
- data/lib/phlex-icons/lucide/traffic_cone.rb +4 -7
- data/lib/phlex-icons/lucide/truck_electric.rb +33 -0
- data/lib/phlex-icons/lucide/user_cog.rb +9 -9
- data/lib/phlex-icons/lucide/user_lock.rb +25 -0
- data/lib/phlex-icons/lucide/user_round_cog.rb +8 -8
- data/lib/phlex-icons/lucide/users.rb +2 -2
- data/lib/phlex-icons/lucide/wifi_pen.rb +30 -0
- data/lib/phlex-icons/lucide.rb +27 -1
- data/lib/phlex-icons/name_parser.rb +117 -0
- data/lib/phlex-icons/railtie.rb +17 -0
- data/lib/phlex-icons/version.rb +1 -1
- data/lib/phlex-icons-lucide.rb +3 -0
- metadata +31 -2
@@ -15,16 +15,20 @@ module PhlexIcons
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.
|
19
|
-
s.
|
20
|
-
s.path(d: '
|
21
|
-
s.path(d: '
|
22
|
-
s.path(d: 'M2
|
23
|
-
s.path(d: 'M2
|
24
|
-
s.path(d: '
|
25
|
-
s.path(d: 'M20
|
26
|
-
s.path(d: '
|
27
|
-
s.path(d: '
|
18
|
+
s.path(d: 'M12 20v2')
|
19
|
+
s.path(d: 'M12 2v2')
|
20
|
+
s.path(d: 'M17 20v2')
|
21
|
+
s.path(d: 'M17 2v2')
|
22
|
+
s.path(d: 'M2 12h2')
|
23
|
+
s.path(d: 'M2 17h2')
|
24
|
+
s.path(d: 'M2 7h2')
|
25
|
+
s.path(d: 'M20 12h2')
|
26
|
+
s.path(d: 'M20 17h2')
|
27
|
+
s.path(d: 'M20 7h2')
|
28
|
+
s.path(d: 'M7 20v2')
|
29
|
+
s.path(d: 'M7 2v2')
|
30
|
+
s.rect(x: '4', y: '4', width: '16', height: '16', rx: '2')
|
31
|
+
s.rect(x: '8', y: '8', width: '8', height: '8', rx: '1')
|
28
32
|
end
|
29
33
|
end
|
30
34
|
end
|
@@ -0,0 +1,25 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module PhlexIcons
|
4
|
+
module Lucide
|
5
|
+
class DecimalsArrowLeft < 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: 'm13 21-3-3 3-3')
|
18
|
+
s.path(d: 'M20 18H10')
|
19
|
+
s.path(d: 'M3 11h.01')
|
20
|
+
s.rect(x: '6', y: '3', width: '5', height: '8', rx: '2.5')
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module PhlexIcons
|
4
|
+
module Lucide
|
5
|
+
class DecimalsArrowRight < 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: 'M10 18h10')
|
18
|
+
s.path(d: 'm17 21 3-3-3-3')
|
19
|
+
s.path(d: 'M3 11h.01')
|
20
|
+
s.rect(x: '15', y: '3', width: '5', height: '8', rx: '2.5')
|
21
|
+
s.rect(x: '6', y: '3', width: '5', height: '8', rx: '2.5')
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module PhlexIcons
|
4
|
+
module Lucide
|
5
|
+
class DoorClosedLocked < 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: 'M10 12h.01')
|
18
|
+
s.path(d: 'M18 9V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14')
|
19
|
+
s.path(d: 'M2 20h8')
|
20
|
+
s.path(d: 'M20 17v-2a2 2 0 1 0-4 0v2')
|
21
|
+
s.rect(x: '14', y: '17', width: '8', height: '5', rx: '1')
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
@@ -14,14 +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: 'M2 20h3')
|
19
|
-
s.path(d: 'M13 20h9')
|
20
|
-
s.path(d: 'M10 12v.01')
|
17
|
+
s.path(d: 'M11 20H2')
|
21
18
|
s.path(
|
22
19
|
d:
|
23
|
-
'
|
20
|
+
'M11 4.562v16.157a1 1 0 0 0 1.242.97L19 20V5.562a2 2 0 0 0-1.515-1.94l-4-1A2 2 0 0 0 11 4.561z'
|
24
21
|
)
|
22
|
+
s.path(d: 'M11 4H8a2 2 0 0 0-2 2v14')
|
23
|
+
s.path(d: 'M14 12h.01')
|
24
|
+
s.path(d: 'M22 20h-3')
|
25
25
|
end
|
26
26
|
end
|
27
27
|
end
|
@@ -15,17 +15,17 @@ module PhlexIcons
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.path(d: 'M14.4 14.4 9.6 9.6')
|
19
18
|
s.path(
|
20
19
|
d:
|
21
|
-
'
|
20
|
+
'M17.596 12.768a2 2 0 1 0 2.829-2.829l-1.768-1.767a2 2 0 0 0 2.828-2.829l-2.828-2.828a2 2 0 0 0-2.829 2.828l-1.767-1.768a2 2 0 1 0-2.829 2.829z'
|
22
21
|
)
|
23
|
-
s.path(d: '
|
24
|
-
s.path(d: '
|
22
|
+
s.path(d: 'm2.5 21.5 1.4-1.4')
|
23
|
+
s.path(d: 'm20.1 3.9 1.4-1.4')
|
25
24
|
s.path(
|
26
25
|
d:
|
27
|
-
'
|
26
|
+
'M5.343 21.485a2 2 0 1 0 2.829-2.828l1.767 1.768a2 2 0 1 0 2.829-2.829l-6.364-6.364a2 2 0 1 0-2.829 2.829l1.768 1.767a2 2 0 0 0-2.828 2.829z'
|
28
27
|
)
|
28
|
+
s.path(d: 'm9.6 14.4 4.8-4.8')
|
29
29
|
end
|
30
30
|
end
|
31
31
|
end
|
@@ -16,11 +16,11 @@ module PhlexIcons
|
|
16
16
|
) do |s|
|
17
17
|
s.path(d: 'm15 15 6 6')
|
18
18
|
s.path(d: 'm15 9 6-6')
|
19
|
-
s.path(d: 'M21
|
20
|
-
s.path(d: 'M21
|
21
|
-
s.path(d: 'M3
|
19
|
+
s.path(d: 'M21 16v5h-5')
|
20
|
+
s.path(d: 'M21 8V3h-5')
|
21
|
+
s.path(d: 'M3 16v5h5')
|
22
22
|
s.path(d: 'm3 21 6-6')
|
23
|
-
s.path(d: 'M3
|
23
|
+
s.path(d: 'M3 8V3h5')
|
24
24
|
s.path(d: 'M9 9 3 3')
|
25
25
|
end
|
26
26
|
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 FileBadge2 < Base
|
@@ -14,12 +15,15 @@ module PhlexIcons
|
|
14
15
|
stroke_linecap: 'round',
|
15
16
|
stroke_linejoin: 'round'
|
16
17
|
) do |s|
|
17
|
-
s.path(
|
18
|
+
s.path(
|
19
|
+
d:
|
20
|
+
'm13.69 12.479 1.29 4.88a.5.5 0 0 1-.697.591l-1.844-.849a1 1 0 0 0-.88.001l-1.846.85a.5.5 0 0 1-.693-.593l1.29-4.88'
|
21
|
+
)
|
22
|
+
s.path(d: 'M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z')
|
18
23
|
s.circle(cx: '12', cy: '10', r: '3')
|
19
|
-
s.path(d: 'M14 2v4a2 2 0 0 0 2 2h4')
|
20
|
-
s.path(d: 'm14 12.5 1 5.5-3-1-3 1 1-5.5')
|
21
24
|
end
|
22
25
|
end
|
23
26
|
end
|
24
27
|
end
|
25
28
|
end
|
29
|
+
# rubocop:enable Layout/LineLength
|
@@ -16,18 +16,18 @@ module PhlexIcons
|
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
18
|
s.path(d: 'M14 2v4a2 2 0 0 0 2 2h4')
|
19
|
-
s.path(d: '
|
20
|
-
s.path(d: 'm3.
|
19
|
+
s.path(d: 'm2.305 15.53.923-.382')
|
20
|
+
s.path(d: 'm3.228 12.852-.924-.383')
|
21
21
|
s.path(
|
22
22
|
d:
|
23
23
|
'M4.677 21.5a2 2 0 0 0 1.313.5H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2.5'
|
24
24
|
)
|
25
|
-
s.path(d: 'm4.
|
26
|
-
s.path(d: 'm4.
|
27
|
-
s.path(d: 'm7.
|
28
|
-
s.path(d: 'm7.
|
29
|
-
s.path(d: '
|
30
|
-
s.path(d: '
|
25
|
+
s.path(d: 'm4.852 11.228-.383-.923')
|
26
|
+
s.path(d: 'm4.852 16.772-.383.924')
|
27
|
+
s.path(d: 'm7.148 11.228.383-.923')
|
28
|
+
s.path(d: 'm7.53 17.696-.382-.924')
|
29
|
+
s.path(d: 'm8.772 12.852.923-.383')
|
30
|
+
s.path(d: 'm8.772 15.148.923.383')
|
31
31
|
s.circle(cx: '6', cy: '14', r: '3')
|
32
32
|
end
|
33
33
|
end
|
@@ -15,19 +15,19 @@ module PhlexIcons
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.circle(cx: '18', cy: '18', r: '3')
|
19
18
|
s.path(
|
20
19
|
d:
|
21
|
-
'M10.3 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.
|
20
|
+
'M10.3 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.98a2 2 0 0 1 1.69.9l.66 1.2A2 2 0 0 0 12 6h8a2 2 0 0 1 2 2v3.3'
|
22
21
|
)
|
23
|
-
s.path(d: '
|
24
|
-
s.path(d: 'm15.
|
25
|
-
s.path(d: 'm16.
|
26
|
-
s.path(d: '
|
27
|
-
s.path(d: 'm19.
|
28
|
-
s.path(d: '
|
29
|
-
s.path(d: '
|
30
|
-
s.path(d: 'm20.
|
22
|
+
s.path(d: 'm14.305 19.53.923-.382')
|
23
|
+
s.path(d: 'm15.228 16.852-.923-.383')
|
24
|
+
s.path(d: 'm16.852 15.228-.383-.923')
|
25
|
+
s.path(d: 'm16.852 20.772-.383.924')
|
26
|
+
s.path(d: 'm19.148 15.228.383-.923')
|
27
|
+
s.path(d: 'm19.53 21.696-.382-.924')
|
28
|
+
s.path(d: 'm20.772 16.852.924-.383')
|
29
|
+
s.path(d: 'm20.772 19.148.924.383')
|
30
|
+
s.circle(cx: '18', cy: '18', r: '3')
|
31
31
|
end
|
32
32
|
end
|
33
33
|
end
|
@@ -23,9 +23,8 @@ module PhlexIcons
|
|
23
23
|
s.path(d: 'm6 16 2 2')
|
24
24
|
s.path(
|
25
25
|
d:
|
26
|
-
'M8.
|
26
|
+
'M8.23 9.85A3 3 0 0 1 11 8a5 5 0 0 1 5 5 3 3 0 0 1-1.85 2.77l-.92.38A2 2 0 0 0 12 18a4 4 0 0 1-4 4 6 6 0 0 1-6-6 4 4 0 0 1 4-4 2 2 0 0 0 1.85-1.23z'
|
27
27
|
)
|
28
|
-
s.circle(cx: '11.5', cy: '12.5', r: '.5', fill: 'currentColor')
|
29
28
|
end
|
30
29
|
end
|
31
30
|
end
|
@@ -0,0 +1,28 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module PhlexIcons
|
4
|
+
module Lucide
|
5
|
+
class Hamburger < 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: 'M12 16H4a2 2 0 1 1 0-4h16a2 2 0 1 1 0 4h-4.25')
|
18
|
+
s.path(d: 'M5 12a2 2 0 0 1-2-2 9 7 0 0 1 18 0 2 2 0 0 1-2 2')
|
19
|
+
s.path(
|
20
|
+
d:
|
21
|
+
'M5 16a2 2 0 0 0-2 2 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 2 2 0 0 0-2-2q0 0 0 0'
|
22
|
+
)
|
23
|
+
s.path(d: 'm6.67 12 6.13 4.6a2 2 0 0 0 2.8-.4l3.15-4.2')
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
@@ -0,0 +1,28 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# rubocop:disable Layout/LineLength
|
4
|
+
module PhlexIcons
|
5
|
+
module Lucide
|
6
|
+
class HeartMinus < 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
|
+
'M13.5 19.5 12 21l-7-7c-1.5-1.45-3-3.2-3-5.5A5.5 5.5 0 0 1 7.5 3c1.76 0 3 .5 4.5 2 1.5-1.5 2.74-2 4.5-2a5.5 5.5 0 0 1 5.402 6.5'
|
21
|
+
)
|
22
|
+
s.path(d: 'M15 15h6')
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
# rubocop:enable Layout/LineLength
|
@@ -0,0 +1,29 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# rubocop:disable Layout/LineLength
|
4
|
+
module PhlexIcons
|
5
|
+
module Lucide
|
6
|
+
class HeartPlus < 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
|
+
'M13.5 19.5 12 21l-7-7c-1.5-1.45-3-3.2-3-5.5A5.5 5.5 0 0 1 7.5 3c1.76 0 3 .5 4.5 2 1.5-1.5 2.74-2 4.5-2a5.5 5.5 0 0 1 5.402 6.5'
|
21
|
+
)
|
22
|
+
s.path(d: 'M15 15h6')
|
23
|
+
s.path(d: 'M18 12v6')
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
# rubocop:enable Layout/LineLength
|
@@ -14,9 +14,14 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.path(d: 'M8 2h8l4 10H4L8 2Z')
|
18
17
|
s.path(d: 'M12 12v6')
|
19
|
-
s.path(
|
18
|
+
s.path(
|
19
|
+
d:
|
20
|
+
'M4.077 10.615A1 1 0 0 0 5 12h14a1 1 0 0 0 .923-1.385l-3.077-7.384A2 2 0 0 0 15 2H9a2 2 0 0 0-1.846 1.23Z'
|
21
|
+
)
|
22
|
+
s.path(
|
23
|
+
d: 'M8 20a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1z'
|
24
|
+
)
|
20
25
|
end
|
21
26
|
end
|
22
27
|
end
|
@@ -15,8 +15,11 @@ module PhlexIcons
|
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
17
|
s.path(d: 'M12 2v5')
|
18
|
-
s.path(d: '
|
19
|
-
s.path(
|
18
|
+
s.path(d: 'M14.829 15.998a3 3 0 1 1-5.658 0')
|
19
|
+
s.path(
|
20
|
+
d:
|
21
|
+
'M20.92 14.606A1 1 0 0 1 20 16H4a1 1 0 0 1-.92-1.394l3-7A1 1 0 0 1 7 7h10a1 1 0 0 1 .92.606z'
|
22
|
+
)
|
20
23
|
end
|
21
24
|
end
|
22
25
|
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 LampDesk < Base
|
@@ -14,12 +15,18 @@ 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
|
+
'M10.293 2.293a1 1 0 0 1 1.414 0l2.5 2.5 5.994 1.227a1 1 0 0 1 .506 1.687l-7 7a1 1 0 0 1-1.687-.506l-1.227-5.994-2.5-2.5a1 1 0 0 1 0-1.414z'
|
21
|
+
)
|
22
|
+
s.path(d: 'm14.207 4.793-3.414 3.414')
|
23
|
+
s.path(
|
24
|
+
d: 'M3 20a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z'
|
25
|
+
)
|
26
|
+
s.path(d: 'm9.086 6.5-4.793 4.793a1 1 0 0 0-.18 1.17L7 18')
|
21
27
|
end
|
22
28
|
end
|
23
29
|
end
|
24
30
|
end
|
25
31
|
end
|
32
|
+
# rubocop:enable Layout/LineLength
|
@@ -14,8 +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(
|
17
|
+
s.path(d: 'M12 10v12')
|
18
|
+
s.path(
|
19
|
+
d:
|
20
|
+
'M17.929 7.629A1 1 0 0 1 17 9H7a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 9 2h6a1 1 0 0 1 .928.629z'
|
21
|
+
)
|
19
22
|
s.path(d: 'M9 22h6')
|
20
23
|
end
|
21
24
|
end
|
@@ -14,9 +14,14 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.path(
|
18
|
-
|
19
|
-
|
17
|
+
s.path(
|
18
|
+
d:
|
19
|
+
'M19.929 18.629A1 1 0 0 1 19 20H9a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 11 13h6a1 1 0 0 1 .928.629z'
|
20
|
+
)
|
21
|
+
s.path(
|
22
|
+
d: 'M6 3a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1z'
|
23
|
+
)
|
24
|
+
s.path(d: 'M8 6h4a2 2 0 0 1 2 2v5')
|
20
25
|
end
|
21
26
|
end
|
22
27
|
end
|
@@ -14,9 +14,14 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.path(
|
18
|
-
|
19
|
-
|
17
|
+
s.path(
|
18
|
+
d:
|
19
|
+
'M19.929 9.629A1 1 0 0 1 19 11H9a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 11 4h6a1 1 0 0 1 .928.629z'
|
20
|
+
)
|
21
|
+
s.path(
|
22
|
+
d: 'M6 15a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z'
|
23
|
+
)
|
24
|
+
s.path(d: 'M8 18h4a2 2 0 0 0 2-2v-5')
|
20
25
|
end
|
21
26
|
end
|
22
27
|
end
|
@@ -17,8 +17,9 @@ module PhlexIcons
|
|
17
17
|
) do |s|
|
18
18
|
s.path(
|
19
19
|
d:
|
20
|
-
'
|
20
|
+
'M18 5a2 2 0 0 1 2 2v8.526a2 2 0 0 0 .212.897l1.068 2.127a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45l1.068-2.127A2 2 0 0 0 4 15.526V7a2 2 0 0 1 2-2z'
|
21
21
|
)
|
22
|
+
s.path(d: 'M20.054 15.987H3.946')
|
22
23
|
end
|
23
24
|
end
|
24
25
|
end
|
@@ -16,11 +16,11 @@ module PhlexIcons
|
|
16
16
|
) do |s|
|
17
17
|
s.path(
|
18
18
|
d:
|
19
|
-
'
|
19
|
+
'M13 13.74a2 2 0 0 1-2 0L2.5 8.87a1 1 0 0 1 0-1.74L11 2.26a2 2 0 0 1 2 0l8.5 4.87a1 1 0 0 1 0 1.74z'
|
20
20
|
)
|
21
21
|
s.path(
|
22
22
|
d:
|
23
|
-
'
|
23
|
+
'm20 14.285 1.5.845a1 1 0 0 1 0 1.74L13 21.74a2 2 0 0 1-2 0l-8.5-4.87a1 1 0 0 1 0-1.74l1.5-.845'
|
24
24
|
)
|
25
25
|
end
|
26
26
|
end
|
@@ -14,19 +14,13 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.
|
18
|
-
s.
|
19
|
-
s.
|
20
|
-
s.
|
21
|
-
s.path(
|
22
|
-
|
23
|
-
|
24
|
-
)
|
25
|
-
s.path(
|
26
|
-
d:
|
27
|
-
'M18.71 13.96c.19-.63.29-1.29.29-1.96 0-3.87-3.13-7-7-7-.67 0-1.33.1-1.96.29'
|
28
|
-
)
|
29
|
-
s.line(x1: '2', x2: '22', y1: '2', y2: '22')
|
17
|
+
s.path(d: 'M12 19v3')
|
18
|
+
s.path(d: 'M12 2v3')
|
19
|
+
s.path(d: 'M18.89 13.24a7 7 0 0 0-8.13-8.13')
|
20
|
+
s.path(d: 'M19 12h3')
|
21
|
+
s.path(d: 'M2 12h3')
|
22
|
+
s.path(d: 'm2 2 20 20')
|
23
|
+
s.path(d: 'M7.05 7.05a7 7 0 0 0 9.9 9.9')
|
30
24
|
end
|
31
25
|
end
|
32
26
|
end
|
@@ -0,0 +1,29 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# rubocop:disable Layout/LineLength
|
4
|
+
module PhlexIcons
|
5
|
+
module Lucide
|
6
|
+
class LocationEdit < 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(d: 'M17.97 9.304A8 8 0 0 0 2 10c0 4.69 4.887 9.562 7.022 11.468')
|
19
|
+
s.path(
|
20
|
+
d:
|
21
|
+
'M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z'
|
22
|
+
)
|
23
|
+
s.circle(cx: '10', cy: '10', r: '3')
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
# rubocop:enable Layout/LineLength
|
@@ -14,8 +14,8 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.
|
18
|
-
s.
|
17
|
+
s.path(d: 'm22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7')
|
18
|
+
s.rect(x: '2', y: '4', width: '20', height: '16', rx: '2')
|
19
19
|
end
|
20
20
|
end
|
21
21
|
end
|
@@ -14,9 +14,9 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.
|
18
|
-
s.
|
19
|
-
s.
|
17
|
+
s.path(d: 'M4 12h16')
|
18
|
+
s.path(d: 'M4 18h16')
|
19
|
+
s.path(d: 'M4 6h16')
|
20
20
|
end
|
21
21
|
end
|
22
22
|
end
|
@@ -16,14 +16,14 @@ module PhlexIcons
|
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
18
|
s.path(d: 'M12 17v4')
|
19
|
-
s.path(d: '
|
20
|
-
s.path(d: 'm15.
|
21
|
-
s.path(d: 'm16.
|
22
|
-
s.path(d: 'm16.
|
23
|
-
s.path(d: 'm19.
|
24
|
-
s.path(d: 'm19.
|
25
|
-
s.path(d: '
|
26
|
-
s.path(d: '
|
19
|
+
s.path(d: 'm14.305 7.53.923-.382')
|
20
|
+
s.path(d: 'm15.228 4.852-.923-.383')
|
21
|
+
s.path(d: 'm16.852 3.228-.383-.924')
|
22
|
+
s.path(d: 'm16.852 8.772-.383.923')
|
23
|
+
s.path(d: 'm19.148 3.228.383-.924')
|
24
|
+
s.path(d: 'm19.53 9.696-.382-.924')
|
25
|
+
s.path(d: 'm20.772 4.852.924-.383')
|
26
|
+
s.path(d: 'm20.772 7.148.924.383')
|
27
27
|
s.path(d: 'M22 13v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7')
|
28
28
|
s.path(d: 'M8 21h8')
|
29
29
|
s.circle(cx: '18', cy: '6', r: '3')
|