phlex-icons-lucide 2.3.0 → 2.5.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/rat.rb +5 -10
- data/lib/phlex-icons/lucide/snowflake.rb +14 -6
- data/lib/phlex-icons/lucide/sun_snow.rb +8 -8
- data/lib/phlex-icons/lucide/thermometer_snowflake.rb +8 -6
- 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: c05e3039aec2b805c07ce9a9c1e51a3a07e70022a6f21dc34e101b137a1d06ac
         | 
| 4 | 
            +
              data.tar.gz: 35f7f790763eb3160839f2eba3e197672cb1dbd08183017eb20e162f612f3503
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: d35b7acdb0b6c37822914f902e22297be41528f9e6a13d868106db5d776b5fc29ff56eb4a3e2e48d4e4ed6f98a6c1de0943fb9f0d4b592e2fdef102601acc0b8
         | 
| 7 | 
            +
              data.tar.gz: 556a02017eb65b9666b797eb9464e84246807557930822ef6a51cce09f04ba2b02d42fe74b9fe8630e84ebb41dfe87785cfa8f3ee51540e04c0080ae5930d6b7
         | 
| @@ -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 Rat < Base
         | 
| @@ -15,20 +14,16 @@ module PhlexIcons | |
| 15 14 | 
             
                      stroke_linecap: 'round',
         | 
| 16 15 | 
             
                      stroke_linejoin: 'round'
         | 
| 17 16 | 
             
                    ) do |s|
         | 
| 17 | 
            +
                      s.path(d: 'M13 22H4a2 2 0 0 1 0-4h12')
         | 
| 18 | 
            +
                      s.path(d: 'M13.236 18a3 3 0 0 0-2.2-5')
         | 
| 19 | 
            +
                      s.path(d: 'M16 9h.01')
         | 
| 18 20 | 
             
                      s.path(
         | 
| 19 21 | 
             
                        d:
         | 
| 20 | 
            -
                          ' | 
| 21 | 
            -
                      )
         | 
| 22 | 
            -
                      s.path(
         | 
| 23 | 
            -
                        d:
         | 
| 24 | 
            -
                          'M16.8 3.9c.3-.3.6-.5 1-.7 1.5-.6 3.3.1 3.9 1.6.6 1.5-.1 3.3-1.6 3.9l1.6 2.8c.2.3.2.7.2 1-.2.8-.9 1.2-1.7 1.1 0 0-1.6-.3-2.7-.6H17c-1.7 0-3 1.3-3 3'
         | 
| 22 | 
            +
                          'M16.82 3.94a3 3 0 1 1 3.237 4.868l1.815 2.587a1.5 1.5 0 0 1-1.5 2.1l-2.872-.453a3 3 0 0 0-3.5 3'
         | 
| 25 23 | 
             
                      )
         | 
| 26 | 
            -
                      s.path(d: ' | 
| 27 | 
            -
                      s.path(d: 'M13 22H4a2 2 0 0 1 0-4h12')
         | 
| 28 | 
            -
                      s.path(d: 'M16 9h.01')
         | 
| 24 | 
            +
                      s.path(d: 'M17 4.988a3 3 0 1 0-5.2 2.052A7 7 0 0 0 4 14.015 4 4 0 0 0 8 18')
         | 
| 29 25 | 
             
                    end
         | 
| 30 26 | 
             
                  end
         | 
| 31 27 | 
             
                end
         | 
| 32 28 | 
             
              end
         | 
| 33 29 | 
             
            end
         | 
| 34 | 
            -
            # rubocop:enable Layout/LineLength
         | 
| @@ -1,5 +1,6 @@ | |
| 1 1 | 
             
            # frozen_string_literal: true
         | 
| 2 2 |  | 
| 3 | 
            +
            # rubocop:disable Metrics/MethodLength
         | 
| 3 4 | 
             
            module PhlexIcons
         | 
| 4 5 | 
             
              module Lucide
         | 
| 5 6 | 
             
                class Snowflake < Base
         | 
| @@ -14,14 +15,21 @@ module PhlexIcons | |
| 14 15 | 
             
                      stroke_linecap: 'round',
         | 
| 15 16 | 
             
                      stroke_linejoin: 'round'
         | 
| 16 17 | 
             
                    ) do |s|
         | 
| 17 | 
            -
                      s. | 
| 18 | 
            -
                      s. | 
