Class: Mdi::Repeat

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M17,17H7V14L3,18L7,22V19H19V13H17M7,7H17V10L21,6L17,2V5H5V11H7V7Z"></path>
  HTML
end