Class: Mdi::ArrowUpDown

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

Overview

  • Version: 3.7.94

  • Author: ginlime

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M17.45,17.55L12,23L6.55,17.55L7.96,16.14L11,19.17V4.83L7.96,7.86L6.55,6.45L12,1L17.45,6.45L16.04,7.86L13,4.83V19.17L16.04,16.14L17.45,17.55Z"></path>
  HTML
end