Sha256: 049218db2d06d144c321dfec1c6ed9e3394a7c14bea3ff7fac329e88de7b603f

Contents?: true

Size: 1.04 KB

Versions: 12

Compression:

Stored size: 1.04 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class CylinderOff < 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:
                'M5.23 5.233c-.15 .245 -.23 .502 -.23 .767c0 1.131 1.461 2.117 3.62 2.628m4.357 .343c3.404 -.204 6.023 -1.456 6.023 -2.971c0 -1.657 -3.134 -3 -7 -3c-1.645 0 -3.158 .243 -4.353 .65'
            )
            s.path(
              d:
                'M5 6v12c0 1.657 3.134 3 7 3c3.245 0 5.974 -.946 6.767 -2.23m.233 -3.77v-9'
            )
            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/cylinder_off.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/cylinder_off.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/cylinder_off.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/cylinder_off.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/cylinder_off.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/cylinder_off.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/cylinder_off.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/cylinder_off.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/cylinder_off.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/cylinder_off.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/cylinder_off.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/cylinder_off.rb