Class: Mdi::DragHorizontalVariant

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/drag_horizontal_variant.rb

Overview

  • Version: 4.8.95

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/drag_horizontal_variant.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M21 11H3V9H21V11M21 13H3V15H21V13Z"></path>
  HTML
end