Sha256: 0734285384797abf4d8c8ea4c8da77fd1149fcb700c9c8937a99c12cf18389f6

Contents?: true

Size: 1.3 KB

Versions: 14

Compression:

Stored size: 1.3 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Lucide
      class Component < 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:
                'M15.536 11.293a1 1 0 0 0 0 1.414l2.376 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z'
            )
            s.path(
              d:
                'M2.297 11.293a1 1 0 0 0 0 1.414l2.377 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414L6.088 8.916a1 1 0 0 0-1.414 0z'
            )
            s.path(
              d:
                'M8.916 17.912a1 1 0 0 0 0 1.415l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.415l-2.377-2.376a1 1 0 0 0-1.414 0z'
            )
            s.path(
              d:
                'M8.916 4.674a1 1 0 0 0 0 1.414l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

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