Sha256: 0a1cbc2bb7290416cace21b3bca6408aa459df9a80ead057a0a42d83abbdab34

Contents?: true

Size: 935 Bytes

Versions: 16

Compression:

Stored size: 935 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class ThumbDownFill < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M22 15H19V3H22C22.5523 3 23 3.44772 23 4V14C23 14.5523 22.5523 15 22 15ZM16.7071 16.2929L10.3066 22.6934C10.1307 22.8693 9.85214 22.8891 9.65308 22.7398L8.8005 22.1004C8.3158 21.7369 8.09739 21.1174 8.24686 20.5303L9.40017 16H3C1.89543 16 1 15.1046 1 14V11.8957C1 11.6344 1.05118 11.3757 1.15064 11.1342L4.24501 3.61925C4.3993 3.24455 4.76447 3 5.16969 3H16C16.5523 3 17 3.44772 17 4V15.5858C17 15.851 16.8946 16.1054 16.7071 16.2929Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
phlex-icons-1.7.0 lib/phlex/icons/remix/thumb_down_fill.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/thumb_down_fill.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/thumb_down_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/thumb_down_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/thumb_down_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/thumb_down_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/thumb_down_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/thumb_down_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/thumb_down_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/thumb_down_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/thumb_down_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/thumb_down_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/thumb_down_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/thumb_down_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/thumb_down_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/thumb_down_fill.rb