Sha256: 6158bd6e55be6df40691f7b512d2f3515a22e227f3f6c53992092f259b7fe458

Contents?: true

Size: 400 Bytes

Versions: 24

Compression:

Stored size: 400 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Remix
      class Heading < Base
        def view_template
          svg(
            class: classes,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) { |s| s.path(d: 'M17 11V4H19V21H17V13H7V21H5V4H7V11H17Z') }
        end
      end
    end
  end
end

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
phlex-icons-0.5.0 lib/phlex/icons/remix/heading.rb
phlex-icons-0.4.0 lib/phlex/icons/remix/heading.rb
phlex-icons-0.3.0 lib/phlex/icons/remix/heading.rb
phlex-icons-0.2.0 lib/phlex/icons/remix/heading.rb