Class: Mdi::TrayRemove

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

Overview

  • Version: 4.7.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2 17A2 2 0 0 0 4 19H20A2 2 0 0 0 22 17V12H20V17H4V12H2M14.12 5.46L15.54 6.88L13.41 9L15.54 11.12L14.12 12.54L12 10.41L9.88 12.54L8.46 11.12L10.59 9L8.46 6.88L9.88 5.46L12 7.59Z"></path>
  HTML
end