Sha256: 5dc15b929592817db39a4c276b6270f16590cfce76076d96c8b87c8a2b34e93b

Contents?: true

Size: 979 Bytes

Versions: 12

Compression:

Stored size: 979 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class ThumbUpOff < Base
        def filled
          raise NotImplementedError
        end

        def outline
          svg(
            class: classes,
            xmlns: 'http://www.w3.org/2000/svg',
            viewbox: '0 0 24 24',
            fill: 'none',
            stroke: 'currentColor',
            stroke_width: '2',
            stroke_linecap: 'round',
            stroke_linejoin: 'round'
          ) do |s|
            s.path(
              d:
                'M7 11v8a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-7a1 1 0 0 1 1 -1h3a3.987 3.987 0 0 0 2.828 -1.172m1.172 -2.828v-1a2 2 0 1 1 4 0v5h3a2 2 0 0 1 2 2c-.222 1.112 -.39 1.947 -.5 2.503m-.758 3.244c-.392 .823 -1.044 1.312 -1.742 1.253h-7a3 3 0 0 1 -3 -3'
            )
            s.path(d: 'M3 3l18 18')
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
phlex-icons-tabler-0.17.0 lib/phlex/icons/tabler/thumb_up_off.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/thumb_up_off.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/thumb_up_off.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/thumb_up_off.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/thumb_up_off.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/thumb_up_off.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/thumb_up_off.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/thumb_up_off.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/thumb_up_off.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/thumb_up_off.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/thumb_up_off.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/thumb_up_off.rb