Class: Mdi::FileMinusOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/file_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_minus_outline.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M13.81 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H14L20 8V13.09C19.67 13.04 19.34 13 19 13S18.33 13.04 18 13.09V9H13V4H6V20H13.09C13.21 20.72 13.46 21.39 13.81 22M23 18H15V20H23V18Z"></path>
  HTML
end