phlex-icons 2.14.0 → 2.15.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/candy.rb +12 -5
- data/lib/phlex-icons/lucide/candy_off.rb +9 -8
- data/lib/phlex-icons/lucide.rb +1 -1
- data/lib/phlex-icons/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6558004a1ef8fc4bbaeb55432a55d1d5df673bcbd90334edd09e2f33ca307bdc
|
4
|
+
data.tar.gz: 617bc7453a6cdaf8657c6b1ac7c463ec5cdd2120bc9af77cd5b7aed2f9b2606c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8c5265077a47f9ec484b29c2624669e436c052b8309b939caaa694220476cf90139033e516d9ba1cf4cc3077508f072be4d3790fbebf59b41c00bdc5f9892a5
|
7
|
+
data.tar.gz: 30851a5f40876c14454d49a809f4738e9b7b42e7bd54521dd9f692c02f411b252381aa2a2c8fe222d4e61bc0dc0a97244f34af309795bb72bd31eee7f0b5a723
|
@@ -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 Candy < Base
|
@@ -14,17 +15,23 @@ module PhlexIcons
|
|
14
15
|
stroke_linecap: 'round',
|
15
16
|
stroke_linejoin: 'round'
|
16
17
|
) do |s|
|
17
|
-
s.path(d: '
|
18
|
-
s.path(d: 'M14 6.
|
19
|
-
s.path(d: 'M10 7.5v10')
|
18
|
+
s.path(d: 'M10 7v10.9')
|
19
|
+
s.path(d: 'M14 6.1V17')
|
20
20
|
s.path(
|
21
|
-
d:
|
21
|
+
d:
|
22
|
+
'M16 7V3a1 1 0 0 1 1.707-.707 2.5 2.5 0 0 0 2.152.717 1 1 0 0 1 1.131 1.131 2.5 2.5 0 0 0 .717 2.152A1 1 0 0 1 21 8h-4'
|
22
23
|
)
|
23
24
|
s.path(
|
24
|
-
d:
|
25
|
+
d:
|
26
|
+
'M16.536 7.465a5 5 0 0 0-7.072 0l-2 2a5 5 0 0 0 0 7.07 5 5 0 0 0 7.072 0l2-2a5 5 0 0 0 0-7.07'
|
27
|
+
)
|
28
|
+
s.path(
|
29
|
+
d:
|
30
|
+
'M8 17v4a1 1 0 0 1-1.707.707 2.5 2.5 0 0 0-2.152-.717 1 1 0 0 1-1.131-1.131 2.5 2.5 0 0 0-.717-2.152A1 1 0 0 1 3 16h4'
|
25
31
|
)
|
26
32
|
end
|
27
33
|
end
|
28
34
|
end
|
29
35
|
end
|
30
36
|
end
|
37
|
+
# 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 CandyOff < Base
|
@@ -14,24 +15,24 @@ module PhlexIcons
|
|
14
15
|
stroke_linecap: 'round',
|
15
16
|
stroke_linejoin: 'round'
|
16
17
|
) do |s|
|
17
|
-
s.path(d: '
|
18
|
+
s.path(d: 'M10 10v7.9')
|
19
|
+
s.path(d: 'M11.802 6.145a5 5 0 0 1 6.053 6.053')
|
20
|
+
s.path(d: 'M14 6.1v2.243')
|
18
21
|
s.path(
|
19
|
-
d: '
|
22
|
+
d: 'm15.5 15.571-.964.964a5 5 0 0 1-7.071 0 5 5 0 0 1 0-7.07l.964-.965'
|
20
23
|
)
|
21
|
-
s.path(d: 'M14 16.5V14')
|
22
|
-
s.path(d: 'M14 6.5v1.843')
|
23
|
-
s.path(d: 'M10 10v7.5')
|
24
24
|
s.path(
|
25
25
|
d:
|
26
|
-
'
|
26
|
+
'M16 7V3a1 1 0 0 1 1.707-.707 2.5 2.5 0 0 0 2.152.717 1 1 0 0 1 1.131 1.131 2.5 2.5 0 0 0 .717 2.152A1 1 0 0 1 21 8h-4'
|
27
27
|
)
|
28
|
+
s.path(d: 'm2 2 20 20')
|
28
29
|
s.path(
|
29
30
|
d:
|
30
|
-
'
|
31
|
+
'M8 17v4a1 1 0 0 1-1.707.707 2.5 2.5 0 0 0-2.152-.717 1 1 0 0 1-1.131-1.131 2.5 2.5 0 0 0-.717-2.152A1 1 0 0 1 3 16h4'
|
31
32
|
)
|
32
|
-
s.line(x1: '2', x2: '22', y1: '2', y2: '22')
|
33
33
|
end
|
34
34
|
end
|
35
35
|
end
|
36
36
|
end
|
37
37
|
end
|
38
|
+
# rubocop:enable Layout/LineLength
|
data/lib/phlex-icons/lucide.rb
CHANGED
data/lib/phlex-icons/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phlex-icons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.15.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-
|
11
|
+
date: 2025-04-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: phlex
|