Sha256: be622c973cf0003ceaa90effcc8a82c9fda2c7f98478a651737487b7b39017d7

Contents?: true

Size: 969 Bytes

Versions: 16

Compression:

Stored size: 969 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class ThumbUpFill < 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:
                'M2 8.99997H5V21H2C1.44772 21 1 20.5523 1 20V9.99997C1 9.44769 1.44772 8.99997 2 8.99997ZM7.29289 7.70708L13.6934 1.30661C13.8693 1.13066 14.1479 1.11087 14.3469 1.26016L15.1995 1.8996C15.6842 2.26312 15.9026 2.88253 15.7531 3.46966L14.5998 7.99997H21C22.1046 7.99997 23 8.8954 23 9.99997V12.1043C23 12.3656 22.9488 12.6243 22.8494 12.8658L19.755 20.3807C19.6007 20.7554 19.2355 21 18.8303 21H8C7.44772 21 7 20.5523 7 20V8.41419C7 8.14897 7.10536 7.89462 7.29289 7.70708Z'
            )
          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_up_fill.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/thumb_up_fill.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/thumb_up_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/thumb_up_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/thumb_up_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/thumb_up_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/thumb_up_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/thumb_up_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/thumb_up_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/thumb_up_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/thumb_up_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/thumb_up_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/thumb_up_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/thumb_up_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/thumb_up_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/thumb_up_fill.rb