Class: Mdi::ContentSavePlus

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

Overview

  • Version: 6.9.96

  • Author: Hans Böhm

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M17 3H5C3.89 3 3 3.9 3 5V19C3 20.11 3.9 21 5 21H12.81C12.45 20.38 12.2 19.7 12.08 19L12 19C10.34 19 9 17.66 9 16S10.34 13 12 13C12.68 13 13.34 13.23 13.87 13.65C15 12.59 16.46 12 18 12C19.05 12 20.09 12.28 21 12.81V7L17 3M15 9H5V5H15V9M17 14V17H14V19H17V22H19V19H22V17H19V14H17Z"></path>
  HTML
end