Sha256: b98e0b8883bf63443453ea5935178a9e3bfffbb392474a0e855ffee49aae9e98

Contents?: true

Size: 667 Bytes

Versions: 18

Compression:

Stored size: 667 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class BatteryLowLine < 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:
                'M4 7V17H18V7H4ZM3 5H19C19.5523 5 20 5.44772 20 6V18C20 18.5523 19.5523 19 19 19H3C2.44772 19 2 18.5523 2 18V6C2 5.44772 2.44772 5 3 5ZM5 8H9V16H5V8ZM21 9H23V15H21V9Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

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