Class: Mdi::AlignHorizontalDistribute

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

Overview

  • Version: 6.5.95

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M4 22H2V2H4V22M22 2H20V22H22V2M13.5 7H10.5V17H13.5V7Z"></path>
  HTML
end