Class: Mdi::WatchExportVariant

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/watch_export_variant.rb

Overview

  • Version: 2.1.99

  • Author: Bradley Nelson

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14,11H19L16.5,8.5L17.92,7.08L22.84,12L17.92,16.92L16.5,15.5L19,13H14V11M8,0H16L16.83,5H17C17.28,5 17.54,5.06 17.78,5.16L15.94,7H7V17H15.94L17.78,18.84C17.54,18.94 17.28,19 17,19H16.83L16,24H8L7.17,19H7A2,2 0 0,1 5,17V7C5,5.89 5.9,5 7,5H7.17L8,0Z"></path>
  HTML
end