Class: Mdi::AlphaR

Inherits:
MdiData show all
Defined in:
app/models/mdi/alpha_r.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_r.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M9,7V17H11V13H11.8L13,17H15L13.76,12.85C14.5,12.55 15,11.84 15,11V9A2,2 0 0,0 13,7H9M11,9H13V11H11V9Z"></path>
  HTML
end