Class: Mdi::AlignHorizontalCenter

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

def content
  <<-HTML.squish.html_safe
    <path d="M11 2H13V7H21V10H13V14H18V17H13V22H11V17H6V14H11V10H3V7H11V2Z"></path>
  HTML
end