Class: Mdi::Delete

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19,4H15.5L14.5,3H9.5L8.5,4H5V6H19M6,19A2,2 0 0,0 8,21H16A2,2 0 0,0 18,19V7H6V19Z"></path>
  HTML
end