Class: Mdi::EightTrack

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

Overview

  • Version: 2.5.94

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M7,2L5,5V16L6,20C6.27,21.07 6.9,22 8,22H16A2,2 0 0,0 18,20L19,16V5L17,2H15V3H13V2H7M7,6H17V16H7V6Z"></path>
  HTML
end