Sha256: 5030f5333eb76bdf1df880f7f9c464c2a5f657e9a4f25cc0db030c03daf7f933

Contents?: true

Size: 786 Bytes

Versions: 14

Compression:

Stored size: 786 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Lucide
      class LandPlot < 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.path(d: 'm12 8 6-3-6-3v10')
            s.path(
              d:
                'm8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12'
            )
            s.path(d: 'm6.49 12.85 11.02 6.3')
            s.path(d: 'M17.51 12.85 6.5 19.15')
          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/land_plot.rb
phlex-icons-1.6.0 lib/phlex/icons/lucide/land_plot.rb
phlex-icons-lucide-1.6.0 lib/phlex/icons/lucide/land_plot.rb
phlex-icons-1.5.0 lib/phlex/icons/lucide/land_plot.rb
phlex-icons-lucide-1.4.0 lib/phlex/icons/lucide/land_plot.rb
phlex-icons-1.4.0 lib/phlex/icons/lucide/land_plot.rb
phlex-icons-1.3.0 lib/phlex/icons/lucide/land_plot.rb
phlex-icons-lucide-1.3.0 lib/phlex/icons/lucide/land_plot.rb
phlex-icons-1.2.0 lib/phlex/icons/lucide/land_plot.rb
phlex-icons-lucide-1.2.0 lib/phlex/icons/lucide/land_plot.rb
phlex-icons-lucide-1.1.0 lib/phlex/icons/lucide/land_plot.rb
phlex-icons-1.1.0 lib/phlex/icons/lucide/land_plot.rb
phlex-icons-1.0.0 lib/phlex/icons/lucide/land_plot.rb
phlex-icons-lucide-1.0.0 lib/phlex/icons/lucide/land_plot.rb