Class: Mdi::ArrowRightBoldOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/arrow_right_bold_outline.rb

Overview

  • Version: 2.5.94

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11,16H3V8H11V2L21,12L11,22V16M13,7V10H5V14H13V17L18,12L13,7Z"></path>
  HTML
end