Class: Mdi::DragVerticalVariant

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

Overview

  • Version: 4.8.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11 21H9V3H11V21M15 3H13V21H15V3Z"></path>
  HTML
end