Class: Mdi::AlignHorizontalLeft

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

Overview

  • Version: 4.5.95

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M4 22H2V2H4V22M22 7H6V10H22V7M16 14H6V17H16V14Z"></path>
  HTML
end