Class: Mdi::FolderSwapOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M20 18H4V8H20M20 6H12L10 4H4A2 2 0 0 0 2 6V18A2 2 0 0 0 4 20H20A2 2 0 0 0 22 18V8A2 2 0 0 0 20 6M18 13L15 10V12H9V10L6 13L9 16V14H15V16Z"></path>
  HTML
end