Sha256: 3a3cc04f7898c2d818fabe1d1651a78e67f38a58fa2fa5cfd7cf1c729d67709c

Contents?: true

Size: 1.66 KB

Versions: 14

Compression:

Stored size: 1.66 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class Battery3 < Base
        def filled
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            viewbox: '0 0 24 24',
            fill: 'currentColor'
          ) do |s|
            s.path(
              d:
                'M17 6a3 3 0 0 1 2.995 2.824l.005 .176v.086l.052 .019a1.5 1.5 0 0 1 .941 1.25l.007 .145v3a1.5 1.5 0 0 1 -.948 1.395l-.052 .018v.087a3 3 0 0 1 -2.824 2.995l-.176 .005h-11a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6a3 3 0 0 1 2.824 -2.995l.176 -.005h11zm-10 3a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z'
            )
          end
        end

        def outline
          svg(
            **attrs,
            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:
                'M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2'
            )
            s.path(d: 'M7 10l0 4')
            s.path(d: 'M10 10l0 4')
            s.path(d: 'M13 10l0 4')
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

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