Class: Mdi::Nail

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

Overview

  • Version: 3.5.94

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13.5,5V16L12,22L10.5,16V5H13.5M17,2H7V4H17V2Z"></path>
  HTML
end