Class: Mdi::DistributeHorizontalRight

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

def content
  <<-HTML.squish.html_safe
    <path d="M3 17V7H8V2H10V22H8V17H3M19 22H21V2H19V5H14V19H19V22Z"></path>
  HTML
end