Sha256: 033de1fc70c6abc9a93af3a1129ea490019042c94afdc02165f7c3e5d9b25d1d

Contents?: true

Size: 448 Bytes

Versions: 16

Compression:

Stored size: 448 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Remix
      class Strikethrough2 < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(d: 'M13 9H11V6H5V4H19V6H13V9ZM13 15V20H11V15H13ZM3 11H21V13H3V11Z')
          end
        end
      end
    end
  end
end

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
phlex-icons-1.7.0 lib/phlex/icons/remix/strikethrough_2.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/strikethrough_2.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/strikethrough_2.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/strikethrough_2.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/strikethrough_2.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/strikethrough_2.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/strikethrough_2.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/strikethrough_2.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/strikethrough_2.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/strikethrough_2.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/strikethrough_2.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/strikethrough_2.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/strikethrough_2.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/strikethrough_2.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/strikethrough_2.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/strikethrough_2.rb