Sha256: a8f49550f739005349cb15a2b8f53c4e541be0043244dc22fdee213bdd5a8636

Contents?: true

Size: 1.05 KB

Versions: 12

Compression:

Stored size: 1.05 KB

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Tabler
      class CoffeeOff < 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:
                'M3 14c.83 .642 2.077 1.017 3.5 1c1.423 .017 2.67 -.358 3.5 -1c.73 -.565 1.783 -.923 3 -.99'
            )
            s.path(d: 'M8 3c-.194 .14 -.364 .305 -.506 .49')
            s.path(d: 'M12 3a2.4 2.4 0 0 0 -1 2a2.4 2.4 0 0 0 1 2')
            s.path(
              d: 'M14 10h3v3m-.257 3.743a6 6 0 0 1 -5.743 4.257h-2a6 6 0 0 1 -6 -6v-5h7'
            )
            s.path(d: 'M20.116 16.124a3 3 0 0 0 -3.118 -4.953')
            s.path(d: 'M3 3l18 18')
          end
        end
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
phlex-icons-tabler-0.17.0 lib/phlex/icons/tabler/coffee_off.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/coffee_off.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/coffee_off.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/coffee_off.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/coffee_off.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/coffee_off.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/coffee_off.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/coffee_off.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/coffee_off.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/coffee_off.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/coffee_off.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/coffee_off.rb