Class: Mdi::FileExcelBoxOutline

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

Overview

  • Version: 4.1.95

  • Author: Terren

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5 3C3.89 3 3 3.89 3 5V19C3 20.11 3.89 21 5 21H19C20.11 21 21 20.11 21 19V5C21 3.89 20.11 3 19 3H5M5 5H19V19H5V5M13 12L16.2 17H14.2L12 13.2L9.8 17H7.8L11 12L7.8 7H9.8L12 10.8L14.2 7H16.2L13 12Z"></path>
  HTML
end