Class: Mdi::Forward

Inherits:
MdiData show all
Defined in:
app/models/mdi/forward.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/forward.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M12,8V4L20,12L12,20V16H4V8H12Z"></path>
  HTML
end