Sha256: 7a6a477b23fe8ca66f23423a194a45903bf9f550184c0da53762a42310e617d1

Contents?: true

Size: 411 Bytes

Versions: 24

Compression:

Stored size: 411 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Remix
      class MenuFill < 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: 'M3 4H21V6H3V4ZM3 11H21V13H3V11ZM3 18H21V20H3V18Z') }
        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/menu_fill.rb
phlex-icons-0.4.0 lib/phlex/icons/remix/menu_fill.rb
phlex-icons-0.3.0 lib/phlex/icons/remix/menu_fill.rb
phlex-icons-0.2.0 lib/phlex/icons/remix/menu_fill.rb