Class: Mdi::WatchVariant

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

Overview

  • Version: 2.1.99

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M8,0L7.17,5H7A2,2 0 0,0 5,7V17C5,18.11 5.9,19 7,19H7.17L8,24H16L16.83,19H17A2,2 0 0,0 19,17V7C19,5.89 18.1,5 17,5H16.83L16,0H8M7,7H17V17H7V7Z"></path>
  HTML
end