Sha256: 55f79903f6a7f71cfcc3bfd39654a5d6813d1fd610fdd2b161d55c58f9d7dbf5

Contents?: true

Size: 894 Bytes

Versions: 14

Compression:

Stored size: 894 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class Rotate360 < Base
        def filled
          raise NotImplementedError
        end

        def outline
          svg(
            **attrs,
            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: 'M12 16h4v4')
            s.path(
              d:
                'M19.458 11.042c.86 -2.366 .722 -4.58 -.6 -5.9c-2.272 -2.274 -7.185 -1.045 -10.973 2.743c-3.788 3.788 -5.017 8.701 -2.744 10.974c2.227 2.226 6.987 1.093 10.74 -2.515'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
phlex-icons-tabler-1.6.0 lib/phlex/icons/tabler/rotate_360.rb
phlex-icons-1.6.0 lib/phlex/icons/tabler/rotate_360.rb
phlex-icons-tabler-1.5.0 lib/phlex/icons/tabler/rotate_360.rb
phlex-icons-1.5.0 lib/phlex/icons/tabler/rotate_360.rb
phlex-icons-tabler-1.4.0 lib/phlex/icons/tabler/rotate_360.rb
phlex-icons-1.4.0 lib/phlex/icons/tabler/rotate_360.rb
phlex-icons-1.3.0 lib/phlex/icons/tabler/rotate_360.rb
phlex-icons-tabler-1.3.0 lib/phlex/icons/tabler/rotate_360.rb
phlex-icons-tabler-1.2.0 lib/phlex/icons/tabler/rotate_360.rb
phlex-icons-1.2.0 lib/phlex/icons/tabler/rotate_360.rb
phlex-icons-tabler-1.1.0 lib/phlex/icons/tabler/rotate_360.rb
phlex-icons-1.1.0 lib/phlex/icons/tabler/rotate_360.rb
phlex-icons-1.0.0 lib/phlex/icons/tabler/rotate_360.rb
phlex-icons-tabler-1.0.0 lib/phlex/icons/tabler/rotate_360.rb