Class: Mdi::FileDocumentMinusOutline

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

Overview

  • Version: 6.8.96

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M23 18H15V20H23M6 2C4.89 2 4 2.9 4 4V20C4 21.11 4.89 22 6 22H13.81C13.45 21.38 13.2 20.7 13.08 20H6V4H13V9H18V13.08C18.33 13.03 18.67 13 19 13C19.34 13 19.67 13.03 20 13.08V8L14 2M8 12V14H16V12M8 16V18H13V16Z"></path>
  HTML
end