Sha256: 02b3fc0e098bbfaae695d5bb2141f763c7215383239d262a27c84eff584255c7

Contents?: true

Size: 830 Bytes

Versions: 14

Compression:

Stored size: 830 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class BrightnessAltLow < 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:
                'M8.5 5.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m5 6a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1M2 11a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0m10.243-3.536a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707m-8.486-.707a.5.5 0 1 0 .707.707.5.5 0 0 0-.707-.707M8 7a4 4 0 0 0-4 4 .5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5 4 4 0 0 0-4-4m0 1a3 3 0 0 1 2.959 2.5H5.04A3 3 0 0 1 8 8'
            )
          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/brightness_alt_low.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/brightness_alt_low.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/brightness_alt_low.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/brightness_alt_low.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/brightness_alt_low.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/brightness_alt_low.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/brightness_alt_low.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/brightness_alt_low.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/brightness_alt_low.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/brightness_alt_low.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/brightness_alt_low.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/brightness_alt_low.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/brightness_alt_low.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/brightness_alt_low.rb