Class: Mdi::ArrowRight

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

def content
  <<-HTML.squish.html_safe
    <path d="M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z"></path>
  HTML
end