Class: Mdi::FormatQuoteCloseOutline

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

Overview

  • Version: 4.5.95

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13 6V14H14.88L12.88 18H18.62L21 13.24V6M15 8H19V12.76L17.38 16H16.12L18.12 12H15M3 6V14H4.88L2.88 18H8.62L11 13.24V6M5 8H9V12.76L7.38 16H6.12L8.12 12H5Z"></path>
  HTML
end