Class: Mdi::FileReplace

Inherits:
MdiData show all
Defined in:
app/models/mdi/file_replace.rb

Overview

  • Version: 2.8.94

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14,12H19.5L14,6.5V12M8,5H15L21,11V21A2,2 0 0,1 19,23H8C6.89,23 6,22.1 6,21V18H11V20L15,17L11,14V16H6V7A2,2 0 0,1 8,5M13.5,3H4V16H6V18H4A2,2 0 0,1 2,16V3A2,2 0 0,1 4,1H11.5L13.5,3Z"></path>
  HTML
end