Class: Mdi::AngleRight

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

Overview

  • Version: 2.4.85

  • Author: Haley Halcyon

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5,4H7V11H13V17H20V19H5V4M7,17H11V13H7V17Z"></path>
  HTML
end