Sha256: 5f029e03947c849a41aec7b3926112ed3aa87369dbb28e55aba22c2c383f4002

Contents?: true

Size: 828 Bytes

Versions: 18

Compression:

Stored size: 828 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Lucide
      class Fence < 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: 'M4 3 2 5v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z')
            s.path(d: 'M6 8h4')
            s.path(d: 'M6 18h4')
            s.path(d: 'm12 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z')
            s.path(d: 'M14 8h4')
            s.path(d: 'M14 18h4')
            s.path(d: 'm20 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z')
          end
        end
      end
    end
  end
end

Version data entries

18 entries across 18 versions & 2 rubygems

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