Class: Mdi::TrashCan

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

Overview

  • Version: 2.6.95

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M9,3V4H4V6H5V19A2,2 0 0,0 7,21H17A2,2 0 0,0 19,19V6H20V4H15V3H9M9,8H11V17H9V8M13,8H15V17H13V8Z"></path>
  HTML
end