Class: Mdi::AlignVerticalDistribute

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

def content
  <<-HTML.squish.html_safe
    <path d="M22 2V4H2V2H22M7 10.5V13.5H17V10.5H7M2 20V22H22V20H2Z"></path>
  HTML
end