Sha256: 1ed49461aec325a60294388e59b52e7bf8b24d16b25a75260d043648843e0a56

Contents?: true

Size: 852 Bytes

Versions: 24

Compression:

Stored size: 852 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Ram2Fill < Base
        def view_template
          svg(
            class: classes,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M2 5H22C22.5523 5 23 5.44772 23 6V15C23 15.5523 22.5523 16 22 16V18C22 18.5523 21.5523 19 21 19H13.5858L12.5858 18H11.4142L10.4142 19H3C2.44772 19 2 18.5523 2 18L2 16C1.44772 16 1 15.5523 1 15V6C1 5.44771 1.44772 5 2 5ZM4 16V17H9.58579L10.5858 16H4ZM13.4142 16L14.4142 17H20V16H13.4142ZM7 9H5V12H7V9ZM9 9V12H11V9H9ZM15 9H13V12H15V9ZM17 9V12H19V9H17Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
phlex-icons-remix-0.17.0 lib/phlex/icons/remix/ram_2_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/ram_2_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/ram_2_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/ram_2_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/ram_2_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/ram_2_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/ram_2_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/ram_2_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/ram_2_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/ram_2_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/ram_2_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/ram_2_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/ram_2_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/ram_2_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/ram_2_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/ram_2_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/ram_2_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/ram_2_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/ram_2_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/ram_2_fill.rb