Class: Mdi::FileSwap

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

Overview

  • Version: 4.0.96

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14 2H6A2 2 0 0 0 4 4V20A2 2 0 0 0 6 22H18A2 2 0 0 0 20 20V8M14 18V16H10V18L7 15L10 12V14H14V12L17 15M13 9V3.5L18.5 9Z"></path>
  HTML
end