Class: Mdi::ArrowUpThin

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

Overview

  • Version: 6.5.95

  • Author: Matt Stayner

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M7.03 9.97H11.03V18.89L13.04 18.92V9.97H17.03L12.03 4.97Z"></path>
  HTML
end