Class: Mdi::FormatAnnotationMinus

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

Overview

  • Version: 2.7.94

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M10.5,7H8.5L3,21H5.2L6.3,18H12.5L13.6,21H16L10.5,7M7.1,16L9.5,9.7L11.9,16H7.1M22,7H14V5H22V7Z"></path>
  HTML
end