phlex-icons-lucide 2.17.0 → 2.19.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/generators/flag.rb +1 -1
- data/generators/hero.rb +1 -1
- data/generators/material.rb +1 -1
- data/generators/tabler.rb +1 -1
- data/lib/phlex-icons/lucide/baby.rb +3 -3
- 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/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/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/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/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/layers_2.rb +2 -2
- data/lib/phlex-icons/lucide/location_edit.rb +29 -0
- 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/palette.rb +5 -5
- 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/server_cog.rb +9 -10
- data/lib/phlex-icons/lucide/shredder.rb +28 -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/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/wifi_pen.rb +30 -0
- data/lib/phlex-icons/lucide.rb +22 -1
- data/lib/phlex-icons/material.rb +1 -0
- data/lib/phlex-icons/version.rb +1 -1
- metadata +23 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8d00325910126d4b39f16b2b39f488c53f731d79275488777bd31b3f1845001a
|
4
|
+
data.tar.gz: f8592120668049b34ea9a68da2180f30d40376e191c675c7975dfd9acc18ed47
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4b71c6af8b72ae84e2f738ac932e44838975949cddb670d7059a9fa2a358cb4675db77f33ada63ca896bfb3cdd1c26bf6c1ce3a95a61fa40b12037112e8445d
|
7
|
+
data.tar.gz: 748a5fe3de56334cb422796923c1ac8a8b0fdf0d79e9aa6dce6ef328926315be55e1ba3d418cd7d899956fb8fa62a7f5d6d9100b84267f30d5a3d256260920bf
|
data/generators/flag.rb
CHANGED
@@ -36,7 +36,7 @@ VARIANT_TEMPLATE = ERB.new <<~VARIANT_TEMPLATE
|
|
36
36
|
module Flag
|
37
37
|
class <%= icon_name %><%= variant.to_s.capitalize %> < Base
|
38
38
|
def view_template
|
39
|
-
render <%= icon_name %>.new(variant: :<%= variant
|
39
|
+
render <%= icon_name %>.new(variant: :<%= variant %>, **attrs)
|
40
40
|
end
|
41
41
|
end
|
42
42
|
end
|
data/generators/hero.rb
CHANGED
@@ -36,7 +36,7 @@ VARIANT_TEMPLATE = ERB.new <<~VARIANT_TEMPLATE
|
|
36
36
|
module Hero
|
37
37
|
class <%= icon_name %><%= variant.to_s.capitalize %> < Base
|
38
38
|
def view_template
|
39
|
-
render <%= icon_name %>.new(variant: :<%= variant
|
39
|
+
render <%= icon_name %>.new(variant: :<%= variant %>, **attrs)
|
40
40
|
end
|
41
41
|
end
|
42
42
|
end
|
data/generators/material.rb
CHANGED
@@ -105,7 +105,7 @@ VARIANT_TEMPLATE
|
|
105
105
|
|
106
106
|
def main
|
107
107
|
run_generator do
|
108
|
-
new_version = JSON.parse(File.read("generators/#{REPO_NAME}/package.json"))['version']
|
108
|
+
new_version = JSON.parse(File.read("generators/#{REPO_NAME}/svg/package.json"))['version']
|
109
109
|
update_icon_path_version(new_version)
|
110
110
|
|
111
111
|
icon_file_names.tqdm.each { create_icon_component(_1) }
|
data/generators/tabler.rb
CHANGED
@@ -36,7 +36,7 @@ VARIANT_TEMPLATE = ERB.new <<~VARIANT_TEMPLATE
|
|
36
36
|
module Tabler
|
37
37
|
class <%= icon_name %><%= variant.to_s.capitalize %> < Base
|
38
38
|
def view_template
|
39
|
-
render <%= icon_name %>.new(variant: :<%= variant
|
39
|
+
render <%= icon_name %>.new(variant: :<%= variant %>, **attrs)
|
40
40
|
end
|
41
41
|
end
|
42
42
|
end
|
@@ -15,13 +15,13 @@ module PhlexIcons
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.path(d: 'M9 12h.01')
|
19
|
-
s.path(d: 'M15 12h.01')
|
20
18
|
s.path(d: 'M10 16c.5.3 1.2.5 2 .5s1.5-.2 2-.5')
|
19
|
+
s.path(d: 'M15 12h.01')
|
21
20
|
s.path(
|
22
21
|
d:
|
23
|
-
'M19 6.
|
22
|
+
'M19.38 6.813A9 9 0 0 1 20.8 10.2a2 2 0 0 1 0 3.6 9 9 0 0 1-17.6 0 2 2 0 0 1 0-3.6A9 9 0 0 1 12 3c2 0 3.5 1.1 3.5 2.5s-.9 2.5-2 2.5c-.8 0-1.5-.4-1.5-1'
|
24
23
|
)
|
24
|
+
s.path(d: 'M9 12h.01')
|
25
25
|
end
|
26
26
|
end
|
27
27
|
end
|
@@ -16,8 +16,8 @@ module PhlexIcons
|
|
16
16
|
) do |s|
|
17
17
|
s.path(d: 'm19 3 1 1')
|
18
18
|
s.path(d: 'm20 2-4.5 4.5')
|
19
|
-
s.path(d: 'M20
|
20
|
-
s.path(d: 'M4 19.5v-15A2.5 2.5 0 0 1 6.5
|
19
|
+
s.path(d: 'M20 7.898V21a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20')
|
20
|
+
s.path(d: 'M4 19.5v-15A2.5 2.5 0 0 1 6.5 2h7.844')
|
21
21
|
s.circle(cx: '14', cy: '8', r: '2')
|
22
22
|
end
|
23
23
|
end
|
@@ -0,0 +1,33 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# rubocop:disable Layout/LineLength
|
4
|
+
module PhlexIcons
|
5
|
+
module Lucide
|
6
|
+
class BowArrow < 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 3h4v4')
|
19
|
+
s.path(
|
20
|
+
d: 'M18.575 11.082a13 13 0 0 1 1.048 9.027 1.17 1.17 0 0 1-1.914.597L14 17'
|
21
|
+
)
|
22
|
+
s.path(d: 'M7 10 3.29 6.29a1.17 1.17 0 0 1 .6-1.91 13 13 0 0 1 9.03 1.05')
|
23
|
+
s.path(
|
24
|
+
d:
|
25
|
+
'M7 14a1.7 1.7 0 0 0-1.207.5l-2.646 2.646A.5.5 0 0 0 3.5 18H5a1 1 0 0 1 1 1v1.5a.5.5 0 0 0 .854.354L9.5 18.207A1.7 1.7 0 0 0 10 17v-2a1 1 0 0 0-1-1z'
|
26
|
+
)
|
27
|
+
s.path(d: 'M9.707 14.293 21 3')
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
32
|
+
end
|
33
|
+
# rubocop:enable Layout/LineLength
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# rubocop:disable
|
3
|
+
# rubocop:disable Metrics/AbcSize,Metrics/MethodLength
|
4
4
|
module PhlexIcons
|
5
5
|
module Lucide
|
6
6
|
class BrainCog < Base
|
@@ -15,28 +15,30 @@ module PhlexIcons
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
+
s.path(d: 'm10.852 14.772-.383.923')
|
19
|
+
s.path(d: 'm10.852 9.228-.383-.923')
|
20
|
+
s.path(d: 'm13.148 14.772.382.924')
|
21
|
+
s.path(d: 'm13.531 8.305-.383.923')
|
22
|
+
s.path(d: 'm14.772 10.852.923-.383')
|
23
|
+
s.path(d: 'm14.772 13.148.923.383')
|
18
24
|
s.path(
|
19
25
|
d:
|
20
|
-
'
|
26
|
+
'M17.598 6.5A3 3 0 1 0 12 5a3 3 0 0 0-5.63-1.446 3 3 0 0 0-.368 1.571 4 4 0 0 0-2.525 5.771'
|
21
27
|
)
|
22
|
-
s.path(d: 'M17.
|
23
|
-
s.path(d: '
|
24
|
-
s.path(
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
+
s.path(d: 'M17.998 5.125a4 4 0 0 1 2.525 5.771')
|
29
|
+
s.path(d: 'M19.505 10.294a4 4 0 0 1-1.5 7.706')
|
30
|
+
s.path(
|
31
|
+
d:
|
32
|
+
'M4.032 17.483A4 4 0 0 0 11.464 20c.18-.311.892-.311 1.072 0a4 4 0 0 0 7.432-2.516'
|
33
|
+
)
|
34
|
+
s.path(d: 'M4.5 10.291A4 4 0 0 0 6 18')
|
35
|
+
s.path(d: 'M6.002 5.125a3 3 0 0 0 .4 1.375')
|
36
|
+
s.path(d: 'm9.228 10.852-.923-.383')
|
37
|
+
s.path(d: 'm9.228 13.148-.923.383')
|
28
38
|
s.circle(cx: '12', cy: '12', r: '3')
|
29
|
-
s.path(d: 'm15.7 10.4-.9.4')
|
30
|
-
s.path(d: 'm9.2 13.2-.9.4')
|
31
|
-
s.path(d: 'm13.6 15.7-.4-.9')
|
32
|
-
s.path(d: 'm10.8 9.2-.4-.9')
|
33
|
-
s.path(d: 'm15.7 13.5-.9-.4')
|
34
|
-
s.path(d: 'm9.2 10.9-.9-.4')
|
35
|
-
s.path(d: 'm10.5 15.7.4-.9')
|
36
|
-
s.path(d: 'm13.1 9.2.4-.9')
|
37
39
|
end
|
38
40
|
end
|
39
41
|
end
|
40
42
|
end
|
41
43
|
end
|
42
|
-
# rubocop:enable
|
44
|
+
# rubocop:enable Metrics/AbcSize,Metrics/MethodLength
|
@@ -0,0 +1,33 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# rubocop:disable Layout/LineLength
|
4
|
+
module PhlexIcons
|
5
|
+
module Lucide
|
6
|
+
class BrickWallFire < 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: 'M16 3v2.107')
|
19
|
+
s.path(
|
20
|
+
d:
|
21
|
+
'M17 9c1 3 2.5 3.5 3.5 4.5A5 5 0 0 1 22 17a5 5 0 0 1-10 0c0-.3 0-.6.1-.9a2 2 0 1 0 3.3-2C13 11.5 16 9 17 9'
|
22
|
+
)
|
23
|
+
s.path(d: 'M21 8.274V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.938')
|
24
|
+
s.path(d: 'M3 15h5.253')
|
25
|
+
s.path(d: 'M3 9h8.228')
|
26
|
+
s.path(d: 'M8 15v6')
|
27
|
+
s.path(d: 'M8 3v6')
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
32
|
+
end
|
33
|
+
# rubocop:enable Layout/LineLength
|
@@ -1,6 +1,5 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# rubocop:disable Layout/LineLength
|
4
3
|
module PhlexIcons
|
5
4
|
module Lucide
|
6
5
|
class Brush < Base
|
@@ -15,14 +14,13 @@ module PhlexIcons
|
|
15
14
|
stroke_linecap: 'round',
|
16
15
|
stroke_linejoin: 'round'
|
17
16
|
) do |s|
|
18
|
-
s.path(d: '
|
17
|
+
s.path(d: 'm11 10 3 3')
|
19
18
|
s.path(
|
20
|
-
d:
|
21
|
-
'M7.07 14.94c-1.66 0-3 1.35-3 3.02 0 1.33-2.5 1.52-2 2.02 1.08 1.1 2.49 2.02 4 2.02 2.2 0 4-1.8 4-4.04a3.01 3.01 0 0 0-3-3.02z'
|
19
|
+
d: 'M6.5 21A3.5 3.5 0 1 0 3 17.5a2.62 2.62 0 0 1-.708 1.792A1 1 0 0 0 3 21z'
|
22
20
|
)
|
21
|
+
s.path(d: 'M9.969 17.031 21.378 5.624a1 1 0 0 0-3.002-3.002L6.967 14.031')
|
23
22
|
end
|
24
23
|
end
|
25
24
|
end
|
26
25
|
end
|
27
26
|
end
|
28
|
-
# rubocop:enable Layout/LineLength
|
@@ -0,0 +1,25 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module PhlexIcons
|
4
|
+
module Lucide
|
5
|
+
class Bubbles < 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: 'M7.2 14.8a2 2 0 0 1 2 2')
|
18
|
+
s.circle(cx: '18.5', cy: '8.5', r: '3.5')
|
19
|
+
s.circle(cx: '7.5', cy: '16.5', r: '5.5')
|
20
|
+
s.circle(cx: '7.5', cy: '4.5', r: '2.5')
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
@@ -15,16 +15,16 @@ module PhlexIcons
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.path(d: 'm15.
|
19
|
-
s.path(d: 'm15.
|
18
|
+
s.path(d: 'm15.228 16.852-.923-.383')
|
19
|
+
s.path(d: 'm15.228 19.148-.923.383')
|
20
20
|
s.path(d: 'M16 2v4')
|
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: '
|
27
|
-
s.path(d: '
|
21
|
+
s.path(d: 'm16.47 14.305.382.923')
|
22
|
+
s.path(d: 'm16.852 20.772-.383.924')
|
23
|
+
s.path(d: 'm19.148 15.228.383-.923')
|
24
|
+
s.path(d: 'm19.53 21.696-.382-.924')
|
25
|
+
s.path(d: 'm20.772 16.852.924-.383')
|
26
|
+
s.path(d: 'm20.772 19.148.924.383')
|
27
|
+
s.path(d: 'M21 11V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6')
|
28
28
|
s.path(d: 'M3 10h18')
|
29
29
|
s.path(d: 'M8 2v4')
|
30
30
|
s.circle(cx: '18', cy: '18', r: '3')
|
@@ -14,12 +14,12 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.path(d: 'M8 2v4')
|
18
|
-
s.path(d: 'M16 2v4')
|
19
|
-
s.path(d: 'M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8')
|
20
|
-
s.path(d: 'M3 10h18')
|
21
17
|
s.path(d: 'M16 19h6')
|
18
|
+
s.path(d: 'M16 2v4')
|
22
19
|
s.path(d: 'M19 16v6')
|
20
|
+
s.path(d: 'M21 12.598V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8.5')
|
21
|
+
s.path(d: 'M3 10h18')
|
22
|
+
s.path(d: 'M8 2v4')
|
23
23
|
end
|
24
24
|
end
|
25
25
|
end
|
@@ -14,14 +14,11 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.path(
|
18
|
-
|
19
|
-
)
|
20
|
-
s.path(
|
21
|
-
|
22
|
-
'M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2M16 4h2a2 2 0 0 1 2 2v2M11 14h10'
|
23
|
-
)
|
24
|
-
s.path(d: 'm17 10 4 4-4 4')
|
17
|
+
s.path(d: 'M11 14h10')
|
18
|
+
s.path(d: 'M16 4h2a2 2 0 0 1 2 2v1.344')
|
19
|
+
s.path(d: 'm17 18 4-4-4-4')
|
20
|
+
s.path(d: 'M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 1.793-1.113')
|
21
|
+
s.rect(x: '8', y: '2', width: '8', height: '4', rx: '1')
|
25
22
|
end
|
26
23
|
end
|
27
24
|
end
|
@@ -15,16 +15,18 @@ module PhlexIcons
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.
|
19
|
-
s.path(d: '
|
20
|
-
s.path(d: '
|
21
|
-
s.path(d: '
|
22
|
-
s.path(d: '
|
23
|
-
s.path(d: '
|
24
|
-
s.path(
|
25
|
-
|
26
|
-
|
27
|
-
|
18
|
+
s.path(d: 'm10.852 19.772-.383.924')
|
19
|
+
s.path(d: 'm13.148 14.228.383-.923')
|
20
|
+
s.path(d: 'M13.148 19.772a3 3 0 1 0-2.296-5.544l-.383-.923')
|
21
|
+
s.path(d: 'm13.53 20.696-.382-.924a3 3 0 1 1-2.296-5.544')
|
22
|
+
s.path(d: 'm14.772 15.852.923-.383')
|
23
|
+
s.path(d: 'm14.772 18.148.923.383')
|
24
|
+
s.path(
|
25
|
+
d:
|
26
|
+
'M4.2 15.1a7 7 0 1 1 9.93-9.858A7 7 0 0 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.2'
|
27
|
+
)
|
28
|
+
s.path(d: 'm9.228 15.852-.923-.383')
|
29
|
+
s.path(d: 'm9.228 18.148-.923.383')
|
28
30
|
end
|
29
31
|
end
|
30
32
|
end
|
@@ -0,0 +1,35 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# rubocop:disable Metrics/MethodLength
|
4
|
+
module PhlexIcons
|
5
|
+
module Lucide
|
6
|
+
class Columns3Cog < 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: 'M10.5 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v5.5')
|
19
|
+
s.path(d: 'm14.3 19.6 1-.4')
|
20
|
+
s.path(d: 'M15 3v7.5')
|
21
|
+
s.path(d: 'm15.2 16.9-.9-.3')
|
22
|
+
s.path(d: 'm16.6 21.7.3-.9')
|
23
|
+
s.path(d: 'm16.8 15.3-.4-1')
|
24
|
+
s.path(d: 'm19.1 15.2.3-.9')
|
25
|
+
s.path(d: 'm19.6 21.7-.4-1')
|
26
|
+
s.path(d: 'm20.7 16.8 1-.4')
|
27
|
+
s.path(d: 'm21.7 19.4-.9-.3')
|
28
|
+
s.path(d: 'M9 3v18')
|
29
|
+
s.circle(cx: '18', cy: '18', r: '3')
|
30
|
+
end
|
31
|
+
end
|
32
|
+
end
|
33
|
+
end
|
34
|
+
end
|
35
|
+
# rubocop:enable Metrics/MethodLength
|
@@ -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
|
@@ -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
|