Class: Mdi::DistributeVerticalTop

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/distribute_vertical_top.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_top.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M17 21H7V16H2V14H22V16H17V21M22 5V3H2V5H5V10H19V5H22Z"></path>
  HTML
end