Sha256: 25749eb66f359df4818f4872c31061a65d168f90f504177fdceefccbd635b3d0

Contents?: true

Size: 266 Bytes

Versions: 14

Compression:

Stored size: 266 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Lucide
      class Base < Icons::Base
        def initialize(**attrs)
          if attrs
            super
          else
            super()
          end
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
phlex-icons-lucide-1.5.0 lib/phlex/icons/lucide/base.rb
phlex-icons-1.6.0 lib/phlex/icons/lucide/base.rb
phlex-icons-lucide-1.6.0 lib/phlex/icons/lucide/base.rb
phlex-icons-1.5.0 lib/phlex/icons/lucide/base.rb
phlex-icons-lucide-1.4.0 lib/phlex/icons/lucide/base.rb
phlex-icons-1.4.0 lib/phlex/icons/lucide/base.rb
phlex-icons-1.3.0 lib/phlex/icons/lucide/base.rb
phlex-icons-lucide-1.3.0 lib/phlex/icons/lucide/base.rb
phlex-icons-1.2.0 lib/phlex/icons/lucide/base.rb
phlex-icons-lucide-1.2.0 lib/phlex/icons/lucide/base.rb
phlex-icons-lucide-1.1.0 lib/phlex/icons/lucide/base.rb
phlex-icons-1.1.0 lib/phlex/icons/lucide/base.rb
phlex-icons-1.0.0 lib/phlex/icons/lucide/base.rb
phlex-icons-lucide-1.0.0 lib/phlex/icons/lucide/base.rb