Sha256: 56d81a373e5240b12e6f8c8c98e09157433c090a6a4d447af3a87908c3be4738

Contents?: true

Size: 415 Bytes

Versions: 24

Compression:

Stored size: 415 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Remix
      class Menu5Fill < 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: 'M18 18V20H6V18H18ZM21 11V13H3V11H21ZM18 4V6H6V4H18Z') }
        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_5_fill.rb
phlex-icons-0.4.0 lib/phlex/icons/remix/menu_5_fill.rb
phlex-icons-0.3.0 lib/phlex/icons/remix/menu_5_fill.rb
phlex-icons-0.2.0 lib/phlex/icons/remix/menu_5_fill.rb