Class: Mdi::Tilde

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

Overview

  • Version: 1.8.36

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2,15C2,15 2,9 8,9C12,9 12.5,12.5 15.5,12.5C19.5,12.5 19.5,9 19.5,9H22C22,9 22,15 16,15C12,15 10.5,11.5 8.5,11.5C4.5,11.5 4.5,15 4.5,15H2"></path>
  HTML
end