Sha256: 9271f7c1e60582f83c6945827bed6e4df5b51c2a85ef8f322c5cae8ca2b6f46d

Contents?: true

Size: 800 Bytes

Versions: 14

Compression:

Stored size: 800 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class ThermometerHalf < Base
        def view_template
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(
              d:
                'M9.5 12.5a1.5 1.5 0 1 1-2-1.415V6.5a.5.5 0 0 1 1 0v4.585a1.5 1.5 0 0 1 1 1.415'
            )
            s.path(
              d:
                'M5.5 2.5a2.5 2.5 0 0 1 5 0v7.55a3.5 3.5 0 1 1-5 0zM8 1a1.5 1.5 0 0 0-1.5 1.5v7.987l-.167.15a2.5 2.5 0 1 0 3.333 0l-.166-.15V2.5A1.5 1.5 0 0 0 8 1'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
phlex-icons-bootstrap-1.6.0 lib/phlex/icons/bootstrap/thermometer_half.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/thermometer_half.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/thermometer_half.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/thermometer_half.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/thermometer_half.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/thermometer_half.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/thermometer_half.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/thermometer_half.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/thermometer_half.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/thermometer_half.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/thermometer_half.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/thermometer_half.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/thermometer_half.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/thermometer_half.rb