Class: Mdi::Rivet

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

Overview

  • Version: 3.6.95

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11.43,2C10.61,2 9.94,2.65 9.94,3.5C9.94,4.64 9.94,5.8 9.94,6.96H7.95V7.95H15.91V6.96H13.92C13.92,5.8 13.92,4.64 13.92,3.5C13.92,2.65 13.25,2 12.43,2H11.43M10.94,8.95V21.87L11.93,22.87L12.92,21.87V8.95H10.94Z"></path>
  HTML
end