Sha256: 00ffd3350d9eab6feea10994276f98913d123f1b10897faf17b7b0610810f280

Contents?: true

Size: 1.32 KB

Versions: 12

Compression:

Stored size: 1.32 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class WashTemperature6 < 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: 'M9 15h.01')
            s.path(
              d:
                'M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329'
            )
            s.path(d: 'M12 15h.01')
            s.path(d: 'M15 15h.01')
            s.path(d: 'M15 12h.01')
            s.path(d: 'M12 12h.01')
            s.path(d: 'M9 12h.01')
            s.path(
              d:
                'M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034'
            )
          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/wash_temperature_6.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/wash_temperature_6.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/wash_temperature_6.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/wash_temperature_6.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/wash_temperature_6.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/wash_temperature_6.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/wash_temperature_6.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/wash_temperature_6.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/wash_temperature_6.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/wash_temperature_6.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/wash_temperature_6.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/wash_temperature_6.rb