phlex-icons 1.7.0 → 1.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/phlex/icons/lucide/bell.rb +7 -2
- data/lib/phlex/icons/lucide/bell_dot.rb +4 -2
- data/lib/phlex/icons/lucide/bell_minus.rb +6 -3
- data/lib/phlex/icons/lucide/bell_off.rb +6 -3
- data/lib/phlex/icons/lucide/bell_plus.rb +6 -4
- data/lib/phlex/icons/lucide/bell_ring.rb +8 -3
- data/lib/phlex/icons/lucide/book_dashed.rb +10 -10
- data/lib/phlex/icons/lucide/droplet_off.rb +31 -0
- data/lib/phlex/icons/lucide/flask_conical.rb +2 -2
- data/lib/phlex/icons/lucide/flask_conical_off.rb +3 -6
- data/lib/phlex/icons/lucide/flask_round.rb +2 -4
- data/lib/phlex/icons/lucide/layers.rb +9 -3
- data/lib/phlex/icons/lucide/list_filter_plus.rb +28 -0
- data/lib/phlex/icons/lucide/paperclip.rb +2 -1
- data/lib/phlex/icons/lucide/picture_in_picture.rb +5 -5
- data/lib/phlex/icons/lucide/scan_heart.rb +31 -0
- data/lib/phlex/icons/lucide/waves_ladder.rb +31 -0
- data/lib/phlex/icons/lucide.rb +5 -2
- data/lib/phlex/icons/tabler/brand_bitbucket.rb +11 -1
- data/lib/phlex/icons/{lucide/layers_3.rb → tabler/cake_roll.rb} +10 -9
- data/lib/phlex/icons/tabler/direction_arrows.rb +13 -1
- data/lib/phlex/icons/tabler/droplets.rb +19 -1
- data/lib/phlex/icons/tabler/exposure.rb +4 -4
- data/lib/phlex/icons/tabler/exposure_off.rb +4 -4
- data/lib/phlex/icons/tabler/eyeglass.rb +13 -1
- data/lib/phlex/icons/tabler/ferry.rb +2 -2
- data/lib/phlex/icons/tabler/filters.rb +17 -1
- data/lib/phlex/icons/tabler/flame.rb +12 -2
- data/lib/phlex/icons/tabler/flare.rb +13 -1
- data/lib/phlex/icons/tabler/folders.rb +15 -3
- data/lib/phlex/icons/tabler/garden_cart.rb +13 -1
- data/lib/phlex/icons/tabler/grid_pattern.rb +13 -1
- data/lib/phlex/icons/tabler/helicopter_landing.rb +13 -1
- data/lib/phlex/icons/tabler/laurel_wreath.rb +11 -1
- data/lib/phlex/icons/tabler/lemon_2.rb +11 -1
- data/lib/phlex/icons/tabler/lifebuoy.rb +13 -1
- data/lib/phlex/icons/tabler/matrix.rb +40 -0
- data/lib/phlex/icons/tabler/square_dashed.rb +31 -0
- data/lib/phlex/icons/tabler/table_dashed.rb +33 -0
- data/lib/phlex/icons/tabler.rb +5 -1
- data/lib/phlex/icons/version.rb +1 -1
- metadata +10 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3a05ba578d2409614203043ed17f1a09c6422e147263b100066b6a4da4549a5
|
4
|
+
data.tar.gz: 6b95eb30311c18304f5207eac71bb80fdf5eb4f35166a6dc24ea197f7d15358c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 05d337ad76ac4ad764c12c31cffe45be04c76411da97c2b087a9b1e3a490ced33dcff618d82f79aedb148df18277258e2191dfdb0000475eba4b2bfca77c8232
|
7
|
+
data.tar.gz: 43785d7913da7209e0fd6b6849de51a00296b3554e9421c96a589132ff41e91bf274e21d77651ef7adfe6c42acc4207cbbf28bdfebbb76e870d3fad8f8cdcd40
|
@@ -1,5 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
3
4
|
module Phlex
|
4
5
|
module Icons
|
5
6
|
module Lucide
|
@@ -15,11 +16,15 @@ module Phlex
|
|
15
16
|
stroke_linecap: 'round',
|
16
17
|
stroke_linejoin: 'round'
|
17
18
|
) do |s|
|
18
|
-
s.path(d: '
|
19
|
-
s.path(
|
19
|
+
s.path(d: 'M10.268 21a2 2 0 0 0 3.464 0')
|
20
|
+
s.path(
|
21
|
+
d:
|
22
|
+
'M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326'
|
23
|
+
)
|
20
24
|
end
|
21
25
|
end
|
22
26
|
end
|
23
27
|
end
|
24
28
|
end
|
25
29
|
end
|
30
|
+
# rubocop:enable Layout/LineLength
|
@@ -1,5 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
3
4
|
module Phlex
|
4
5
|
module Icons
|
5
6
|
module Lucide
|
@@ -15,11 +16,11 @@ module Phlex
|
|
15
16
|
stroke_linecap: 'round',
|
16
17
|
stroke_linejoin: 'round'
|
17
18
|
) do |s|
|
19
|
+
s.path(d: 'M10.268 21a2 2 0 0 0 3.464 0')
|
18
20
|
s.path(
|
19
21
|
d:
|
20
|
-
'
|
22
|
+
'M13.916 2.314A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.74 7.327A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673 9 9 0 0 1-.585-.665'
|
21
23
|
)
|
22
|
-
s.path(d: 'M10.3 21a1.94 1.94 0 0 0 3.4 0')
|
23
24
|
s.circle(cx: '18', cy: '8', r: '3')
|
24
25
|
end
|
25
26
|
end
|
@@ -27,3 +28,4 @@ module Phlex
|
|
27
28
|
end
|
28
29
|
end
|
29
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 Phlex
|
4
5
|
module Icons
|
5
6
|
module Lucide
|
@@ -15,14 +16,16 @@ module Phlex
|
|
15
16
|
stroke_linecap: 'round',
|
16
17
|
stroke_linejoin: 'round'
|
17
18
|
) do |s|
|
19
|
+
s.path(d: 'M10.268 21a2 2 0 0 0 3.464 0')
|
20
|
+
s.path(d: 'M15 8h6')
|
18
21
|
s.path(
|
19
|
-
d:
|
22
|
+
d:
|
23
|
+
'M16.243 3.757A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673A9.4 9.4 0 0 1 18.667 12'
|
20
24
|
)
|
21
|
-
s.path(d: 'M10.3 21a1.94 1.94 0 0 0 3.4 0')
|
22
|
-
s.path(d: 'M15 8h6')
|
23
25
|
end
|
24
26
|
end
|
25
27
|
end
|
26
28
|
end
|
27
29
|
end
|
28
30
|
end
|
31
|
+
# rubocop:enable Layout/LineLength
|
@@ -15,10 +15,13 @@ module Phlex
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.path(d: '
|
19
|
-
s.path(
|
20
|
-
|
18
|
+
s.path(d: 'M10.268 21a2 2 0 0 0 3.464 0')
|
19
|
+
s.path(
|
20
|
+
d:
|
21
|
+
'M17 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 .258-1.742'
|
22
|
+
)
|
21
23
|
s.path(d: 'm2 2 20 20')
|
24
|
+
s.path(d: 'M8.668 3.01A6 6 0 0 1 18 8c0 2.687.77 4.653 1.707 6.05')
|
22
25
|
end
|
23
26
|
end
|
24
27
|
end
|
@@ -1,5 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
3
4
|
module Phlex
|
4
5
|
module Icons
|
5
6
|
module Lucide
|
@@ -15,16 +16,17 @@ module Phlex
|
|
15
16
|
stroke_linecap: 'round',
|
16
17
|
stroke_linejoin: 'round'
|
17
18
|
) do |s|
|
19
|
+
s.path(d: 'M10.268 21a2 2 0 0 0 3.464 0')
|
20
|
+
s.path(d: 'M15 8h6')
|
21
|
+
s.path(d: 'M18 5v6')
|
18
22
|
s.path(
|
19
23
|
d:
|
20
|
-
'
|
24
|
+
'M20.002 14.464a9 9 0 0 0 .738.863A1 1 0 0 1 20 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 8.75-5.332'
|
21
25
|
)
|
22
|
-
s.path(d: 'M10.3 21a1.94 1.94 0 0 0 3.4 0')
|
23
|
-
s.path(d: 'M15 8h6')
|
24
|
-
s.path(d: 'M18 5v6')
|
25
26
|
end
|
26
27
|
end
|
27
28
|
end
|
28
29
|
end
|
29
30
|
end
|
30
31
|
end
|
32
|
+
# rubocop:enable Layout/LineLength
|
@@ -1,5 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
3
4
|
module Phlex
|
4
5
|
module Icons
|
5
6
|
module Lucide
|
@@ -15,13 +16,17 @@ module Phlex
|
|
15
16
|
stroke_linecap: 'round',
|
16
17
|
stroke_linejoin: 'round'
|
17
18
|
) do |s|
|
18
|
-
s.path(d: '
|
19
|
-
s.path(d: 'M10.3 21a1.94 1.94 0 0 0 3.4 0')
|
20
|
-
s.path(d: 'M4 2C2.8 3.7 2 5.7 2 8')
|
19
|
+
s.path(d: 'M10.268 21a2 2 0 0 0 3.464 0')
|
21
20
|
s.path(d: 'M22 8c0-2.3-.8-4.3-2-6')
|
21
|
+
s.path(
|
22
|
+
d:
|
23
|
+
'M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326'
|
24
|
+
)
|
25
|
+
s.path(d: 'M4 2C2.8 3.7 2 5.7 2 8')
|
22
26
|
end
|
23
27
|
end
|
24
28
|
end
|
25
29
|
end
|
26
30
|
end
|
27
31
|
end
|
32
|
+
# rubocop:enable Layout/LineLength
|
@@ -16,16 +16,16 @@ module Phlex
|
|
16
16
|
stroke_linecap: 'round',
|
17
17
|
stroke_linejoin: 'round'
|
18
18
|
) do |s|
|
19
|
-
s.path(d: 'M12
|
20
|
-
s.path(d: 'M12
|
21
|
-
s.path(d: 'M12
|
22
|
-
s.path(d: '
|
23
|
-
s.path(d: '
|
24
|
-
s.path(d: 'M20
|
25
|
-
s.path(d: 'M20
|
26
|
-
s.path(d: 'M4
|
27
|
-
s.path(d: 'M4 19.
|
28
|
-
s.path(d: 'M4
|
19
|
+
s.path(d: 'M12 17h1.5')
|
20
|
+
s.path(d: 'M12 22h1.5')
|
21
|
+
s.path(d: 'M12 2h1.5')
|
22
|
+
s.path(d: 'M17.5 22H19a1 1 0 0 0 1-1')
|
23
|
+
s.path(d: 'M17.5 2H19a1 1 0 0 1 1 1v1.5')
|
24
|
+
s.path(d: 'M20 14v3h-2.5')
|
25
|
+
s.path(d: 'M20 8.5V10')
|
26
|
+
s.path(d: 'M4 10V8.5')
|
27
|
+
s.path(d: 'M4 19.5V14')
|
28
|
+
s.path(d: 'M4 4.5A2.5 2.5 0 0 1 6.5 2H8')
|
29
29
|
s.path(d: 'M8 22H6.5a1 1 0 0 1 0-5H8')
|
30
30
|
end
|
31
31
|
end
|
@@ -0,0 +1,31 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Phlex
|
4
|
+
module Icons
|
5
|
+
module Lucide
|
6
|
+
class DropletOff < 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
|
+
'M18.715 13.186C18.29 11.858 17.384 10.607 16 9.5c-2-1.6-3.5-4-4-6.5a10.7 10.7 0 0 1-.884 2.586'
|
21
|
+
)
|
22
|
+
s.path(d: 'm2 2 20 20')
|
23
|
+
s.path(
|
24
|
+
d: 'M8.795 8.797A11 11 0 0 1 8 9.5C6 11.1 5 13 5 15a7 7 0 0 0 13.222 3.208'
|
25
|
+
)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
@@ -18,10 +18,10 @@ module Phlex
|
|
18
18
|
) do |s|
|
19
19
|
s.path(
|
20
20
|
d:
|
21
|
-
'
|
21
|
+
'M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2'
|
22
22
|
)
|
23
|
+
s.path(d: 'M6.453 15h11.094')
|
23
24
|
s.path(d: 'M8.5 2h7')
|
24
|
-
s.path(d: 'M7 16h10')
|
25
25
|
end
|
26
26
|
end
|
27
27
|
end
|
@@ -15,15 +15,12 @@ module Phlex
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.path(
|
19
|
-
d:
|
20
|
-
'M10 10 4.72 20.55a1 1 0 0 0 .9 1.45h12.76a1 1 0 0 0 .9-1.45l-1.272-2.542'
|
21
|
-
)
|
22
18
|
s.path(d: 'M10 2v2.343')
|
23
19
|
s.path(d: 'M14 2v6.343')
|
20
|
+
s.path(d: 'm2 2 20 20')
|
21
|
+
s.path(d: 'M20 20a2 2 0 0 1-2 2H6a2 2 0 0 1-1.755-2.96l5.227-9.563')
|
22
|
+
s.path(d: 'M6.453 15H15')
|
24
23
|
s.path(d: 'M8.5 2h7')
|
25
|
-
s.path(d: 'M7 16h9')
|
26
|
-
s.line(x1: '2', x2: '22', y1: '2', y2: '22')
|
27
24
|
end
|
28
25
|
end
|
29
26
|
end
|
@@ -15,11 +15,9 @@ module Phlex
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.path(d: 'M10
|
19
|
-
s.path(d: '
|
18
|
+
s.path(d: 'M10 2v6.292a7 7 0 1 0 4 0V2')
|
19
|
+
s.path(d: 'M5 15h14')
|
20
20
|
s.path(d: 'M8.5 2h7')
|
21
|
-
s.path(d: 'M14 9.3a6.5 6.5 0 1 1-4 0')
|
22
|
-
s.path(d: 'M5.52 16h12.96')
|
23
21
|
end
|
24
22
|
end
|
25
23
|
end
|
@@ -18,10 +18,16 @@ module Phlex
|
|
18
18
|
) do |s|
|
19
19
|
s.path(
|
20
20
|
d:
|
21
|
-
'
|
21
|
+
'M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z'
|
22
|
+
)
|
23
|
+
s.path(
|
24
|
+
d:
|
25
|
+
'M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12'
|
26
|
+
)
|
27
|
+
s.path(
|
28
|
+
d:
|
29
|
+
'M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17'
|
22
30
|
)
|
23
|
-
s.path(d: 'm22 17.65-9.17 4.16a2 2 0 0 1-1.66 0L2 17.65')
|
24
|
-
s.path(d: 'm22 12.65-9.17 4.16a2 2 0 0 1-1.66 0L2 12.65')
|
25
31
|
end
|
26
32
|
end
|
27
33
|
end
|
@@ -0,0 +1,28 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Phlex
|
4
|
+
module Icons
|
5
|
+
module Lucide
|
6
|
+
class ListFilterPlus < 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 18h4')
|
19
|
+
s.path(d: 'M11 6H3')
|
20
|
+
s.path(d: 'M15 6h6')
|
21
|
+
s.path(d: 'M18 9V3')
|
22
|
+
s.path(d: 'M7 12h8')
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
@@ -16,9 +16,10 @@ module Phlex
|
|
16
16
|
stroke_linecap: 'round',
|
17
17
|
stroke_linejoin: 'round'
|
18
18
|
) do |s|
|
19
|
+
s.path(d: 'M13.234 20.252 21 12.3')
|
19
20
|
s.path(
|
20
21
|
d:
|
21
|
-
'
|
22
|
+
'm16 6-8.414 8.586a2 2 0 0 0 0 2.828 2 2 0 0 0 2.828 0l8.414-8.586a4 4 0 0 0 0-5.656 4 4 0 0 0-5.656 0l-8.415 8.585a6 6 0 1 0 8.486 8.486'
|
22
23
|
)
|
23
24
|
end
|
24
25
|
end
|
@@ -15,11 +15,11 @@ module Phlex
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.path(
|
19
|
-
|
20
|
-
|
21
|
-
)
|
22
|
-
s.rect(
|
18
|
+
s.path(d: 'M2 10h6V4')
|
19
|
+
s.path(d: 'm2 4 6 6')
|
20
|
+
s.path(d: 'M21 10V7a2 2 0 0 0-2-2h-7')
|
21
|
+
s.path(d: 'M3 14v2a2 2 0 0 0 2 2h3')
|
22
|
+
s.rect(x: '12', y: '14', width: '10', height: '7', rx: '1')
|
23
23
|
end
|
24
24
|
end
|
25
25
|
end
|
@@ -0,0 +1,31 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Phlex
|
4
|
+
module Icons
|
5
|
+
module Lucide
|
6
|
+
class ScanHeart < 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
|
+
'M11.246 16.657a1 1 0 0 0 1.508 0l3.57-4.101A2.75 2.75 0 1 0 12 9.168a2.75 2.75 0 1 0-4.324 3.388z'
|
21
|
+
)
|
22
|
+
s.path(d: 'M17 3h2a2 2 0 0 1 2 2v2')
|
23
|
+
s.path(d: 'M21 17v2a2 2 0 0 1-2 2h-2')
|
24
|
+
s.path(d: 'M3 7V5a2 2 0 0 1 2-2h2')
|
25
|
+
s.path(d: 'M7 21H5a2 2 0 0 1-2-2v-2')
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
@@ -0,0 +1,31 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Phlex
|
4
|
+
module Icons
|
5
|
+
module Lucide
|
6
|
+
class WavesLadder < 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: 'M19 5a2 2 0 0 0-2 2v11')
|
19
|
+
s.path(
|
20
|
+
d:
|
21
|
+
'M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1'
|
22
|
+
)
|
23
|
+
s.path(d: 'M7 13h10')
|
24
|
+
s.path(d: 'M7 9h10')
|
25
|
+
s.path(d: 'M9 5a2 2 0 0 0-2 2v11')
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
data/lib/phlex/icons/lucide.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
module Phlex
|
4
4
|
module Icons
|
5
5
|
module Lucide # rubocop:disable Metrics/ModuleLength
|
6
|
-
VERSION = '0.
|
6
|
+
VERSION = '0.468.0'
|
7
7
|
VARIANTS = nil
|
8
8
|
|
9
9
|
extend Phlex::Kit
|
@@ -520,6 +520,7 @@ module Phlex
|
|
520
520
|
autoload :Dribbble, 'phlex/icons/lucide/dribbble'
|
521
521
|
autoload :Drill, 'phlex/icons/lucide/drill'
|
522
522
|
autoload :Droplet, 'phlex/icons/lucide/droplet'
|
523
|
+
autoload :DropletOff, 'phlex/icons/lucide/droplet_off'
|
523
524
|
autoload :Droplets, 'phlex/icons/lucide/droplets'
|
524
525
|
autoload :Drum, 'phlex/icons/lucide/drum'
|
525
526
|
autoload :Drumstick, 'phlex/icons/lucide/drumstick'
|
@@ -820,7 +821,6 @@ module Phlex
|
|
820
821
|
autoload :Laugh, 'phlex/icons/lucide/laugh'
|
821
822
|
autoload :Layers, 'phlex/icons/lucide/layers'
|
822
823
|
autoload :Layers2, 'phlex/icons/lucide/layers_2'
|
823
|
-
autoload :Layers3, 'phlex/icons/lucide/layers_3'
|
824
824
|
autoload :LayoutDashboard, 'phlex/icons/lucide/layout_dashboard'
|
825
825
|
autoload :LayoutGrid, 'phlex/icons/lucide/layout_grid'
|
826
826
|
autoload :LayoutList, 'phlex/icons/lucide/layout_list'
|
@@ -847,6 +847,7 @@ module Phlex
|
|
847
847
|
autoload :ListCollapse, 'phlex/icons/lucide/list_collapse'
|
848
848
|
autoload :ListEnd, 'phlex/icons/lucide/list_end'
|
849
849
|
autoload :ListFilter, 'phlex/icons/lucide/list_filter'
|
850
|
+
autoload :ListFilterPlus, 'phlex/icons/lucide/list_filter_plus'
|
850
851
|
autoload :ListMinus, 'phlex/icons/lucide/list_minus'
|
851
852
|
autoload :ListMusic, 'phlex/icons/lucide/list_music'
|
852
853
|
autoload :ListOrdered, 'phlex/icons/lucide/list_ordered'
|
@@ -1188,6 +1189,7 @@ module Phlex
|
|
1188
1189
|
autoload :ScanBarcode, 'phlex/icons/lucide/scan_barcode'
|
1189
1190
|
autoload :ScanEye, 'phlex/icons/lucide/scan_eye'
|
1190
1191
|
autoload :ScanFace, 'phlex/icons/lucide/scan_face'
|
1192
|
+
autoload :ScanHeart, 'phlex/icons/lucide/scan_heart'
|
1191
1193
|
autoload :ScanLine, 'phlex/icons/lucide/scan_line'
|
1192
1194
|
autoload :ScanQrCode, 'phlex/icons/lucide/scan_qr_code'
|
1193
1195
|
autoload :ScanSearch, 'phlex/icons/lucide/scan_search'
|
@@ -1525,6 +1527,7 @@ module Phlex
|
|
1525
1527
|
autoload :WashingMachine, 'phlex/icons/lucide/washing_machine'
|
1526
1528
|
autoload :Watch, 'phlex/icons/lucide/watch'
|
1527
1529
|
autoload :Waves, 'phlex/icons/lucide/waves'
|
1530
|
+
autoload :WavesLadder, 'phlex/icons/lucide/waves_ladder'
|
1528
1531
|
autoload :Waypoints, 'phlex/icons/lucide/waypoints'
|
1529
1532
|
autoload :Webcam, 'phlex/icons/lucide/webcam'
|
1530
1533
|
autoload :Webhook, 'phlex/icons/lucide/webhook'
|
@@ -6,7 +6,17 @@ module Phlex
|
|
6
6
|
module Tabler
|
7
7
|
class BrandBitbucket < Base
|
8
8
|
def filled
|
9
|
-
|
9
|
+
svg(
|
10
|
+
**attrs,
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
12
|
+
viewbox: '0 0 24 24',
|
13
|
+
fill: 'currentColor'
|
14
|
+
) do |s|
|
15
|
+
s.path(
|
16
|
+
d:
|
17
|
+
'M3.661 3l16.68 .007c.484 -.005 .946 .203 1.262 .57c.316 .368 .454 .856 .364 1.396l-3.338 14.651a1.64 1.64 0 0 1 -1.629 1.376h-10.01c-.906 -.009 -1.678 -.668 -1.82 -1.517l-3.148 -14.576a1.64 1.64 0 0 1 1.639 -1.907m11.339 5h-6a1 1 0 0 0 -.986 1.164l1 6a1 1 0 0 0 .986 .836h4a1 1 0 0 0 .986 -.836l1 -6a1 1 0 0 0 -.986 -1.164'
|
18
|
+
)
|
19
|
+
end
|
10
20
|
end
|
11
21
|
|
12
22
|
def outline
|
@@ -1,11 +1,14 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# rubocop:disable Layout/LineLength
|
4
3
|
module Phlex
|
5
4
|
module Icons
|
6
|
-
module
|
7
|
-
class
|
8
|
-
def
|
5
|
+
module Tabler
|
6
|
+
class CakeRoll < Base
|
7
|
+
def filled
|
8
|
+
raise NotImplementedError
|
9
|
+
end
|
10
|
+
|
11
|
+
def outline
|
9
12
|
svg(
|
10
13
|
**attrs,
|
11
14
|
xmlns: 'http://www.w3.org/2000/svg',
|
@@ -18,15 +21,14 @@ module Phlex
|
|
18
21
|
) do |s|
|
19
22
|
s.path(
|
20
23
|
d:
|
21
|
-
'
|
24
|
+
'M12 15c-4.97 0 -9 -2.462 -9 -5.5s4.03 -5.5 9 -5.5s9 2.462 9 5.5s-4.03 5.5 -9 5.5'
|
22
25
|
)
|
23
26
|
s.path(
|
24
27
|
d:
|
25
|
-
'
|
28
|
+
'M12 6.97c3 0 4 1.036 4 1.979c0 2.805 -8 2.969 -8 -.99c0 -2.11 1.5 -3.959 4 -3.959'
|
26
29
|
)
|
27
30
|
s.path(
|
28
|
-
d:
|
29
|
-
'm6.08 14.5-3.5 1.6a1 1 0 0 0 0 1.81l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9a1 1 0 0 0 0-1.83l-3.5-1.59'
|
31
|
+
d: 'M21 9.333v5.334c0 2.945 -4.03 5.333 -9 5.333s-9 -2.388 -9 -5.333v-5.334'
|
30
32
|
)
|
31
33
|
end
|
32
34
|
end
|
@@ -34,4 +36,3 @@ module Phlex
|
|
34
36
|
end
|
35
37
|
end
|
36
38
|
end
|
37
|
-
# rubocop:enable Layout/LineLength
|
@@ -1,11 +1,22 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
3
4
|
module Phlex
|
4
5
|
module Icons
|
5
6
|
module Tabler
|
6
7
|
class DirectionArrows < Base
|
7
8
|
def filled
|
8
|
-
|
9
|
+
svg(
|
10
|
+
**attrs,
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
12
|
+
viewbox: '0 0 24 24',
|
13
|
+
fill: 'currentColor'
|
14
|
+
) do |s|
|
15
|
+
s.path(
|
16
|
+
d:
|
17
|
+
'M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -20 0l.004 -.28c.148 -5.393 4.566 -9.72 9.996 -9.72m-.293 13.293a1 1 0 0 0 -1.414 1.414l1 1a1 1 0 0 0 1.414 0l1 -1a1 1 0 0 0 0 -1.414l-.094 -.083a1 1 0 0 0 -1.32 .083l-.293 .292zm-3 -5a1 1 0 0 0 -1.414 0l-1 1a1 1 0 0 0 0 1.414l1 1a1 1 0 0 0 1.414 0l.083 -.094a1 1 0 0 0 -.083 -1.32l-.292 -.293l.292 -.293a1 1 0 0 0 0 -1.414m8 0a1 1 0 0 0 -1.414 0l-.083 .094a1 1 0 0 0 .083 1.32l.292 .292l-.292 .294a1 1 0 0 0 1.414 1.414l1 -1a1 1 0 0 0 0 -1.414zm-4 -4a1 1 0 0 0 -1.414 0l-1 1a1 1 0 0 0 0 1.414l.094 .083a1 1 0 0 0 1.32 -.083l.293 -.292l.293 .292a1 1 0 0 0 1.414 -1.414z'
|
18
|
+
)
|
19
|
+
end
|
9
20
|
end
|
10
21
|
|
11
22
|
def outline
|
@@ -30,3 +41,4 @@ module Phlex
|
|
30
41
|
end
|
31
42
|
end
|
32
43
|
end
|
44
|
+
# rubocop:enable Layout/LineLength
|
@@ -6,7 +6,25 @@ module Phlex
|
|
6
6
|
module Tabler
|
7
7
|
class Droplets < Base
|
8
8
|
def filled
|
9
|
-
|
9
|
+
svg(
|
10
|
+
**attrs,
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
12
|
+
viewbox: '0 0 24 24',
|
13
|
+
fill: 'currentColor'
|
14
|
+
) do |s|
|
15
|
+
s.path(
|
16
|
+
d:
|
17
|
+
'M6 12.003c.541 0 1.045 .273 1.342 .727l2.122 3.273a3.999 3.999 0 0 1 -6.035 5.063c-1.487 -1.248 -1.864 -3.382 -.867 -5.11l2.098 -3.226a1.6 1.6 0 0 1 1.34 -.727'
|
18
|
+
)
|
19
|
+
s.path(
|
20
|
+
d:
|
21
|
+
'M18 12.003c.541 0 1.045 .273 1.342 .727l2.122 3.273a3.999 3.999 0 0 1 -6.035 5.063c-1.487 -1.248 -1.864 -3.382 -.867 -5.11l2.098 -3.227a1.6 1.6 0 0 1 1.34 -.726'
|
22
|
+
)
|
23
|
+
s.path(
|
24
|
+
d:
|
25
|
+
'M12 2.003c.541 0 1.045 .273 1.342 .727l2.122 3.273a3.999 3.999 0 0 1 -6.035 5.063c-1.487 -1.248 -1.864 -3.382 -.867 -5.11l2.098 -3.226a1.6 1.6 0 0 1 1.34 -.727'
|
26
|
+
)
|
27
|
+
end
|
10
28
|
end
|
11
29
|
|
12
30
|
def outline
|
@@ -19,13 +19,13 @@ module Phlex
|
|
19
19
|
stroke_linecap: 'round',
|
20
20
|
stroke_linejoin: 'round'
|
21
21
|
) do |s|
|
22
|
+
s.path(d: 'M3.6 20.4l16.8 -16.8')
|
23
|
+
s.path(d: 'M6 8h4m-2 -2v4')
|
24
|
+
s.path(d: 'M14 16h4')
|
22
25
|
s.path(
|
23
26
|
d:
|
24
|
-
'
|
27
|
+
'M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z'
|
25
28
|
)
|
26
|
-
s.path(d: 'M4.6 19.4l14.8 -14.8')
|
27
|
-
s.path(d: 'M7 9h4m-2 -2v4')
|
28
|
-
s.path(d: 'M13 16l4 0')
|
29
29
|
end
|
30
30
|
end
|
31
31
|
end
|
@@ -20,13 +20,13 @@ module Phlex
|
|
20
20
|
stroke_linecap: 'round',
|
21
21
|
stroke_linejoin: 'round'
|
22
22
|
) do |s|
|
23
|
-
s.path(d: '
|
23
|
+
s.path(d: 'M3.6 20.4l8.371 -8.371m2.04 -2.04l6.389 -6.389')
|
24
|
+
s.path(d: 'M6 8h2m0 0v2')
|
25
|
+
s.path(d: 'M14 16h2')
|
24
26
|
s.path(
|
25
27
|
d:
|
26
|
-
'
|
28
|
+
'M7 3h12a2 2 0 0 1 2 2v12m-.5 3.5c-.362 .36 -.95 .5 -1.5 .5h-14a2 2 0 0 1 -2 -2v-14c0 -.541 .215 -1.033 .565 -1.393'
|
27
29
|
)
|
28
|
-
s.path(d: 'M7 9h2v2')
|
29
|
-
s.path(d: 'M13 16h3')
|
30
30
|
s.path(d: 'M3 3l18 18')
|
31
31
|
end
|
32
32
|
end
|
@@ -1,11 +1,22 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
3
4
|
module Phlex
|
4
5
|
module Icons
|
5
6
|
module Tabler
|
6
7
|
class Eyeglass < Base
|
7
8
|
def filled
|
8
|
-
|
9
|
+
svg(
|
10
|
+
**attrs,
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
12
|
+
viewbox: '0 0 24 24',
|
13
|
+
fill: 'currentColor'
|
14
|
+
) do |s|
|
15
|
+
s.path(
|
16
|
+
d:
|
17
|
+
'M6.5 21a4.5 4.5 0 0 1 -4.5 -4.5v-2.518l.004 -.071l.014 -.103l.018 -.076l3.006 -10.02a1 1 0 0 1 .958 -.712h2a1 1 0 1 1 0 2h-1.257l-2.4 8h5.657a1 1 0 0 1 1 1v1h2v-1a1 1 0 0 1 1 -1h5.656l-2.4 -8h-1.256a1 1 0 0 1 -.993 -.883l-.007 -.117a1 1 0 0 1 1 -1h2a1 1 0 0 1 .958 .713l3.01 10.036l.022 .112l.008 .08l.002 2.559a4.5 4.5 0 0 1 -8.972 .5h-2.056a4.5 4.5 0 0 1 -4.472 4'
|
18
|
+
)
|
19
|
+
end
|
9
20
|
end
|
10
21
|
|
11
22
|
def outline
|
@@ -30,3 +41,4 @@ module Phlex
|
|
30
41
|
end
|
31
42
|
end
|
32
43
|
end
|
44
|
+
# rubocop:enable Layout/LineLength
|
@@ -19,8 +19,8 @@ module Phlex
|
|
19
19
|
stroke_linecap: 'round',
|
20
20
|
stroke_linejoin: 'round'
|
21
21
|
) do |s|
|
22
|
-
s.path(d: '
|
23
|
-
s.path(d: 'M14
|
22
|
+
s.path(d: 'M2 18h15.293c1.02 0 1.972 -.503 2.536 -1.34l2.171 -3.66h-18.479z')
|
23
|
+
s.path(d: 'M14 8l-1 -2')
|
24
24
|
s.path(d: 'M6.107 12.675l1.384 -4.675h8l2.675 4.598')
|
25
25
|
end
|
26
26
|
end
|
@@ -1,11 +1,26 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
3
4
|
module Phlex
|
4
5
|
module Icons
|
5
6
|
module Tabler
|
6
7
|
class Filters < Base
|
7
8
|
def filled
|
8
|
-
|
9
|
+
svg(
|
10
|
+
**attrs,
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
12
|
+
viewbox: '0 0 24 24',
|
13
|
+
fill: 'currentColor'
|
14
|
+
) do |s|
|
15
|
+
s.path(
|
16
|
+
d:
|
17
|
+
'M19.396 11.056a6 6 0 0 1 -5.647 10.506q .206 -.21 .396 -.44a8 8 0 0 0 1.789 -6.155a8.02 8.02 0 0 0 3.462 -3.911'
|
18
|
+
)
|
19
|
+
s.path(
|
20
|
+
d: 'M4.609 11.051a7.99 7.99 0 0 0 9.386 4.698a6 6 0 1 1 -9.534 -4.594z'
|
21
|
+
)
|
22
|
+
s.path(d: 'M12 2a6 6 0 1 1 -6 6l.004 -.225a6 6 0 0 1 5.996 -5.775')
|
23
|
+
end
|
9
24
|
end
|
10
25
|
|
11
26
|
def outline
|
@@ -28,3 +43,4 @@ module Phlex
|
|
28
43
|
end
|
29
44
|
end
|
30
45
|
end
|
46
|
+
# rubocop:enable Layout/LineLength
|
@@ -6,7 +6,17 @@ module Phlex
|
|
6
6
|
module Tabler
|
7
7
|
class Flame < Base
|
8
8
|
def filled
|
9
|
-
|
9
|
+
svg(
|
10
|
+
**attrs,
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
12
|
+
viewbox: '0 0 24 24',
|
13
|
+
fill: 'currentColor'
|
14
|
+
) do |s|
|
15
|
+
s.path(
|
16
|
+
d:
|
17
|
+
'M10 2c0 -.88 1.056 -1.331 1.692 -.722c1.958 1.876 3.096 5.995 1.75 9.12l-.08 .174l.012 .003c.625 .133 1.203 -.43 2.303 -2.173l.14 -.224a1 1 0 0 1 1.582 -.153c1.334 1.435 2.601 4.377 2.601 6.27c0 4.265 -3.591 7.705 -8 7.705s-8 -3.44 -8 -7.706c0 -2.252 1.022 -4.716 2.632 -6.301l.605 -.589c.241 -.236 .434 -.43 .618 -.624c1.43 -1.512 2.145 -2.924 2.145 -4.78'
|
18
|
+
)
|
19
|
+
end
|
10
20
|
end
|
11
21
|
|
12
22
|
def outline
|
@@ -22,7 +32,7 @@ module Phlex
|
|
22
32
|
) do |s|
|
23
33
|
s.path(
|
24
34
|
d:
|
25
|
-
'M12
|
35
|
+
'M12 10.941c2.333 -3.308 .167 -7.823 -1 -8.941c0 3.395 -2.235 5.299 -3.667 6.706c-1.43 1.408 -2.333 3.621 -2.333 5.588c0 3.704 3.134 6.706 7 6.706s7 -3.002 7 -6.706c0 -1.712 -1.232 -4.403 -2.333 -5.588c-2.084 3.353 -3.257 3.353 -4.667 2.235'
|
26
36
|
)
|
27
37
|
end
|
28
38
|
end
|
@@ -1,11 +1,22 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
3
4
|
module Phlex
|
4
5
|
module Icons
|
5
6
|
module Tabler
|
6
7
|
class Flare < Base
|
7
8
|
def filled
|
8
|
-
|
9
|
+
svg(
|
10
|
+
**attrs,
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
12
|
+
viewbox: '0 0 24 24',
|
13
|
+
fill: 'currentColor'
|
14
|
+
) do |s|
|
15
|
+
s.path(
|
16
|
+
d:
|
17
|
+
'M11.106 2.553a1 1 0 0 1 1.788 0l2.851 5.701l5.702 2.852a1 1 0 0 1 .11 1.725l-.11 .063l-5.702 2.851l-2.85 5.702a1 1 0 0 1 -1.726 .11l-.063 -.11l-2.852 -5.702l-5.701 -2.85a1 1 0 0 1 -.11 -1.726l.11 -.063l5.701 -2.852z'
|
18
|
+
)
|
19
|
+
end
|
9
20
|
end
|
10
21
|
|
11
22
|
def outline
|
@@ -24,3 +35,4 @@ module Phlex
|
|
24
35
|
end
|
25
36
|
end
|
26
37
|
end
|
38
|
+
# rubocop:enable Layout/LineLength
|
@@ -1,11 +1,22 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
3
4
|
module Phlex
|
4
5
|
module Icons
|
5
6
|
module Tabler
|
6
7
|
class Folders < Base
|
7
8
|
def filled
|
8
|
-
|
9
|
+
svg(
|
10
|
+
**attrs,
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
12
|
+
viewbox: '0 0 24 24',
|
13
|
+
fill: 'currentColor'
|
14
|
+
) do |s|
|
15
|
+
s.path(
|
16
|
+
d:
|
17
|
+
'M12 2a1 1 0 0 1 .707 .293l1.708 1.707h4.585a3 3 0 0 1 2.995 2.824l.005 .176v7a3 3 0 0 1 -3 3h-1v1a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-9a3 3 0 0 1 3 -3h1v-1a3 3 0 0 1 3 -3zm-6 6h-1a1 1 0 0 0 -1 1v9a1 1 0 0 0 1 1h10a1 1 0 0 0 1 -1v-1h-7a3 3 0 0 1 -3 -3z'
|
18
|
+
)
|
19
|
+
end
|
9
20
|
end
|
10
21
|
|
11
22
|
def outline
|
@@ -21,12 +32,13 @@ module Phlex
|
|
21
32
|
) do |s|
|
22
33
|
s.path(
|
23
34
|
d:
|
24
|
-
'M9
|
35
|
+
'M9 3h3l2 2h5a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2'
|
25
36
|
)
|
26
|
-
s.path(d: 'M17
|
37
|
+
s.path(d: 'M17 16v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h2')
|
27
38
|
end
|
28
39
|
end
|
29
40
|
end
|
30
41
|
end
|
31
42
|
end
|
32
43
|
end
|
44
|
+
# rubocop:enable Layout/LineLength
|
@@ -1,11 +1,22 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
3
4
|
module Phlex
|
4
5
|
module Icons
|
5
6
|
module Tabler
|
6
7
|
class GardenCart < Base
|
7
8
|
def filled
|
8
|
-
|
9
|
+
svg(
|
10
|
+
**attrs,
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
12
|
+
viewbox: '0 0 24 24',
|
13
|
+
fill: 'currentColor'
|
14
|
+
) do |s|
|
15
|
+
s.path(
|
16
|
+
d:
|
17
|
+
'M3.324 3a2 2 0 0 1 1.855 1.258l1.097 2.742h14.724a1 1 0 0 1 .94 1.341l-.046 .106l-2.934 5.871a3.5 3.5 0 1 1 -4.96 3.182l.005 -.192a3.5 3.5 0 0 1 .499 -1.618l-2.446 -.258l-3.446 4.75a2 2 0 0 1 -2.08 .762l-.154 -.044a2 2 0 0 1 -1.378 -1.9v-9.804l-1.679 -4.196h-1.321a1 1 0 0 1 -.993 -.883l-.007 -.117a1 1 0 0 1 1 -1zm14.176 13a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3m-10.5 -2.498l-.002 5.498l2.783 -3.833a5 5 0 0 1 -2.614 -1.474z'
|
18
|
+
)
|
19
|
+
end
|
9
20
|
end
|
10
21
|
|
11
22
|
def outline
|
@@ -31,3 +42,4 @@ module Phlex
|
|
31
42
|
end
|
32
43
|
end
|
33
44
|
end
|
45
|
+
# rubocop:enable Layout/LineLength
|
@@ -1,11 +1,22 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
3
4
|
module Phlex
|
4
5
|
module Icons
|
5
6
|
module Tabler
|
6
7
|
class GridPattern < Base
|
7
8
|
def filled
|
8
|
-
|
9
|
+
svg(
|
10
|
+
**attrs,
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
12
|
+
viewbox: '0 0 24 24',
|
13
|
+
fill: 'currentColor'
|
14
|
+
) do |s|
|
15
|
+
s.path(
|
16
|
+
d:
|
17
|
+
'M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3zm-4 4a1 1 0 0 0 -1 1v1h-2v-1a1 1 0 0 0 -.883 -.993l-.117 -.007a1 1 0 0 0 -1 1v1h-1a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h1v2h-1a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h1v1a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-1h2v1a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-1h1a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-1v-2h1a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-1v-1a1 1 0 0 0 -.883 -.993zm-1 4v2h-2v-2z'
|
18
|
+
)
|
19
|
+
end
|
9
20
|
end
|
10
21
|
|
11
22
|
def outline
|
@@ -33,3 +44,4 @@ module Phlex
|
|
33
44
|
end
|
34
45
|
end
|
35
46
|
end
|
47
|
+
# rubocop:enable Layout/LineLength
|
@@ -1,11 +1,22 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
3
4
|
module Phlex
|
4
5
|
module Icons
|
5
6
|
module Tabler
|
6
7
|
class HelicopterLanding < Base
|
7
8
|
def filled
|
8
|
-
|
9
|
+
svg(
|
10
|
+
**attrs,
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
12
|
+
viewbox: '0 0 24 24',
|
13
|
+
fill: 'currentColor'
|
14
|
+
) do |s|
|
15
|
+
s.path(
|
16
|
+
d:
|
17
|
+
'M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-4 5a1 1 0 0 0 -1 1v3h-4v-3a1 1 0 0 0 -.883 -.993l-.117 -.007a1 1 0 0 0 -1 1v8a1 1 0 0 0 2 0v-3h4v3a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-8a1 1 0 0 0 -1 -1'
|
18
|
+
)
|
19
|
+
end
|
9
20
|
end
|
10
21
|
|
11
22
|
def outline
|
@@ -32,3 +43,4 @@ module Phlex
|
|
32
43
|
end
|
33
44
|
end
|
34
45
|
end
|
46
|
+
# rubocop:enable Layout/LineLength
|
@@ -6,7 +6,17 @@ module Phlex
|
|
6
6
|
module Tabler
|
7
7
|
class LaurelWreath < Base
|
8
8
|
def filled
|
9
|
-
|
9
|
+
svg(
|
10
|
+
**attrs,
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
12
|
+
viewbox: '0 0 24 24',
|
13
|
+
fill: 'currentColor'
|
14
|
+
) do |s|
|
15
|
+
s.path(
|
16
|
+
d:
|
17
|
+
'M16.956 2.057c.355 .124 .829 .375 1.303 .796a3.77 3.77 0 0 1 1.246 2.204c.173 .989 -.047 1.894 -.519 2.683l-.123 .194q -.097 .147 -.196 .272q .066 .234 .117 .471q .26 -.178 .545 -.307c.851 -.389 1.727 -.442 2.527 -.306q .226 .04 .346 .076a1 1 0 0 1 .689 .712l.029 .13q .015 .08 .03 .18a4.45 4.45 0 0 1 -.324 2.496a3.94 3.94 0 0 1 -1.71 1.85l-.242 .12a4.23 4.23 0 0 1 -2.234 .349a9 9 0 0 1 -.443 1.023c.37 .016 .748 .093 1.128 .24c.732 .28 1.299 .758 1.711 1.367a3.95 3.95 0 0 1 .654 1.613a1 1 0 0 1 -.356 .917a3.8 3.8 0 0 1 -.716 .443c-.933 .455 -1.978 .588 -3.043 .179l-.032 -.015l-.205 -.086a3.6 3.6 0 0 1 -1.33 -1.069l-.143 -.197a4 4 0 0 1 -.26 -.433a6 6 0 0 1 -.927 .511q .18 .262 .337 .56a7.4 7.4 0 0 1 .66 1.747a1 1 0 0 1 -1.95 .444l-.028 -.11a6 6 0 0 0 -.449 -1.143c-.342 -.645 -.71 -.968 -1.048 -.968s-.706 .323 -1.048 .969a5.6 5.6 0 0 0 -.367 .874l-.082 .269l-.028 .11a1 1 0 0 1 -1.95 -.444a7.3 7.3 0 0 1 .66 -1.747q .158 -.298 .337 -.561a6.4 6.4 0 0 1 -.93 -.508a4 4 0 0 1 -.256 .43c-.366 .541 -.855 .98 -1.473 1.267l-.238 .1c-.994 .382 -1.97 .292 -2.855 -.091l-.188 -.087a3.8 3.8 0 0 1 -.716 -.443a1 1 0 0 1 -.356 -.917a3.95 3.95 0 0 1 .654 -1.613a3.6 3.6 0 0 1 1.71 -1.368c.38 -.146 .758 -.223 1.13 -.24a9 9 0 0 1 -.445 -1.023a4.23 4.23 0 0 1 -2.233 -.348a4 4 0 0 1 -.916 -.587l-.207 -.191a4 4 0 0 1 -.724 -.977l-.105 -.216a4.45 4.45 0 0 1 -.265 -2.806a1 1 0 0 1 .69 -.712q .119 -.036 .345 -.076c.801 -.135 1.678 -.082 2.53 .308q .283 .129 .545 .304q .048 -.235 .112 -.47a5 5 0 0 1 -.194 -.272c-.556 -.832 -.83 -1.806 -.642 -2.877l.05 -.242a3.75 3.75 0 0 1 1.027 -1.803l.169 -.159a4 4 0 0 1 1.303 -.796a1 1 0 0 1 .975 .178c.2 .168 .462 .446 .719 .83c.556 .833 .83 1.807 .642 2.878a3.77 3.77 0 0 1 -1.246 2.204c-.303 .27 -.607 .47 -.879 .61a7.5 7.5 0 0 0 -.255 1.971c0 3.502 2.285 6.272 5 6.272s5 -2.77 5 -6.276a7.6 7.6 0 0 0 -.253 -1.967a4.3 4.3 0 0 1 -.881 -.61a3.77 3.77 0 0 1 -1.246 -2.204c-.188 -1.07 .086 -2.045 .642 -2.877c.257 -.385 .52 -.663 .72 -.831a1 1 0 0 1 .974 -.178'
|
18
|
+
)
|
19
|
+
end
|
10
20
|
end
|
11
21
|
|
12
22
|
def outline
|
@@ -6,7 +6,17 @@ module Phlex
|
|
6
6
|
module Tabler
|
7
7
|
class Lemon2 < Base
|
8
8
|
def filled
|
9
|
-
|
9
|
+
svg(
|
10
|
+
**attrs,
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
12
|
+
viewbox: '0 0 24 24',
|
13
|
+
fill: 'currentColor'
|
14
|
+
) do |s|
|
15
|
+
s.path(
|
16
|
+
d:
|
17
|
+
'M18 3a3 3 0 0 1 2.443 4.742l-.06 .076l.037 .087c1.269 3.187 .428 7.084 -2.203 9.872l-.217 .223c-2.8 2.8 -6.823 3.723 -10.095 2.42l-.087 -.036l-.133 .098a3 3 0 0 1 -2.11 .488l-.205 -.036a3 3 0 0 1 -1.852 -4.62l.098 -.134l-.036 -.085c-1.269 -3.187 -.428 -7.084 2.203 -9.872l.217 -.223c2.8 -2.8 6.823 -3.723 10.095 -2.42l.085 .037l.124 -.091a3 3 0 0 1 1.493 -.52z'
|
18
|
+
)
|
19
|
+
end
|
10
20
|
end
|
11
21
|
|
12
22
|
def outline
|
@@ -1,11 +1,22 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
3
4
|
module Phlex
|
4
5
|
module Icons
|
5
6
|
module Tabler
|
6
7
|
class Lifebuoy < Base
|
7
8
|
def filled
|
8
|
-
|
9
|
+
svg(
|
10
|
+
**attrs,
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
12
|
+
viewbox: '0 0 24 24',
|
13
|
+
fill: 'currentColor'
|
14
|
+
) do |s|
|
15
|
+
s.path(
|
16
|
+
d:
|
17
|
+
'M14.757 16.172l3.571 3.571a10.004 10.004 0 0 1 -12.656 0l3.57 -3.571a5 5 0 0 0 2.758 .828c1.02 0 1.967 -.305 2.757 -.828m-10.5 -10.5l3.571 3.57a5 5 0 0 0 -.828 2.758c0 1.02 .305 1.967 .828 2.757l-3.57 3.572a10 10 0 0 1 -2.258 -6.329l.005 -.324a10 10 0 0 1 2.252 -6.005m17.743 6.329c0 2.343 -.82 4.57 -2.257 6.328l-3.571 -3.57a5 5 0 0 0 .828 -2.758c0 -1.02 -.305 -1.967 -.828 -2.757l3.571 -3.57a10 10 0 0 1 2.257 6.327m-5 -8.66q .707 .41 1.33 .918l-3.573 3.57a5 5 0 0 0 -2.757 -.828c-1.02 0 -1.967 .305 -2.757 .828l-3.573 -3.57a10 10 0 0 1 11.33 -.918'
|
18
|
+
)
|
19
|
+
end
|
9
20
|
end
|
10
21
|
|
11
22
|
def outline
|
@@ -31,3 +42,4 @@ module Phlex
|
|
31
42
|
end
|
32
43
|
end
|
33
44
|
end
|
45
|
+
# rubocop:enable Layout/LineLength
|
@@ -0,0 +1,40 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# rubocop:disable Metrics/MethodLength
|
4
|
+
module Phlex
|
5
|
+
module Icons
|
6
|
+
module Tabler
|
7
|
+
class Matrix < Base
|
8
|
+
def filled
|
9
|
+
raise NotImplementedError
|
10
|
+
end
|
11
|
+
|
12
|
+
def outline
|
13
|
+
svg(
|
14
|
+
**attrs,
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
16
|
+
viewbox: '0 0 24 24',
|
17
|
+
fill: 'none',
|
18
|
+
stroke: 'currentColor',
|
19
|
+
stroke_width: '2',
|
20
|
+
stroke_linecap: 'round',
|
21
|
+
stroke_linejoin: 'round'
|
22
|
+
) do |s|
|
23
|
+
s.path(d: 'M8 16h.013')
|
24
|
+
s.path(d: 'M12.01 16h.005')
|
25
|
+
s.path(d: 'M16.015 16h.005')
|
26
|
+
s.path(d: 'M16.015 12h.005')
|
27
|
+
s.path(d: 'M8.01 12h.005')
|
28
|
+
s.path(d: 'M12.01 12h.005')
|
29
|
+
s.path(d: 'M16.02 8h.005')
|
30
|
+
s.path(d: 'M8.015 8h.005')
|
31
|
+
s.path(d: 'M12.015 8h.005')
|
32
|
+
s.path(d: 'M7 4h-1a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h1')
|
33
|
+
s.path(d: 'M17 4h1a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-1')
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
40
|
+
# rubocop:enable Metrics/MethodLength
|
@@ -0,0 +1,31 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Phlex
|
4
|
+
module Icons
|
5
|
+
module Tabler
|
6
|
+
class SquareDashed < Base
|
7
|
+
def filled
|
8
|
+
raise NotImplementedError
|
9
|
+
end
|
10
|
+
|
11
|
+
def outline
|
12
|
+
svg(
|
13
|
+
**attrs,
|
14
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
15
|
+
viewbox: '0 0 24 24',
|
16
|
+
fill: 'none',
|
17
|
+
stroke: 'currentColor',
|
18
|
+
stroke_width: '2',
|
19
|
+
stroke_linecap: 'round',
|
20
|
+
stroke_linejoin: 'round'
|
21
|
+
) do |s|
|
22
|
+
s.path(
|
23
|
+
d:
|
24
|
+
'M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z'
|
25
|
+
)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
@@ -0,0 +1,33 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Phlex
|
4
|
+
module Icons
|
5
|
+
module Tabler
|
6
|
+
class TableDashed < Base
|
7
|
+
def filled
|
8
|
+
raise NotImplementedError
|
9
|
+
end
|
10
|
+
|
11
|
+
def outline
|
12
|
+
svg(
|
13
|
+
**attrs,
|
14
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
15
|
+
viewbox: '0 0 24 24',
|
16
|
+
fill: 'none',
|
17
|
+
stroke: 'currentColor',
|
18
|
+
stroke_width: '2',
|
19
|
+
stroke_linecap: 'round',
|
20
|
+
stroke_linejoin: 'round'
|
21
|
+
) do |s|
|
22
|
+
s.path(
|
23
|
+
d:
|
24
|
+
'M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z'
|
25
|
+
)
|
26
|
+
s.path(d: 'M3 10h18')
|
27
|
+
s.path(d: 'M10 3v18')
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
32
|
+
end
|
33
|
+
end
|
data/lib/phlex/icons/tabler.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
module Phlex
|
4
4
|
module Icons
|
5
5
|
module Tabler # rubocop:disable Metrics/ModuleLength
|
6
|
-
VERSION = '3.
|
6
|
+
VERSION = '3.24.0'
|
7
7
|
VARIANTS = %i[outline filled].freeze
|
8
8
|
|
9
9
|
extend Phlex::Kit
|
@@ -1073,6 +1073,7 @@ module Phlex
|
|
1073
1073
|
autoload :CactusOff, 'phlex/icons/tabler/cactus_off'
|
1074
1074
|
autoload :Cake, 'phlex/icons/tabler/cake'
|
1075
1075
|
autoload :CakeOff, 'phlex/icons/tabler/cake_off'
|
1076
|
+
autoload :CakeRoll, 'phlex/icons/tabler/cake_roll'
|
1076
1077
|
autoload :Calculator, 'phlex/icons/tabler/calculator'
|
1077
1078
|
autoload :CalculatorOff, 'phlex/icons/tabler/calculator_off'
|
1078
1079
|
autoload :Calendar, 'phlex/icons/tabler/calendar'
|
@@ -3139,6 +3140,7 @@ module Phlex
|
|
3139
3140
|
autoload :MathXy, 'phlex/icons/tabler/math_xy'
|
3140
3141
|
autoload :MathYMinusY, 'phlex/icons/tabler/math_y_minus_y'
|
3141
3142
|
autoload :MathYPlusY, 'phlex/icons/tabler/math_y_plus_y'
|
3143
|
+
autoload :Matrix, 'phlex/icons/tabler/matrix'
|
3142
3144
|
autoload :Maximize, 'phlex/icons/tabler/maximize'
|
3143
3145
|
autoload :MaximizeOff, 'phlex/icons/tabler/maximize_off'
|
3144
3146
|
autoload :Meat, 'phlex/icons/tabler/meat'
|
@@ -4271,6 +4273,7 @@ module Phlex
|
|
4271
4273
|
autoload :SquareChevronsLeft, 'phlex/icons/tabler/square_chevrons_left'
|
4272
4274
|
autoload :SquareChevronsRight, 'phlex/icons/tabler/square_chevrons_right'
|
4273
4275
|
autoload :SquareChevronsUp, 'phlex/icons/tabler/square_chevrons_up'
|
4276
|
+
autoload :SquareDashed, 'phlex/icons/tabler/square_dashed'
|
4274
4277
|
autoload :SquareDot, 'phlex/icons/tabler/square_dot'
|
4275
4278
|
autoload :SquareF0, 'phlex/icons/tabler/square_f0'
|
4276
4279
|
autoload :SquareF1, 'phlex/icons/tabler/square_f1'
|
@@ -4465,6 +4468,7 @@ module Phlex
|
|
4465
4468
|
autoload :Table, 'phlex/icons/tabler/table'
|
4466
4469
|
autoload :TableAlias, 'phlex/icons/tabler/table_alias'
|
4467
4470
|
autoload :TableColumn, 'phlex/icons/tabler/table_column'
|
4471
|
+
autoload :TableDashed, 'phlex/icons/tabler/table_dashed'
|
4468
4472
|
autoload :TableDown, 'phlex/icons/tabler/table_down'
|
4469
4473
|
autoload :TableExport, 'phlex/icons/tabler/table_export'
|
4470
4474
|
autoload :TableHeart, 'phlex/icons/tabler/table_heart'
|
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: 1.
|
4
|
+
version: 1.8.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: 2024-
|
11
|
+
date: 2024-12-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: phlex
|
@@ -3215,6 +3215,7 @@ files:
|
|
3215
3215
|
- lib/phlex/icons/lucide/dribbble.rb
|
3216
3216
|
- lib/phlex/icons/lucide/drill.rb
|
3217
3217
|
- lib/phlex/icons/lucide/droplet.rb
|
3218
|
+
- lib/phlex/icons/lucide/droplet_off.rb
|
3218
3219
|
- lib/phlex/icons/lucide/droplets.rb
|
3219
3220
|
- lib/phlex/icons/lucide/drum.rb
|
3220
3221
|
- lib/phlex/icons/lucide/drumstick.rb
|
@@ -3515,7 +3516,6 @@ files:
|
|
3515
3516
|
- lib/phlex/icons/lucide/laugh.rb
|
3516
3517
|
- lib/phlex/icons/lucide/layers.rb
|
3517
3518
|
- lib/phlex/icons/lucide/layers_2.rb
|
3518
|
-
- lib/phlex/icons/lucide/layers_3.rb
|
3519
3519
|
- lib/phlex/icons/lucide/layout_dashboard.rb
|
3520
3520
|
- lib/phlex/icons/lucide/layout_grid.rb
|
3521
3521
|
- lib/phlex/icons/lucide/layout_list.rb
|
@@ -3542,6 +3542,7 @@ files:
|
|
3542
3542
|
- lib/phlex/icons/lucide/list_collapse.rb
|
3543
3543
|
- lib/phlex/icons/lucide/list_end.rb
|
3544
3544
|
- lib/phlex/icons/lucide/list_filter.rb
|
3545
|
+
- lib/phlex/icons/lucide/list_filter_plus.rb
|
3545
3546
|
- lib/phlex/icons/lucide/list_minus.rb
|
3546
3547
|
- lib/phlex/icons/lucide/list_music.rb
|
3547
3548
|
- lib/phlex/icons/lucide/list_ordered.rb
|
@@ -3883,6 +3884,7 @@ files:
|
|
3883
3884
|
- lib/phlex/icons/lucide/scan_barcode.rb
|
3884
3885
|
- lib/phlex/icons/lucide/scan_eye.rb
|
3885
3886
|
- lib/phlex/icons/lucide/scan_face.rb
|
3887
|
+
- lib/phlex/icons/lucide/scan_heart.rb
|
3886
3888
|
- lib/phlex/icons/lucide/scan_line.rb
|
3887
3889
|
- lib/phlex/icons/lucide/scan_qr_code.rb
|
3888
3890
|
- lib/phlex/icons/lucide/scan_search.rb
|
@@ -4220,6 +4222,7 @@ files:
|
|
4220
4222
|
- lib/phlex/icons/lucide/washing_machine.rb
|
4221
4223
|
- lib/phlex/icons/lucide/watch.rb
|
4222
4224
|
- lib/phlex/icons/lucide/waves.rb
|
4225
|
+
- lib/phlex/icons/lucide/waves_ladder.rb
|
4223
4226
|
- lib/phlex/icons/lucide/waypoints.rb
|
4224
4227
|
- lib/phlex/icons/lucide/webcam.rb
|
4225
4228
|
- lib/phlex/icons/lucide/webhook.rb
|
@@ -8652,6 +8655,7 @@ files:
|
|
8652
8655
|
- lib/phlex/icons/tabler/cactus_off.rb
|
8653
8656
|
- lib/phlex/icons/tabler/cake.rb
|
8654
8657
|
- lib/phlex/icons/tabler/cake_off.rb
|
8658
|
+
- lib/phlex/icons/tabler/cake_roll.rb
|
8655
8659
|
- lib/phlex/icons/tabler/calculator.rb
|
8656
8660
|
- lib/phlex/icons/tabler/calculator_off.rb
|
8657
8661
|
- lib/phlex/icons/tabler/calendar.rb
|
@@ -10719,6 +10723,7 @@ files:
|
|
10719
10723
|
- lib/phlex/icons/tabler/math_xy.rb
|
10720
10724
|
- lib/phlex/icons/tabler/math_y_minus_y.rb
|
10721
10725
|
- lib/phlex/icons/tabler/math_y_plus_y.rb
|
10726
|
+
- lib/phlex/icons/tabler/matrix.rb
|
10722
10727
|
- lib/phlex/icons/tabler/maximize.rb
|
10723
10728
|
- lib/phlex/icons/tabler/maximize_off.rb
|
10724
10729
|
- lib/phlex/icons/tabler/meat.rb
|
@@ -11851,6 +11856,7 @@ files:
|
|
11851
11856
|
- lib/phlex/icons/tabler/square_chevrons_left.rb
|
11852
11857
|
- lib/phlex/icons/tabler/square_chevrons_right.rb
|
11853
11858
|
- lib/phlex/icons/tabler/square_chevrons_up.rb
|
11859
|
+
- lib/phlex/icons/tabler/square_dashed.rb
|
11854
11860
|
- lib/phlex/icons/tabler/square_dot.rb
|
11855
11861
|
- lib/phlex/icons/tabler/square_f0.rb
|
11856
11862
|
- lib/phlex/icons/tabler/square_f1.rb
|
@@ -12045,6 +12051,7 @@ files:
|
|
12045
12051
|
- lib/phlex/icons/tabler/table.rb
|
12046
12052
|
- lib/phlex/icons/tabler/table_alias.rb
|
12047
12053
|
- lib/phlex/icons/tabler/table_column.rb
|
12054
|
+
- lib/phlex/icons/tabler/table_dashed.rb
|
12048
12055
|
- lib/phlex/icons/tabler/table_down.rb
|
12049
12056
|
- lib/phlex/icons/tabler/table_export.rb
|
12050
12057
|
- lib/phlex/icons/tabler/table_heart.rb
|