Sha256: e5947e656cb5d0a98fd82552a9ce390292c6eeac5e47c7ce76420384b12c4e17

Contents?: true

Size: 1 KB

Versions: 12

Compression:

Stored size: 1 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class SmartHomeOff < 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:
                'M7.097 7.125l-2.037 1.585a2.665 2.665 0 0 0 -1.029 2.105v7.2a2 2 0 0 0 2 2h12c.559 0 1.064 -.229 1.427 -.598m.572 -3.417v-5.185c0 -.823 -.38 -1.6 -1.03 -2.105l-5.333 -4.148a2.666 2.666 0 0 0 -3.274 0l-1.029 .8'
            )
            s.path(d: 'M15.332 15.345c-2.213 .976 -5.335 .86 -7.332 -.345')
            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/smart_home_off.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/smart_home_off.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/smart_home_off.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/smart_home_off.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/smart_home_off.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/smart_home_off.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/smart_home_off.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/smart_home_off.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/smart_home_off.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/smart_home_off.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/smart_home_off.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/smart_home_off.rb