Sha256: a38ec9c62638fdc58c6f6772348824785ed81843dba6990f9222a633054bcb2b

Contents?: true

Size: 626 Bytes

Versions: 10

Compression:

Stored size: 626 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Lucide
      class UndoDot < 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 17a9 9 0 0 0-15-6.7L3 13')
            s.path(d: 'M3 7v6h6')
            s.circle(cx: '12', cy: '17', r: '1')
          end
        end
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
phlex-icons-lucide-1.8.0 lib/phlex/icons/lucide/undo_dot.rb
phlex-icons-1.8.0 lib/phlex/icons/lucide/undo_dot.rb
phlex-icons-1.7.0 lib/phlex/icons/lucide/undo_dot.rb
phlex-icons-lucide-1.7.0 lib/phlex/icons/lucide/undo_dot.rb
phlex-icons-lucide-1.5.0 lib/phlex/icons/lucide/undo_dot.rb
phlex-icons-1.6.0 lib/phlex/icons/lucide/undo_dot.rb
phlex-icons-lucide-1.6.0 lib/phlex/icons/lucide/undo_dot.rb
phlex-icons-1.5.0 lib/phlex/icons/lucide/undo_dot.rb
phlex-icons-lucide-1.4.0 lib/phlex/icons/lucide/undo_dot.rb
phlex-icons-1.4.0 lib/phlex/icons/lucide/undo_dot.rb