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