Class: Mdi::FormatQuoteOpenOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M11 18V10H9.12L11.12 6H5.38L3 10.76V18M9 16H5V11.24L6.62 8H7.88L5.88 12H9M21 18V10H19.12L21.12 6H15.38L13 10.76V18M19 16H15V11.24L16.62 8H17.88L15.88 12H19Z"></path>
  HTML
end