Sha256: 5fc74c1a0837b94cd95882e020c3752f757058229b943219b8d0b1ae0b367e97

Contents?: true

Size: 704 Bytes

Versions: 24

Compression:

Stored size: 704 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class DragMoveFill < Base
        def view_template
          svg(
            class: classes,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M12 22L8 18H16L12 22ZM12 2L16 6H8L12 2ZM12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14ZM2 12L6 8V16L2 12ZM22 12L18 16V8L22 12Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
phlex-icons-remix-0.17.0 lib/phlex/icons/remix/drag_move_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/drag_move_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/drag_move_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/drag_move_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/drag_move_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/drag_move_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/drag_move_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/drag_move_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/drag_move_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/drag_move_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/drag_move_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/drag_move_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/drag_move_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/drag_move_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/drag_move_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/drag_move_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/drag_move_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/drag_move_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/drag_move_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/drag_move_fill.rb