| 19 | 
            -
                      s.path(d: ' | 
| 20 | 
            -
                      s.path(d: ' | 
| 21 | 
            -
                      s.path(d: ' | 
| 22 | 
            -
                      s.path(d: ' | 
| 18 | 
            +
                      s.path(d: 'm10 20-1.25-2.5L6 18')
         | 
| 19 | 
            +
                      s.path(d: 'M10 4 8.75 6.5 6 6')
         | 
| 20 | 
            +
                      s.path(d: 'm14 20 1.25-2.5L18 18')
         | 
| 21 | 
            +
                      s.path(d: 'm14 4 1.25 2.5L18 6')
         | 
| 22 | 
            +
                      s.path(d: 'm17 21-3-6h-4')
         | 
| 23 | 
            +
                      s.path(d: 'm17 3-3 6 1.5 3')
         | 
| 24 | 
            +
                      s.path(d: 'M2 12h6.5L10 9')
         | 
| 25 | 
            +
                      s.path(d: 'm20 10-1.5 2 1.5 2')
         | 
| 26 | 
            +
                      s.path(d: 'M22 12h-6.5L14 15')
         | 
| 27 | 
            +
                      s.path(d: 'm4 10 1.5 2L4 14')
         | 
| 28 | 
            +
                      s.path(d: 'm7 21 3-6-1.5-3')
         | 
| 29 | 
            +
                      s.path(d: 'm7 3 3 6h4')
         | 
| 23 30 | 
             
                    end
         | 
| 24 31 | 
             
                  end
         | 
| 25 32 | 
             
                end
         | 
| 26 33 | 
             
              end
         | 
| 27 34 | 
             
            end
         | 
| 35 | 
            +
            # rubocop:enable Metrics/MethodLength
         | 
| @@ -15,17 +15,17 @@ module PhlexIcons | |
| 15 15 | 
             
                      stroke_linecap: 'round',
         | 
| 16 16 | 
             
                      stroke_linejoin: 'round'
         | 
| 17 17 | 
             
                    ) do |s|
         | 
| 18 | 
            -
                      s.path(d: 'M10 9a3 3 0 1 0 0 6')
         | 
| 19 | 
            -
                      s.path(d: 'M2 12h1')
         | 
| 20 | 
            -
                      s.path(d: 'M14 21V3')
         | 
| 21 | 
            -
                      s.path(d: 'M10 4V3')
         | 
| 22 18 | 
             
                      s.path(d: 'M10 21v-1')
         | 
| 19 | 
            +
                      s.path(d: 'M10 4V3')
         | 
| 20 | 
            +
                      s.path(d: 'M10 9a3 3 0 0 0 0 6')
         | 
| 21 | 
            +
                      s.path(d: 'm14 20 1.25-2.5L18 18')
         | 
| 22 | 
            +
                      s.path(d: 'm14 4 1.25 2.5L18 6')
         | 
| 23 | 
            +
                      s.path(d: 'm17 21-3-6 1.5-3H22')
         | 
| 24 | 
            +
                      s.path(d: 'm17 3-3 6 1.5 3')
         | 
| 25 | 
            +
                      s.path(d: 'M2 12h1')
         | 
| 26 | 
            +
                      s.path(d: 'm20 10-1.5 2 1.5 2')
         | 
| 23 27 | 
             
                      s.path(d: 'm3.64 18.36.7-.7')
         | 
| 24 28 | 
             
                      s.path(d: 'm4.34 6.34-.7-.7')
         | 
| 25 | 
            -
                      s.path(d: 'M14 12h8')
         | 
| 26 | 
            -
                      s.path(d: 'm17 4-3 3')
         | 
| 27 | 
            -
                      s.path(d: 'm14 17 3 3')
         | 
| 28 | 
            -
                      s.path(d: 'm21 15-3-3 3-3')
         | 
| 29 29 | 
             
                    end
         | 
| 30 30 | 
             
                  end
         | 
| 31 31 | 
             
                end
         | 
| @@ -14,12 +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: ' | 
| 19 | 
            -
                      s.path(d: ' | 
| 20 | 
            -
                      s.path(d: ' | 
| 21 | 
            -
                      s.path(d: ' | 
| 22 | 
            -
                      s.path(d: ' | 
| 17 | 
            +
                      s.path(d: 'm10 20-1.25-2.5L6 18')
         | 
| 18 | 
            +
                      s.path(d: 'M10 4 8.75 6.5 6 6')
         | 
| 19 | 
            +
                      s.path(d: 'M10.585 15H10')
         | 
| 20 | 
            +
                      s.path(d: 'M2 12h6.5L10 9')
         | 
| 21 | 
            +
                      s.path(d: 'M20 14.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0z')
         | 
| 22 | 
            +
                      s.path(d: 'm4 10 1.5 2L4 14')
         | 
| 23 | 
            +
                      s.path(d: 'm7 21 3-6-1.5-3')
         | 
| 24 | 
            +
                      s.path(d: 'm7 3 3 6h2')
         | 
| 23 25 | 
             
                    end
         | 
| 24 26 | 
             
                  end
         | 
| 25 27 | 
             
                end
         | 
    
        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-lucide
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 2. | 
| 4 | 
            +
              version: 2.5.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:  | 
| 11 | 
            +
            date: 2025-01-04 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: phlex
         |