Sha256: 3570b6f2f6872d3bd32b27f542cc3a2bf03f1e0c52df013dd5baaee6faced224

Contents?: true

Size: 606 Bytes

Versions: 14

Compression:

Stored size: 606 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Lucide
      class SpellCheck < 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: 'm6 16 6-12 6 12')
            s.path(d: 'M8 12h8')
            s.path(d: 'm16 20 2 2 4-4')
          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/spell_check.rb
phlex-icons-1.6.0 lib/phlex/icons/lucide/spell_check.rb
phlex-icons-lucide-1.6.0 lib/phlex/icons/lucide/spell_check.rb
phlex-icons-1.5.0 lib/phlex/icons/lucide/spell_check.rb
phlex-icons-lucide-1.4.0 lib/phlex/icons/lucide/spell_check.rb
phlex-icons-1.4.0 lib/phlex/icons/lucide/spell_check.rb
phlex-icons-1.3.0 lib/phlex/icons/lucide/spell_check.rb
phlex-icons-lucide-1.3.0 lib/phlex/icons/lucide/spell_check.rb
phlex-icons-1.2.0 lib/phlex/icons/lucide/spell_check.rb
phlex-icons-lucide-1.2.0 lib/phlex/icons/lucide/spell_check.rb
phlex-icons-lucide-1.1.0 lib/phlex/icons/lucide/spell_check.rb
phlex-icons-1.1.0 lib/phlex/icons/lucide/spell_check.rb
phlex-icons-1.0.0 lib/phlex/icons/lucide/spell_check.rb
phlex-icons-lucide-1.0.0 lib/phlex/icons/lucide/spell_check.rb