phlex-icons-lucide 2.35.0 → 2.36.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/building.rb +5 -5
- data/lib/phlex-icons/lucide/{chrome.rb → chromium.rb} +4 -4
- data/lib/phlex-icons/lucide/cog.rb +9 -9
- data/lib/phlex-icons/lucide/list_chevrons_down_up.rb +26 -0
- data/lib/phlex-icons/lucide/panel_left_right_dashed.rb +32 -0
- data/lib/phlex-icons/lucide/panel_top_bottom_dashed.rb +32 -0
- data/lib/phlex-icons/lucide/wallpaper.rb +4 -6
- data/lib/phlex-icons/lucide.rb +5 -2
- data/lib/phlex-icons/version.rb +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 85dd387a6bb684ccb70c1bb84880c67e1f0791337633da4c9867800fbacf3923
|
4
|
+
data.tar.gz: de4a72e35f5930ae815857d18d2134e26bb3e959dafa46567ab3a642fe59afe2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ca287111f857784f7e73fc04662c7f957951b596c72eeb07911e2ff62be8fdbba5d43a93421160293b1a3dbe8808aad4859da84608a54e325aa5c0f669c9f06
|
7
|
+
data.tar.gz: dff705f2caa65adf715ddaa041b0501c737f494ae280a19c760ab3cf7cddabe77797136a72939606ddcb51eee2b0d3ee42972a1b92779df367a458ece55d7d9a
|
@@ -15,17 +15,17 @@ module PhlexIcons
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.rect(width: '16', height: '20', x: '4', y: '2', rx: '2', ry: '2')
|
19
|
-
s.path(d: 'M9 22v-4h6v4')
|
20
|
-
s.path(d: 'M8 6h.01')
|
21
|
-
s.path(d: 'M16 6h.01')
|
22
|
-
s.path(d: 'M12 6h.01')
|
23
18
|
s.path(d: 'M12 10h.01')
|
24
19
|
s.path(d: 'M12 14h.01')
|
20
|
+
s.path(d: 'M12 6h.01')
|
25
21
|
s.path(d: 'M16 10h.01')
|
26
22
|
s.path(d: 'M16 14h.01')
|
23
|
+
s.path(d: 'M16 6h.01')
|
27
24
|
s.path(d: 'M8 10h.01')
|
28
25
|
s.path(d: 'M8 14h.01')
|
26
|
+
s.path(d: 'M8 6h.01')
|
27
|
+
s.path(d: 'M9 22v-3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3')
|
28
|
+
s.rect(x: '4', y: '2', width: '16', height: '20', rx: '2')
|
29
29
|
end
|
30
30
|
end
|
31
31
|
end
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
module PhlexIcons
|
4
4
|
module Lucide
|
5
|
-
class
|
5
|
+
class Chromium < 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: 'M10.88 21.94 15.46 14')
|
18
|
+
s.path(d: 'M21.17 8H12')
|
19
|
+
s.path(d: 'M3.95 6.06 8.54 14')
|
17
20
|
s.circle(cx: '12', cy: '12', r: '10')
|
18
21
|
s.circle(cx: '12', cy: '12', r: '4')
|
19
|
-
s.line(x1: '21.17', x2: '12', y1: '8', y2: '8')
|
20
|
-
s.line(x1: '3.95', x2: '8.54', y1: '6.06', y2: '14')
|
21
|
-
s.line(x1: '10.88', x2: '15.46', y1: '21.94', y2: '14')
|
22
22
|
end
|
23
23
|
end
|
24
24
|
end
|
@@ -15,20 +15,20 @@ module PhlexIcons
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.path(d: 'M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z')
|
19
|
-
s.path(d: 'M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z')
|
20
|
-
s.path(d: 'M12 2v2')
|
21
|
-
s.path(d: 'M12 22v-2')
|
22
|
-
s.path(d: 'm17 20.66-1-1.73')
|
23
18
|
s.path(d: 'M11 10.27 7 3.34')
|
24
|
-
s.path(d: '
|
25
|
-
s.path(d: '
|
19
|
+
s.path(d: 'm11 13.73-4 6.93')
|
20
|
+
s.path(d: 'M12 22v-2')
|
21
|
+
s.path(d: 'M12 2v2')
|
26
22
|
s.path(d: 'M14 12h8')
|
23
|
+
s.path(d: 'm17 20.66-1-1.73')
|
24
|
+
s.path(d: 'm17 3.34-1 1.73')
|
27
25
|
s.path(d: 'M2 12h2')
|
26
|
+
s.path(d: 'm20.66 17-1.73-1')
|
28
27
|
s.path(d: 'm20.66 7-1.73 1')
|
29
28
|
s.path(d: 'm3.34 17 1.73-1')
|
30
|
-
s.path(d: '
|
31
|
-
s.
|
29
|
+
s.path(d: 'm3.34 7 1.73 1')
|
30
|
+
s.circle(cx: '12', cy: '12', r: '2')
|
31
|
+
s.circle(cx: '12', cy: '12', r: '8')
|
32
32
|
end
|
33
33
|
end
|
34
34
|
end
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module PhlexIcons
|
4
|
+
module Lucide
|
5
|
+
class ListChevronsDownUp < 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: 'm15 18 3-3 3 3')
|
18
|
+
s.path(d: 'm15 6 3 3 3-3')
|
19
|
+
s.path(d: 'M3 12h8')
|
20
|
+
s.path(d: 'M3 18h8')
|
21
|
+
s.path(d: 'M3 6h8')
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
@@ -0,0 +1,32 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# rubocop:disable Metrics/MethodLength
|
4
|
+
module PhlexIcons
|
5
|
+
module Lucide
|
6
|
+
class PanelLeftRightDashed < 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 10V9')
|
19
|
+
s.path(d: 'M16 15v-1')
|
20
|
+
s.path(d: 'M16 21v-2')
|
21
|
+
s.path(d: 'M16 5V3')
|
22
|
+
s.path(d: 'M8 10V9')
|
23
|
+
s.path(d: 'M8 15v-1')
|
24
|
+
s.path(d: 'M8 21v-2')
|
25
|
+
s.path(d: 'M8 5V3')
|
26
|
+
s.rect(x: '3', y: '3', width: '18', height: '18', rx: '2')
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
32
|
+
# rubocop:enable Metrics/MethodLength
|
@@ -0,0 +1,32 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# rubocop:disable Metrics/MethodLength
|
4
|
+
module PhlexIcons
|
5
|
+
module Lucide
|
6
|
+
class PanelTopBottomDashed < 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: 'M14 16h1')
|
19
|
+
s.path(d: 'M14 8h1')
|
20
|
+
s.path(d: 'M19 16h2')
|
21
|
+
s.path(d: 'M19 8h2')
|
22
|
+
s.path(d: 'M3 16h2')
|
23
|
+
s.path(d: 'M3 8h2')
|
24
|
+
s.path(d: 'M9 16h1')
|
25
|
+
s.path(d: 'M9 8h1')
|
26
|
+
s.rect(x: '3', y: '3', width: '18', height: '18', rx: '2')
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
32
|
+
# rubocop:enable Metrics/MethodLength
|
@@ -14,13 +14,11 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.circle(cx: '8', cy: '9', r: '2')
|
18
|
-
s.path(
|
19
|
-
d:
|
20
|
-
'm9 17 6.1-6.1a2 2 0 0 1 2.81.01L22 15V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2'
|
21
|
-
)
|
22
|
-
s.path(d: 'M8 21h8')
|
23
17
|
s.path(d: 'M12 17v4')
|
18
|
+
s.path(d: 'M8 21h8')
|
19
|
+
s.path(d: 'm9 17 6.1-6.1a2 2 0 0 1 2.81.01L22 15')
|
20
|
+
s.circle(cx: '8', cy: '9', r: '2')
|
21
|
+
s.rect(x: '2', y: '3', width: '20', height: '14', rx: '2')
|
24
22
|
end
|
25
23
|
end
|
26
24
|
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.542.0'
|
6
6
|
VARIANTS = nil
|
7
7
|
|
8
8
|
extend Phlex::Kit
|
@@ -347,7 +347,7 @@ module PhlexIcons
|
|
347
347
|
autoload :ChevronsRightLeft, 'phlex-icons/lucide/chevrons_right_left'
|
348
348
|
autoload :ChevronsUp, 'phlex-icons/lucide/chevrons_up'
|
349
349
|
autoload :ChevronsUpDown, 'phlex-icons/lucide/chevrons_up_down'
|
350
|
-
autoload :
|
350
|
+
autoload :Chromium, 'phlex-icons/lucide/chromium'
|
351
351
|
autoload :Church, 'phlex-icons/lucide/church'
|
352
352
|
autoload :Cigarette, 'phlex-icons/lucide/cigarette'
|
353
353
|
autoload :CigaretteOff, 'phlex-icons/lucide/cigarette_off'
|
@@ -885,6 +885,7 @@ module PhlexIcons
|
|
885
885
|
autoload :List, 'phlex-icons/lucide/list'
|
886
886
|
autoload :ListCheck, 'phlex-icons/lucide/list_check'
|
887
887
|
autoload :ListChecks, 'phlex-icons/lucide/list_checks'
|
888
|
+
autoload :ListChevronsDownUp, 'phlex-icons/lucide/list_chevrons_down_up'
|
888
889
|
autoload :ListCollapse, 'phlex-icons/lucide/list_collapse'
|
889
890
|
autoload :ListEnd, 'phlex-icons/lucide/list_end'
|
890
891
|
autoload :ListFilter, 'phlex-icons/lucide/list_filter'
|
@@ -1082,11 +1083,13 @@ module PhlexIcons
|
|
1082
1083
|
autoload :PanelLeftClose, 'phlex-icons/lucide/panel_left_close'
|
1083
1084
|
autoload :PanelLeftDashed, 'phlex-icons/lucide/panel_left_dashed'
|
1084
1085
|
autoload :PanelLeftOpen, 'phlex-icons/lucide/panel_left_open'
|
1086
|
+
autoload :PanelLeftRightDashed, 'phlex-icons/lucide/panel_left_right_dashed'
|
1085
1087
|
autoload :PanelRight, 'phlex-icons/lucide/panel_right'
|
1086
1088
|
autoload :PanelRightClose, 'phlex-icons/lucide/panel_right_close'
|
1087
1089
|
autoload :PanelRightDashed, 'phlex-icons/lucide/panel_right_dashed'
|
1088
1090
|
autoload :PanelRightOpen, 'phlex-icons/lucide/panel_right_open'
|
1089
1091
|
autoload :PanelTop, 'phlex-icons/lucide/panel_top'
|
1092
|
+
autoload :PanelTopBottomDashed, 'phlex-icons/lucide/panel_top_bottom_dashed'
|
1090
1093
|
autoload :PanelTopClose, 'phlex-icons/lucide/panel_top_close'
|
1091
1094
|
autoload :PanelTopDashed, 'phlex-icons/lucide/panel_top_dashed'
|
1092
1095
|
autoload :PanelTopOpen, 'phlex-icons/lucide/panel_top_open'
|
data/lib/phlex-icons/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phlex-icons-lucide
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.36.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ali Hamdi Ali Fadel
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: phlex
|
@@ -393,7 +393,7 @@ files:
|
|
393
393
|
- lib/phlex-icons/lucide/chevrons_right_left.rb
|
394
394
|
- lib/phlex-icons/lucide/chevrons_up.rb
|
395
395
|
- lib/phlex-icons/lucide/chevrons_up_down.rb
|
396
|
-
- lib/phlex-icons/lucide/
|
396
|
+
- lib/phlex-icons/lucide/chromium.rb
|
397
397
|
- lib/phlex-icons/lucide/church.rb
|
398
398
|
- lib/phlex-icons/lucide/cigarette.rb
|
399
399
|
- lib/phlex-icons/lucide/cigarette_off.rb
|
@@ -931,6 +931,7 @@ files:
|
|
931
931
|
- lib/phlex-icons/lucide/list.rb
|
932
932
|
- lib/phlex-icons/lucide/list_check.rb
|
933
933
|
- lib/phlex-icons/lucide/list_checks.rb
|
934
|
+
- lib/phlex-icons/lucide/list_chevrons_down_up.rb
|
934
935
|
- lib/phlex-icons/lucide/list_collapse.rb
|
935
936
|
- lib/phlex-icons/lucide/list_end.rb
|
936
937
|
- lib/phlex-icons/lucide/list_filter.rb
|
@@ -1128,11 +1129,13 @@ files:
|
|
1128
1129
|
- lib/phlex-icons/lucide/panel_left_close.rb
|
1129
1130
|
- lib/phlex-icons/lucide/panel_left_dashed.rb
|
1130
1131
|
- lib/phlex-icons/lucide/panel_left_open.rb
|
1132
|
+
- lib/phlex-icons/lucide/panel_left_right_dashed.rb
|
1131
1133
|
- lib/phlex-icons/lucide/panel_right.rb
|
1132
1134
|
- lib/phlex-icons/lucide/panel_right_close.rb
|
1133
1135
|
- lib/phlex-icons/lucide/panel_right_dashed.rb
|
1134
1136
|
- lib/phlex-icons/lucide/panel_right_open.rb
|
1135
1137
|
- lib/phlex-icons/lucide/panel_top.rb
|
1138
|
+
- lib/phlex-icons/lucide/panel_top_bottom_dashed.rb
|
1136
1139
|
- lib/phlex-icons/lucide/panel_top_close.rb
|
1137
1140
|
- lib/phlex-icons/lucide/panel_top_dashed.rb
|
1138
1141
|
- lib/phlex-icons/lucide/panel_top_open.rb
|