Class: Mdi::Seed

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

Overview

  • Version: 3.6.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20.7,3.3C20.7,3.3 19.3,3 17.2,3C11.7,3 1.6,5.1 3.2,20.8C4.3,20.9 5.4,21 6.4,21C24.3,21 20.7,3.3 20.7,3.3M7,17C7,17 7,7 17,7C17,7 11,9 7,17Z"></path>
  HTML
end