Sha256: 3bdfb5f52b50ba4dc1dd0ed89a3d4be57c8face99d6d7249c8119a7f1c1f9877

Contents?: true

Size: 882 Bytes

Versions: 12

Compression:

Stored size: 882 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Tabler
      class Treadmill < 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: 'M10 3a1 1 0 1 0 2 0a1 1 0 0 0 -2 0')
            s.path(d: 'M3 14l4 1l.5 -.5')
            s.path(d: 'M12 18v-3l-3 -2.923l.75 -5.077')
            s.path(d: 'M6 10v-2l4 -1l2.5 2.5l2.5 .5')
            s.path(d: 'M21 22a1 1 0 0 0 -1 -1h-16a1 1 0 0 0 -1 1')
            s.path(d: 'M18 21l1 -11l2 -1')
          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/treadmill.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/treadmill.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/treadmill.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/treadmill.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/treadmill.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/treadmill.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/treadmill.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/treadmill.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/treadmill.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/treadmill.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/treadmill.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/treadmill.rb