phlex-icons-lucide 2.11.0 → 2.13.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 742cf58769965b8064521e9e91ccef3b42d45e26d7abb9f61e5d685b798cab2b
4
- data.tar.gz: 1e6ae6360ab3545f3a64e3045f1cfe9bb0b36436e587adfa633b37724cbe2594
3
+ metadata.gz: ac41a7edeb75c37e3f5a45ba95a7f6c8781723aee9445e6a23a561ac65266b07
4
+ data.tar.gz: c75313fae0aeb57ab3a652dc3e0fcaa9f03dca048d4e1424101814dbd00103fb
5
5
  SHA512:
6
- metadata.gz: 3f8b9d911f1dc08c033d95f3721db7d84e531be2d5fa186557652f72a64a0047dddb08edd52c27f90ba7a6049dffbb8cc3c64380f8841c820026f388faaccb4e
7
- data.tar.gz: 45f5ba7de4e952ca1f419d20b6beab46e85401c02ddc9febeed6da3e740c080ac1f9cf6d7b544d46b3a7de35b1c5f365285351ba067f4ee4b6d8958a6ef30e71
6
+ metadata.gz: a7f6144251e7b22501e1b6e3df0451030194934134efc1b8b4c2031e7feb544472ca0c4234f955da8db1fbafc0ddf28449f57a3865e6abb7a73dc3a561141163
7
+ data.tar.gz: 113c5a2e16cea25c3a5ab42e4219cd5026c28b7d87afe661940667eb9b4213a01c13d8e0c93c7f4a53a9758aed909d7c5379c764b7045855c7aedb55622ab0a4
@@ -14,8 +14,8 @@ module PhlexIcons
14
14
  stroke_linecap: 'round',
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
- s.path(d: 'M16 3h3v18h-3')
18
- s.path(d: 'M8 21H5V3h3')
17
+ s.path(d: 'M16 3h2a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-2')
18
+ s.path(d: 'M8 21H6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h2')
19
19
  end
20
20
  end
21
21
  end
@@ -0,0 +1,23 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Lucide
5
+ class SquareRoundCorner < 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: 'M21 11a8 8 0 0 0-8-8')
18
+ s.path(d: 'M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4')
19
+ end
20
+ end
21
+ end
22
+ end
23
+ end
@@ -2,7 +2,7 @@
2
2
 
3
3
  module PhlexIcons
4
4
  module Lucide # rubocop:disable Metrics/ModuleLength
5
- VERSION = '0.476.0'
5
+ VERSION = '0.479.0'
6
6
  VARIANTS = nil
7
7
 
8
8
  extend Phlex::Kit
@@ -1340,6 +1340,7 @@ module PhlexIcons
1340
1340
  autoload :SquarePlus, 'phlex-icons/lucide/square_plus'
1341
1341
  autoload :SquarePower, 'phlex-icons/lucide/square_power'
1342
1342
  autoload :SquareRadical, 'phlex-icons/lucide/square_radical'
1343
+ autoload :SquareRoundCorner, 'phlex-icons/lucide/square_round_corner'
1343
1344
  autoload :SquareScissors, 'phlex-icons/lucide/square_scissors'
1344
1345
  autoload :SquareSigma, 'phlex-icons/lucide/square_sigma'
1345
1346
  autoload :SquareSlash, 'phlex-icons/lucide/square_slash'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PhlexIcons
4
- VERSION = '2.11.0'
4
+ VERSION = '2.13.0'
5
5
  end
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.11.0
4
+ version: 2.13.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-03-08 00:00:00.000000000 Z
11
+ date: 2025-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: phlex
@@ -1384,6 +1384,7 @@ files:
1384
1384
  - lib/phlex-icons/lucide/square_plus.rb
1385
1385
  - lib/phlex-icons/lucide/square_power.rb
1386
1386
  - lib/phlex-icons/lucide/square_radical.rb
1387
+ - lib/phlex-icons/lucide/square_round_corner.rb
1387
1388
  - lib/phlex-icons/lucide/square_scissors.rb
1388
1389
  - lib/phlex-icons/lucide/square_sigma.rb
1389
1390
  - lib/phlex-icons/lucide/square_slash.rb