Class: Mdi::DistributeVerticalBottom

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

Overview

  • Version: 4.5.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M7 3H17V8H22V10H2V8H7V3M2 19V21H22V19H19V14H5V19H2Z"></path>
  HTML
end