Sha256: ab7a4650e692bb97878d8f6cd4351029ed0417af9b86aa8f8908f19b7deb4d52

Contents?: true

Size: 1.3 KB

Versions: 12

Compression:

Stored size: 1.3 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class LungsOff < 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:
                'M6.583 6.608c-1.206 1.058 -2.07 2.626 -2.933 5.449c-.42 1.37 -.636 2.962 -.648 4.775c-.012 1.675 1.261 3.054 2.877 3.161l.203 .007c1.611 0 2.918 -1.335 2.918 -2.98v-8.02'
            )
            s.path(
              d:
                'M15 11v-3.743c0 -.694 .552 -1.257 1.233 -1.257c.204 0 .405 .052 .584 .15l.13 .083c1.46 1.059 2.432 2.647 3.405 5.824c.42 1.37 .636 2.962 .648 4.775c0 .063 0 .125 0 .187m-1.455 2.51c-.417 .265 -.9 .43 -1.419 .464l-.202 .007c-1.613 0 -2.92 -1.335 -2.92 -2.98v-2.02'
            )
            s.path(d: 'M9 12a2.99 2.99 0 0 0 2.132 -.89')
            s.path(d: 'M12 4v4')
            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/lungs_off.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/lungs_off.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/lungs_off.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/lungs_off.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/lungs_off.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/lungs_off.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/lungs_off.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/lungs_off.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/lungs_off.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/lungs_off.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/lungs_off.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/lungs_off.rb