Sha256: b459470869caee34448bce8a64bfc2dc98d7fa14c76490c989099b4cfd86b00f

Contents?: true

Size: 601 Bytes

Versions: 14

Compression:

Stored size: 601 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Lucide
      class RotateCw < Base
        def view_template
          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: 'M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8')
            s.path(d: 'M21 3v5h-5')
          end
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

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