Class: Mdi::DeleteEmptyOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/delete_empty_outline.rb

Overview

  • Version: 3.7.94

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20.37,8.91L19.37,10.64L7.24,3.64L8.24,1.91L11.28,3.66L12.64,3.29L16.97,5.79L17.34,7.16L20.37,8.91M6,19V7H11.07L18,11V19A2,2 0 0,1 16,21H8A2,2 0 0,1 6,19M8,19H16V12.2L10.46,9H8V19Z"></path>
  HTML
end