Sha256: 6aff0c176fcb90b87d5163f31dbcf4d81fd4587106e7e643da2e5565ff265b5f

Contents?: true

Size: 776 Bytes

Versions: 24

Compression:

Stored size: 776 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class FridgeFill < 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:
                'M19.998 12V22C19.998 22.5523 19.5503 23 18.998 23H4.99805C4.44576 23 3.99805 22.5523 3.99805 22V12H19.998ZM8.99805 14H6.99805V19H8.99805V14ZM18.998 1C19.5503 1 19.998 1.44772 19.998 2V10H3.99805V2C3.99805 1.44772 4.44576 1 4.99805 1H18.998ZM8.99805 4H6.99805V8H8.99805V4Z'
            )
          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/fridge_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/fridge_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/fridge_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/fridge_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/fridge_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/fridge_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/fridge_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/fridge_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/fridge_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/fridge_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/fridge_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/fridge_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/fridge_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/fridge_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/fridge_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/fridge_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/fridge_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/fridge_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/fridge_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/fridge_fill.rb