Sha256: 3c537b8ae395a7067a0f991f301504a9d347f2bf8274e1e1f48d640204902b6b

Contents?: true

Size: 681 Bytes

Versions: 24

Compression:

Stored size: 681 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class ExpandHeightFill < 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:
                'M18 2H6V4H18V2ZM16.9497 9.44975L12 4.5L7.05273 9.44727L11 9.44826V14.5501L7.05078 14.55L12.0005 19.5L16.9502 14.5503L13 14.5502V9.44876L16.9497 9.44975ZM18 20V22H6V20H18Z'
            )
          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/expand_height_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/expand_height_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/expand_height_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/expand_height_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/expand_height_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/expand_height_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/expand_height_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/expand_height_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/expand_height_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/expand_height_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/expand_height_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/expand_height_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/expand_height_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/expand_height_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/expand_height_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/expand_height_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/expand_height_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/expand_height_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/expand_height_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/expand_height_fill.rb