Sha256: 5dd4aa0e8c6ea8e88e56d55dabb85a061e0facc28cdcf6d63268a7c8d9a17fd3

Contents?: true

Size: 625 Bytes

Versions: 14

Compression:

Stored size: 625 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Lucide
      class Rows3 < Base
        def view_template
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            viewbox: '0 0 24 24',
            fill: 'none',
            stroke: 'currentColor',
            stroke_width: '2',
            stroke_linecap: 'round',
            stroke_linejoin: 'round'
          ) do |s|
            s.rect(width: '18', height: '18', x: '3', y: '3', rx: '2')
            s.path(d: 'M21 9H3')
            s.path(d: 'M21 15H3')
          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/rows_3.rb
phlex-icons-1.6.0 lib/phlex/icons/lucide/rows_3.rb
phlex-icons-lucide-1.6.0 lib/phlex/icons/lucide/rows_3.rb
phlex-icons-1.5.0 lib/phlex/icons/lucide/rows_3.rb
phlex-icons-lucide-1.4.0 lib/phlex/icons/lucide/rows_3.rb
phlex-icons-1.4.0 lib/phlex/icons/lucide/rows_3.rb
phlex-icons-1.3.0 lib/phlex/icons/lucide/rows_3.rb
phlex-icons-lucide-1.3.0 lib/phlex/icons/lucide/rows_3.rb
phlex-icons-1.2.0 lib/phlex/icons/lucide/rows_3.rb
phlex-icons-lucide-1.2.0 lib/phlex/icons/lucide/rows_3.rb
phlex-icons-lucide-1.1.0 lib/phlex/icons/lucide/rows_3.rb
phlex-icons-1.1.0 lib/phlex/icons/lucide/rows_3.rb
phlex-icons-1.0.0 lib/phlex/icons/lucide/rows_3.rb
phlex-icons-lucide-1.0.0 lib/phlex/icons/lucide/rows_3.rb