Sha256: ba4d0522260844acb879b6738904ce13ce8a35670d8b8fe212ad0a0e3fc678c0

Contents?: true

Size: 523 Bytes

Versions: 14

Compression:

Stored size: 523 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Remix
      class DragMove2Fill < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M18 11V8L22 12L18 16V13H13V18H16L12 22L8 18H11V13H6V16L2 12L6 8V11H11V6H8L12 2L16 6H13V11H18Z'
            )
          end
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

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