Sha256: b900163d5424d6daeec31a8c9cc5f3fc0674cd0344e08dfb69a7d4f4e2d18317

Contents?: true

Size: 866 Bytes

Versions: 12

Compression:

Stored size: 866 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class WashDryOff < 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:
                'M20.116 20.127a2.99 2.99 0 0 1 -2.116 .873h-12a3 3 0 0 1 -3 -3v-12c0 -.827 .335 -1.576 .877 -2.12m3.123 -.88h11a3 3 0 0 1 3 3v11'
            )
            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/wash_dry_off.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/wash_dry_off.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/wash_dry_off.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/wash_dry_off.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/wash_dry_off.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/wash_dry_off.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/wash_dry_off.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/wash_dry_off.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/wash_dry_off.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/wash_dry_off.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/wash_dry_off.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/wash_dry_off.rb