Class: Mdi::DistributeHorizontalLeft

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

def content
  <<-HTML.squish.html_safe
    <path d="M21 7V17H16V22H14V2H16V7H21M5 2H3V22H5V19H10V5H5V2Z"></path>
  HTML
end