Class: Mdi::RepeatOff

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2,5.27L3.28,4L20,20.72L18.73,22L15.73,19H7V22L3,18L7,14V17H13.73L7,10.27V11H5V8.27L2,5.27M17,13H19V17.18L17,15.18V13M17,5V2L21,6L17,10V7H8.82L6.82,5H17Z"></path>
  HTML
end