Class: Mdi::AlphaV

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

Overview

  • Version: 2.8.94

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M9,7L11,17H13L15,7H13L12,12L11,7H9Z"></path>
  HTML
end