Class: Mdi::Comma

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

Overview

  • Version: 3.6.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M7,3H16.95V12.96L12.96,20.94H8L11.97,12.96H7V3Z"></path>
  HTML
end