Class: Mdi::Yoga

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

Overview

  • Version: 4.4.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13 2C11.9 2 11 2.9 11 4C11 5.11 11.9 6 13 6C14.11 6 15 5.11 15 4C15 2.9 14.11 2 13 2M4 7V9H10V15L4.93 20.07L6.34 21.5L13.06 14.77L17 17.13V21H19V16.57C19 16.21 18.82 15.89 18.5 15.71L15 13.6V9H21V7H4Z"></path>
  HTML
end