Class: Mdi::CodeTags

Inherits:
MdiData show all
Defined in:
app/models/mdi/code_tags.rb

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14.6,16.6L19.2,12L14.6,7.4L16,6L22,12L16,18L14.6,16.6M9.4,16.6L4.8,12L9.4,7.4L8,6L2,12L8,18L9.4,16.6Z"></path>
  HTML
end