Class: Mdi::Mustache

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

Overview

  • Version: 5.6.55

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21 12C19 12 18 9 15 9S12 11 12 11 12 9 9 9 5 12 3 12C2 12 1 11 1 11S2 16 6 16C11 16 12 13 12 13S13 16 18 16C22 16 23 11 23 11S22 12 21 12Z"></path>
  HTML
end