Class: Mdi::FileSwapOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M17 15L14 12V14H10V12L7 15L10 18V16H14V18M14 2H6A2 2 0 0 0 4 4V20A2 2 0 0 0 6 22H18A2 2 0 0 0 20 20V8L14 2M18 20H6V4H13V9H18Z"></path>
  HTML
end